#AF1DAF
A medium, vivid magenta closely aligning with Darkmagenta.
About #AF1DAF
When working with digital screens, the color #AF1DAF is rendered by mixing light. Its closest recognized web color is Darkmagenta. In the RGB color space, it consists of 175 red, 29 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 83% M, 0% Y, and 31% K. The HSL representation is 300.0° hue, 71.6% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF1DAF
RGB175, 29, 175
HSL300.0°, 71.6%, 40.0%
CMYK0%, 83%, 0%, 31%
HSV300.0°, 83.4%, 68.6%
LAB42.9, 70.1, -43.7
XYZ25.9, 13.1, 41.7
Decimal11476399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.81:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.55:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF1DAF;
}
.text-color {
color: #AF1DAF;
}
.border-color {
border: 2px solid #AF1DAF;
}