#A06DD3
A light, moderate purple closely aligning with Mediumpurple.
About #A06DD3
When working with digital screens, the color #A06DD3 is rendered by mixing light. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(160, 109, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 24% Cyan, 48% Magenta, 0% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A06DD3
RGB160, 109, 211
HSL270.0°, 53.7%, 62.7%
CMYK24%, 48%, 0%, 17%
HSV270.0°, 48.3%, 82.7%
LAB55.2, 40.0, -45.2
XYZ31.7, 23.1, 64.4
Decimal10513875
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A06DD3;
}
.text-color {
color: #A06DD3;
}
.border-color {
border: 2px solid #A06DD3;
}