Typography UnitsPicas to Inches

pc to in

Snapshot

1 Picas equals 0.166667 Inches. 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 Picas, the result equals 1.333333 Inches.
  • 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.166667 Inches (in)

Switch

Machine access

Available to apps and AI agents

pc to in 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
picas
Target unit
inches

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/convert

Request

{
  "family": "typography-units",
  "value": 1,
  "from": "picas",
  "to": "inches"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "typography-units",
    "value": 1,
    "from": "picas",
    "to": "inches",
    "result": {
      "raw": 0.166666666667,
      "display": "0.166667"
    },
    "canonicalPath": "/typography-units/picas-to-inches/"
  }
}
Full API documentation

Explanation

Formula: Inches = Picas × 0.166667. 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.

Picas (pc): a print composition unit equal to 12 points, used in typography and page layout work.

Inches (in): a physical length unit used in print and CSS reference conversions, tied to 96 CSS pixels per inch.

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.

Method & Typography Basis

  • Method basis: print-oriented units reduce through CSS pixels using the fixed CSS reference of 96 pixels per inch.
  • Applied factor: 1 Picas = 0.166667 Inches.
  • Consistency rule: calculator output and common-value rows keep the same CSS pixel baseline and any stated rem/em assumption in both directions.

Common Conversion Values

Picas (pc)Inches (in)
8 1.333333
10 1.666667
12 2
14 2.333333
16 2.666667
18 3
24 4
32 5.333333
48 8
96 16

Questions & answers

Frequently Asked Questions

What defines pc to in?

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 Inches to Picas page.

Can I use decimal values for Picas to Inches?

Yes. Decimal inputs are supported for Picas to Inches, and the mirror direction keeps inverse assumptions aligned.