#A84292
A medium, moderate magenta closely aligning with Purple.
About #A84292
At its core, #A84292 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(168, 66, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 61% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A84292
RGB168, 66, 146
HSL312.9°, 43.6%, 45.9%
CMYK0%, 61%, 13%, 34%
HSV312.9°, 60.7%, 65.9%
LAB44.7, 51.4, -23.7
XYZ23.3, 14.3, 28.7
Decimal11027090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A84292;
}
.text-color {
color: #A84292;
}
.border-color {
border: 2px solid #A84292;
}