#AF577C
A medium, moderate magenta closely aligning with Palevioletred.
About #AF577C
At its core, #AF577C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. Its digital footprint relies on 175 parts red, 87 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. With a hue angle of 334.8 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF577C
RGB175, 87, 124
HSL334.8°, 35.5%, 51.4%
CMYK0%, 50%, 29%, 31%
HSV334.8°, 50.3%, 68.6%
LAB48.7, 40.1, -4.2
XYZ24.7, 17.4, 21.1
Decimal11491196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.69:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF577C;
}
.text-color {
color: #AF577C;
}
.border-color {
border: 2px solid #AF577C;
}