#AF92A0
A light, muted magenta closely aligning with Rosybrown.
About #AF92A0
Visually, #AF92A0 is defined as a muted magenta. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 175 red, 146 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. With a hue angle of 331.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF92A0
RGB175, 146, 160
HSL331.0°, 15.3%, 62.9%
CMYK0%, 17%, 9%, 31%
HSV331.0°, 16.6%, 68.6%
LAB63.5, 13.2, -3.3
XYZ34.3, 32.2, 37.7
Decimal11506336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.44:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF92A0;
}
.text-color {
color: #AF92A0;
}
.border-color {
border: 2px solid #AF92A0;
}