#A80FDB
A medium, vivid magenta closely aligning with Darkviolet.
About #A80FDB
When working with digital screens, the color #A80FDB is rendered by mixing light. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 168 red, 15 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 23% C, 93% M, 0% Y, and 14% K. The HSL representation is 285.0° hue, 87.2% saturation, and 45.9% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A80FDB
RGB168, 15, 219
HSL285.0°, 87.2%, 45.9%
CMYK23%, 93%, 0%, 14%
HSV285.0°, 93.2%, 85.9%
LAB43.9, 78.8, -67.8
XYZ29.1, 13.8, 68.1
Decimal11014107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A80FDB;
}
.text-color {
color: #A80FDB;
}
.border-color {
border: 2px solid #A80FDB;
}