#AF75CC
A light, moderate purple closely aligning with Mediumpurple.
About #AF75CC
When working with digital screens, the color #AF75CC is rendered by mixing light. Designers often compare it to the standard color Mediumpurple. In the RGB color space, it consists of 175 red, 117 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 14% cyan, 43% magenta, 0% yellow, and 20% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF75CC
RGB175, 117, 204
HSL280.0°, 46.0%, 62.9%
CMYK14%, 43%, 0%, 20%
HSV280.0°, 42.6%, 80.0%
LAB58.2, 38.3, -36.3
XYZ34.9, 26.2, 60.3
Decimal11498956
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF75CC;
}
.text-color {
color: #AF75CC;
}
.border-color {
border: 2px solid #AF75CC;
}