#A02457
A dark, moderate magenta closely aligning with Palevioletred.
About #A02457
Visually, #A02457 is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(160, 36, 87).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 78% M, 46% Y, and 37% K. With a hue angle of 335.3 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A02457
RGB160, 36, 87
HSL335.3°, 63.3%, 38.4%
CMYK0%, 78%, 46%, 37%
HSV335.3°, 77.5%, 62.7%
LAB36.8, 53.3, 0.9
XYZ16.8, 9.4, 9.9
Decimal10495063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.28:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.96:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A02457;
}
.text-color {
color: #A02457;
}
.border-color {
border: 2px solid #A02457;
}