#AF75F0
A light, vivid purple closely aligning with Mediumpurple.
About #AF75F0
At its core, #AF75F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 175 red, 117 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 27% Cyan, 51% Magenta, 0% Yellow, and 6% Black. The HSL representation is 268.3° hue, 80.4% saturation, and 70.0% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF75F0
RGB175, 117, 240
HSL268.3°, 80.4%, 70.0%
CMYK27%, 51%, 0%, 6%
HSV268.3°, 51.3%, 94.1%
LAB60.0, 46.4, -53.7
XYZ39.8, 28.1, 85.8
Decimal11498992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF75F0;
}
.text-color {
color: #AF75F0;
}
.border-color {
border: 2px solid #AF75F0;
}