#A016E9
A medium, vivid purple closely aligning with Darkviolet.
About #A016E9
At its core, #A016E9 is a medium and vivid hue. 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 160, 22, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 31% Cyan, 91% Magenta, 0% Yellow, and 9% Black. The HSL representation is 279.2° hue, 82.7% saturation, and 50.0% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A016E9
RGB160, 22, 233
HSL279.2°, 82.7%, 50.0%
CMYK31%, 91%, 0%, 9%
HSV279.2°, 90.6%, 91.4%
LAB44.1, 79.3, -75.4
XYZ29.5, 13.9, 78.2
Decimal10491625
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A016E9;
}
.text-color {
color: #A016E9;
}
.border-color {
border: 2px solid #A016E9;
}