#A85FC5
A medium, moderate purple closely aligning with Mediumpurple.
About #A85FC5
The hex code #A85FC5 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(168, 95, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 15% cyan, 52% magenta, 0% yellow, and 23% black. The HSL representation is 282.9° hue, 46.8% saturation, and 57.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A85FC5
RGB168, 95, 197
HSL282.9°, 46.8%, 57.3%
CMYK15%, 52%, 0%, 23%
HSV282.9°, 51.8%, 77.3%
LAB52.4, 46.6, -41.5
XYZ30.3, 20.5, 55.2
Decimal11034565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85FC5;
}
.text-color {
color: #A85FC5;
}
.border-color {
border: 2px solid #A85FC5;
}