ABV Per Mille to ABV Percent for Alcohol Strength
Snapshot
1 ABV Per Mille equals 0.1 ABV Percent. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This result uses fixed ABV normalization across percent, fraction, and per-mille strength scales.
- Example: For 0.25 ABV Per Mille, the result equals 0.025 ABV Percent.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
0.1 ABV Percent (% ABV)
SwitchMachine access
Available to apps and AI agents
ABV Per Mille to ABV Percent for Alcohol Strength can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
alcohol-dilution- Source unit
abv_per_mille- Target unit
abv_percent
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "alcohol-dilution",
"value": 1,
"from": "abv_per_mille",
"to": "abv_percent"
}Essential response
{
"ok": true,
"conversion": {
"family": "alcohol-dilution",
"value": 1,
"from": "abv_per_mille",
"to": "abv_percent",
"result": {
"raw": 0.1,
"display": "0.1"
},
"canonicalPath": "/alcohol-dilution/abv-per-mille-to-abv-percent/"
}
}Explanation
Formula: ABV Percent = ABV Per Mille × 0.1. Why: fractional and per-mille alcohol-strength formats convert through ABV percent by fixed scaling, so the route stays deterministic and reversible.
ABV Per Mille (permille): an alcohol-strength scale expressed in parts per thousand by volume.
ABV Percent (% ABV): the standard beverage-labeling scale expressing alcohol by volume as a percentage.
This route is useful when restating alcohol strength between label-style ABV values and fractional or per-mille forms used in lab, blending, or formula work.
This conversion is purely multiplicative because both strength scales reduce through ABV percent using fixed proof and fractional definitions with no offset.
Common Conversion Values
| ABV Per Mille (permille) | ABV Percent (% ABV) |
|---|---|
| 0.25 | 0.025 |
| 0.5 | 0.05 |
| 1 | 0.1 |
| 5 | 0.5 |
| 12 | 1.2 |
| 20 | 2 |
| 40 | 4 |
| 57.15 | 5.715 |
| 80 | 8 |
| 100 | 10 |
Questions & answers
Frequently Asked Questions
How many % ABV are in 1 permille?
1 permille equals 0.1 % ABV on this page.
Why does this route go through ABV percent?
ABV percent is the common reference layer for this family, so proof, fraction, and per-mille strength values stay consistent and reversible.
How do I reverse ABV Per Mille to ABV Percent?
Use the switch button or open the ABV Percent to ABV Per Mille page to apply the same alcohol-strength relationship in reverse.
Can I use decimal inputs?
Yes. Decimal strength values are supported for beverage labeling, spirits references, lab work, and batching calculations.