#AF24A8
A medium, moderate magenta closely aligning with Darkmagenta.
About #AF24A8
At its core, #AF24A8 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkmagenta. Its digital footprint relies on 175 parts red, 36 parts green, and 168 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. With a hue angle of 303.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF24A8
RGB175, 36, 168
HSL303.0°, 65.9%, 41.4%
CMYK0%, 79%, 4%, 31%
HSV303.0°, 79.4%, 68.6%
LAB43.1, 67.4, -39.3
XYZ25.4, 13.2, 38.3
Decimal11478184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.77:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF24A8;
}
.text-color {
color: #AF24A8;
}
.border-color {
border: 2px solid #AF24A8;
}