#A016CC
A medium, vivid magenta closely aligning with Darkviolet.
About #A016CC
The precise color #A016CC is an excellent choice for modern design projects. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 22, and 204.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 22% C, 89% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A016CC
RGB160, 22, 204
HSL285.5°, 80.5%, 44.3%
CMYK22%, 89%, 0%, 20%
HSV285.5°, 89.2%, 80.0%
LAB41.9, 73.9, -62.5
XYZ25.7, 12.4, 58.2
Decimal10491596
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.03:1
Text on #FFFFFF
AA
3.48:1
Text on #000000
AA Large
5.77:1
Text on #F8FAFC
AA
2.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A016CC;
}
.text-color {
color: #A016CC;
}
.border-color {
border: 2px solid #A016CC;
}