#A82CD3
A medium, moderate purple closely aligning with Darkorchid.
About #A82CD3
Visually, #A82CD3 is defined as a moderate purple. Its closest recognized web color is Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 44, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 20% Cyan, 79% Magenta, 0% Yellow, and 17% Black. With a hue angle of 284.6 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A82CD3
RGB168, 44, 211
HSL284.6°, 65.5%, 50.0%
CMYK20%, 79%, 0%, 17%
HSV284.6°, 79.1%, 82.7%
LAB45.4, 71.2, -60.8
XYZ28.8, 14.8, 63.0
Decimal11021523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A82CD3;
}
.text-color {
color: #A82CD3;
}
.border-color {
border: 2px solid #A82CD3;
}