#AF24DB
A medium, vivid magenta closely aligning with Darkviolet.
About #AF24DB
The precise color #AF24DB is an excellent choice for modern design projects. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(175, 36, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 20% Cyan, 84% Magenta, 0% Yellow, and 14% Black. The HSL representation is 285.6° hue, 71.8% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#AF24DB
RGB175, 36, 219
HSL285.6°, 71.8%, 50.0%
CMYK20%, 84%, 0%, 14%
HSV285.6°, 83.6%, 85.9%
LAB46.3, 76.0, -63.9
XYZ31.1, 15.5, 68.4
Decimal11478235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF24DB;
}
.text-color {
color: #AF24DB;
}
.border-color {
border: 2px solid #AF24DB;
}