#AF50AF
A medium, moderate magenta closely aligning with Orchid.
About #AF50AF
The hex code #AF50AF represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Orchid. Its digital footprint relies on 175 parts red, 80 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 54% Magenta, 0% Yellow, and 31% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF50AF
RGB175, 80, 175
HSL300.0°, 37.3%, 50.0%
CMYK0%, 54%, 0%, 31%
HSV300.0°, 54.3%, 68.6%
LAB49.4, 51.8, -33.4
XYZ28.3, 17.9, 42.5
Decimal11489455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF50AF;
}
.text-color {
color: #AF50AF;
}
.border-color {
border: 2px solid #AF50AF;
}