#A02C57
A medium, moderate magenta closely aligning with Palevioletred.
About #A02C57
At its core, #A02C57 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 160 red, 44 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 72% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A02C57
RGB160, 44, 87
HSL337.8°, 56.9%, 40.0%
CMYK0%, 72%, 46%, 37%
HSV337.8°, 72.5%, 62.7%
LAB37.8, 50.6, 2.4
XYZ17.1, 10.0, 10.0
Decimal10497111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.02:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.71:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A02C57;
}
.text-color {
color: #A02C57;
}
.border-color {
border: 2px solid #A02C57;
}