pt to pc
Snapshot
1 Points equals 0.083333 Picas. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses print-unit scaling anchored to the CSS reference of 96 pixels per inch.
- Example: For 8 Points, the result equals 0.666667 Picas.
- 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.083333 Picas (pc)
SwitchMachine access
Available to apps and AI agents
pt to pc 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
typography-units- Source unit
points- Target unit
picas
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": "typography-units",
"value": 1,
"from": "points",
"to": "picas"
}Essential response
{
"ok": true,
"conversion": {
"family": "typography-units",
"value": 1,
"from": "points",
"to": "picas",
"result": {
"raw": 0.0833333333333,
"display": "0.083333"
},
"canonicalPath": "/typography-units/points-to-picas/"
}
}Explanation
Formula: Picas = Points × 0.083333. Why: print-oriented units such as points, picas, inches, centimeters, millimeters, and Q units are normalized through the CSS reference of 96 pixels per inch.
Points (pt): a print-oriented unit equal to 1/72 of an inch, commonly used for typography and print specifications.
Picas (pc): a print composition unit equal to 12 points, used in typography and page layout work.
This route is useful when comparing print-oriented typography measures across points, picas, millimeters, centimeters, inches, and Q units for editorial and layout work.
This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.
Common Conversion Values
| Points (pt) | Picas (pc) |
|---|---|
| 8 | 0.666667 |
| 10 | 0.833333 |
| 12 | 1 |
| 14 | 1.166667 |
| 16 | 1.333333 |
| 18 | 1.5 |
| 24 | 2 |
| 32 | 2.666667 |
| 48 | 4 |
| 96 | 8 |
Questions & answers
Frequently Asked Questions
What defines pt to pc?
Both units are normalized through CSS pixels, then converted using a fixed ratio.
Are the reverse pages available?
Yes. Use the switch button or open the Picas to Points page.
Does Points to Picas support non-integer inputs?
Yes. Decimal inputs are supported for Points to Picas, and the mirror direction keeps inverse assumptions aligned.