#A824CC
A medium, vivid magenta closely aligning with Darkorchid.
About #A824CC
When working with digital screens, the color #A824CC is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 36, and 204.
Translating this color to physical media requires the CMYK color model. The color uses 18% Cyan, 82% Magenta, 0% Yellow, and 20% Black. With a hue angle of 287.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A824CC
RGB168, 36, 204
HSL287.1°, 70.0%, 47.1%
CMYK18%, 82%, 0%, 20%
HSV287.1°, 82.4%, 80.0%
LAB44.2, 72.1, -58.7
XYZ27.7, 13.9, 58.4
Decimal11019468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A824CC;
}
.text-color {
color: #A824CC;
}
.border-color {
border: 2px solid #A824CC;
}