#AF3AE9
A medium, vivid purple closely aligning with Blueviolet.
About #AF3AE9
When working with digital screens, the color #AF3AE9 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 175 red, 58 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. The color uses 25% Cyan, 75% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF3AE9
RGB175, 58, 233
HSL280.1°, 79.9%, 57.1%
CMYK25%, 75%, 0%, 9%
HSV280.1°, 75.1%, 91.4%
LAB49.5, 72.2, -66.6
XYZ33.9, 18.0, 78.8
Decimal11483881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF3AE9;
}
.text-color {
color: #AF3AE9;
}
.border-color {
border: 2px solid #AF3AE9;
}