#A80FFF
A medium, vivid purple closely aligning with Darkviolet.
About #A80FFF
At its core, #A80FFF is a medium and vivid hue. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 15, and 255.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 34% cyan and 94% magenta inks. With a hue angle of 278.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A80FFF
RGB168, 15, 255
HSL278.2°, 100.0%, 52.9%
CMYK34%, 94%, 0%, 0%
HSV278.2°, 94.1%, 100.0%
LAB46.8, 85.4, -83.4
XYZ34.4, 15.9, 95.9
Decimal11014143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A80FFF;
}
.text-color {
color: #A80FFF;
}
.border-color {
border: 2px solid #A80FFF;
}