#A066CC
A light, moderate purple closely aligning with Mediumpurple.
About #A066CC
Visually, #A066CC is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 102, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 22% Cyan, 50% Magenta, 0% Yellow, and 20% Black. The HSL representation is 274.1° hue, 50.0% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A066CC
RGB160, 102, 204
HSL274.1°, 50.0%, 60.0%
CMYK22%, 50%, 0%, 20%
HSV274.1°, 50.0%, 80.0%
LAB53.3, 42.2, -44.1
XYZ30.1, 21.3, 59.7
Decimal10512076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A066CC;
}
.text-color {
color: #A066CC;
}
.border-color {
border: 2px solid #A066CC;
}