#AF3366
A medium, moderate magenta closely aligning with Palevioletred.
About #AF3366
When working with digital screens, the color #AF3366 is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(175, 51, 102).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 71% M, 42% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF3366
RGB175, 51, 102
HSL335.3°, 54.9%, 44.3%
CMYK0%, 71%, 42%, 31%
HSV335.3°, 70.9%, 68.6%
LAB41.9, 53.9, -0.7
XYZ21.3, 12.4, 13.9
Decimal11481958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.02:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF3366;
}
.text-color {
color: #AF3366;
}
.border-color {
border: 2px solid #AF3366;
}