#AF50DB
A medium, moderate purple closely aligning with Mediumorchid.
About #AF50DB
Visually, #AF50DB is defined as a moderate purple. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(175, 80, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 20% cyan, 63% magenta, 0% yellow, and 14% black. With a hue angle of 281.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF50DB
RGB175, 80, 219
HSL281.0°, 65.9%, 58.6%
CMYK20%, 63%, 0%, 14%
HSV281.0°, 63.5%, 85.9%
LAB51.8, 60.4, -55.0
XYZ33.3, 20.0, 69.1
Decimal11489499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF50DB;
}
.text-color {
color: #AF50DB;
}
.border-color {
border: 2px solid #AF50DB;
}