#AF498A
A medium, moderate magenta closely aligning with Palevioletred.
About #AF498A
At its core, #AF498A is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(175, 73, 138).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 58% M, 21% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF498A
RGB175, 73, 138
HSL321.8°, 41.1%, 48.6%
CMYK0%, 58%, 21%, 31%
HSV321.8°, 58.3%, 68.6%
LAB46.6, 49.0, -15.8
XYZ24.6, 15.7, 25.8
Decimal11487626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF498A;
}
.text-color {
color: #AF498A;
}
.border-color {
border: 2px solid #AF498A;
}