#AF92FF
A light, vivid purple closely aligning with Mediumpurple.
About #AF92FF
Visually, #AF92FF is defined as a vivid purple. Designers often compare it to the standard color Mediumpurple. This translates to an RGB value of rgb(175, 146, 255).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 31% cyan and 43% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF92FF
RGB175, 146, 255
HSL256.0°, 100.0%, 78.6%
CMYK31%, 43%, 0%, 0%
HSV256.0°, 42.7%, 100.0%
LAB67.2, 34.0, -50.5
XYZ46.0, 36.9, 99.3
Decimal11506431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.38:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AF92FF;
}
.text-color {
color: #AF92FF;
}
.border-color {
border: 2px solid #AF92FF;
}