#AF6DD3
A light, moderate purple closely aligning with Mediumpurple.
About #AF6DD3
At its core, #AF6DD3 is a light and moderate hue. Its closest recognized web color is Mediumpurple. This translates to an RGB value of rgb(175, 109, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 17% cyan and 48% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF6DD3
RGB175, 109, 211
HSL278.8°, 53.7%, 62.7%
CMYK17%, 48%, 0%, 17%
HSV278.8°, 48.3%, 82.7%
LAB56.8, 44.1, -42.4
XYZ34.9, 24.8, 64.6
Decimal11496915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.95:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6DD3;
}
.text-color {
color: #AF6DD3;
}
.border-color {
border: 2px solid #AF6DD3;
}