#A02C5F
A medium, moderate magenta closely aligning with Palevioletred.
About #A02C5F
When working with digital screens, the color #A02C5F is rendered by mixing light. 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 95 blue.
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, 41% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A02C5F
RGB160, 44, 95
HSL333.6°, 56.9%, 40.0%
CMYK0%, 72%, 41%, 37%
HSV333.6°, 72.5%, 62.7%
LAB38.0, 51.4, -2.4
XYZ17.5, 10.1, 11.9
Decimal10497119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.95:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.65:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A02C5F;
}
.text-color {
color: #A02C5F;
}
.border-color {
border: 2px solid #A02C5F;
}