#A82CFF
A medium, vivid purple closely aligning with Blueviolet.
About #A82CFF
At its core, #A82CFF is a medium and vivid hue. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(168, 44, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 34% Cyan, 83% Magenta, 0% Yellow, and 0% Black. With a hue angle of 275.3 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A82CFF
RGB168, 44, 255
HSL275.3°, 100.0%, 58.6%
CMYK34%, 83%, 0%, 0%
HSV275.3°, 82.7%, 100.0%
LAB48.7, 79.9, -80.3
XYZ35.1, 17.3, 96.1
Decimal11021567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A82CFF;
}
.text-color {
color: #A82CFF;
}
.border-color {
border: 2px solid #A82CFF;
}