#AF00E2
A medium, vivid magenta closely aligning with Darkviolet.
About #AF00E2
At its core, #AF00E2 is a medium and vivid hue. Its closest recognized web color is Darkviolet. This translates to an RGB value of rgb(175, 0, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 23% cyan, 100% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#AF00E2
RGB175, 0, 226
HSL286.5°, 100.0%, 44.3%
CMYK23%, 100%, 0%, 11%
HSV286.5°, 100.0%, 88.6%
LAB45.1, 82.4, -69.8
XYZ31.4, 14.6, 73.1
Decimal11469026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF00E2;
}
.text-color {
color: #AF00E2;
}
.border-color {
border: 2px solid #AF00E2;
}