#AF66AF
A medium, moderate magenta closely aligning with Orchid.
About #AF66AF
When working with digital screens, the color #AF66AF is rendered by mixing light. Its closest recognized web color is Orchid. This translates to an RGB value of rgb(175, 102, 175).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 42% magenta inks. The HSL representation is 300.0° hue, 31.3% saturation, and 54.3% lightness.
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#AF66AF
RGB175, 102, 175
HSL300.0°, 31.3%, 54.3%
CMYK0%, 42%, 0%, 31%
HSV300.0°, 41.7%, 68.6%
LAB53.7, 40.6, -26.7
XYZ30.2, 21.7, 43.2
Decimal11495087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF66AF;
}
.text-color {
color: #AF66AF;
}
.border-color {
border: 2px solid #AF66AF;
}