#A824E9
A medium, vivid purple closely aligning with Darkviolet.
About #A824E9
When working with digital screens, the color #A824E9 is rendered by mixing light. It is closely associated with the named CSS color Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 36, and 233.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 28% cyan and 85% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#A824E9
RGB168, 36, 233
HSL280.2°, 81.7%, 52.7%
CMYK28%, 85%, 0%, 9%
HSV280.2°, 84.5%, 91.4%
LAB46.3, 77.6, -71.9
XYZ31.5, 15.5, 78.4
Decimal11019497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.09:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A824E9;
}
.text-color {
color: #A824E9;
}
.border-color {
border: 2px solid #A824E9;
}