#AF2CC5
A medium, moderate magenta closely aligning with Darkorchid.
About #AF2CC5
Visually, #AF2CC5 is defined as a moderate magenta. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 175 red, 44 green, and 197 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 11% cyan and 78% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF2CC5
RGB175, 44, 197
HSL291.4°, 63.5%, 47.3%
CMYK11%, 78%, 0%, 23%
HSV291.4°, 77.7%, 77.3%
LAB45.6, 69.9, -52.4
XYZ28.7, 14.9, 54.2
Decimal11480261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2CC5;
}
.text-color {
color: #AF2CC5;
}
.border-color {
border: 2px solid #AF2CC5;
}