#A81D6D
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A81D6D
The hex code #A81D6D represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(168, 29, 109).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. The HSL representation is 325.5° hue, 70.6% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A81D6D
RGB168, 29, 109
HSL325.5°, 70.6%, 38.6%
CMYK0%, 83%, 35%, 34%
HSV325.5°, 82.7%, 65.9%
LAB38.4, 59.7, -10.5
XYZ19.3, 10.3, 15.4
Decimal11017581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81D6D;
}
.text-color {
color: #A81D6D;
}
.border-color {
border: 2px solid #A81D6D;
}