#A02C92
A medium, moderate magenta closely aligning with Darkmagenta.
About #A02C92
At its core, #A02C92 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(160, 44, 146).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 72% M, 9% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A02C92
RGB160, 44, 146
HSL307.2°, 56.9%, 40.0%
CMYK0%, 72%, 9%, 37%
HSV307.2°, 72.5%, 62.7%
LAB40.2, 58.2, -30.8
XYZ20.6, 11.4, 28.3
Decimal10497170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.42:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A02C92;
}
.text-color {
color: #A02C92;
}
.border-color {
border: 2px solid #A02C92;
}