#AC5099
A medium, moderate magenta closely aligning with Orchid.
About #AC5099
At its core, #AC5099 is a medium and moderate hue. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(172, 80, 153).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 53% magenta, 11% yellow, and 33% black. With a hue angle of 312.4 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 #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AC5099
RGB172, 80, 153
HSL312.4°, 36.5%, 49.4%
CMYK0%, 53%, 11%, 33%
HSV312.4°, 53.5%, 67.5%
LAB48.0, 47.1, -22.6
XYZ25.6, 16.8, 32.0
Decimal11292825
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AC5099;
}
.text-color {
color: #AC5099;
}
.border-color {
border: 2px solid #AC5099;
}