#AF1DE2
A medium, vivid purple closely aligning with Darkviolet.
About #AF1DE2
Visually, #AF1DE2 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(175, 29, 226).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 23% cyan and 87% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF1DE2
RGB175, 29, 226
HSL284.5°, 77.3%, 50.0%
CMYK23%, 87%, 0%, 11%
HSV284.5°, 87.2%, 88.6%
LAB46.3, 78.8, -67.9
XYZ31.8, 15.5, 73.3
Decimal11476450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF1DE2;
}
.text-color {
color: #AF1DE2;
}
.border-color {
border: 2px solid #AF1DE2;
}