#A01DF0
A medium, vivid purple closely aligning with Darkviolet.
About #A01DF0
The hex code #A01DF0 represents a beautifully specific shade of purple. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 29, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 33% Cyan, 88% Magenta, 0% Yellow, and 6% Black. With a hue angle of 277.3 degrees, it sits comfortably in the purple spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A01DF0
RGB160, 29, 240
HSL277.3°, 87.6%, 52.7%
CMYK33%, 88%, 0%, 6%
HSV277.3°, 87.9%, 94.1%
LAB45.1, 79.4, -77.8
XYZ30.7, 14.6, 83.6
Decimal10493424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.35:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A01DF0;
}
.text-color {
color: #A01DF0;
}
.border-color {
border: 2px solid #A01DF0;
}