#A033D3
A medium, moderate purple closely aligning with Darkorchid.
About #A033D3
At its core, #A033D3 is a medium and moderate hue. 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 160, 51, and 211.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 24% cyan and 76% magenta inks. The HSL representation is 280.9° hue, 64.5% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A033D3
RGB160, 51, 211
HSL280.9°, 64.5%, 51.4%
CMYK24%, 76%, 0%, 17%
HSV280.9°, 75.8%, 82.7%
LAB45.0, 67.5, -61.5
XYZ27.4, 14.5, 63.0
Decimal10499027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A033D3;
}
.text-color {
color: #A033D3;
}
.border-color {
border: 2px solid #A033D3;
}