#AF24F0
A medium, vivid purple closely aligning with Darkviolet.
About #AF24F0
Visually, #AF24F0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 36, and 240.
If you are designing for print, the four-color process is what matters most. The color uses 27% Cyan, 85% Magenta, 0% Yellow, and 6% Black. The HSL representation is 280.9° hue, 87.2% saturation, and 54.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AF24F0
RGB175, 36, 240
HSL280.9°, 87.2%, 54.1%
CMYK27%, 85%, 0%, 6%
HSV280.9°, 85.0%, 94.1%
LAB47.8, 79.9, -73.3
XYZ34.0, 16.7, 83.9
Decimal11478256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.85:1
Text on #FFFFFF
AA
4.33:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.68:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF24F0;
}
.text-color {
color: #AF24F0;
}
.border-color {
border: 2px solid #AF24F0;
}