#AF75E9
A light, vivid purple closely aligning with Mediumpurple.
About #AF75E9
At its core, #AF75E9 is a light and vivid hue. Its closest recognized web color is Mediumpurple. This translates to an RGB value of rgb(175, 117, 233).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 25% cyan, 50% magenta, 0% yellow, and 9% black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF75E9
RGB175, 117, 233
HSL270.0°, 72.5%, 68.6%
CMYK25%, 50%, 0%, 9%
HSV270.0°, 49.8%, 91.4%
LAB59.6, 44.7, -50.4
XYZ38.7, 27.7, 80.4
Decimal11498985
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.54:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF75E9;
}
.text-color {
color: #AF75E9;
}
.border-color {
border: 2px solid #AF75E9;
}