What is the HEX code for soft purple?
The CSS color soft purple in HEX format is #a66fb5. Use this value directly in CSS, SVG, and most design tools.
How do I use soft purple in CSS?
To apply soft purple in CSS:
- Text color: color: #a66fb5;
- Background: background-color: #a66fb5;
- Border: border-color: #a66fb5;
What are all the color format values for soft purple?
| Format | Value |
|---|---|
| HEX | #a66fb5 |
| RGB | rgb(166, 111, 181) |
| HSL | hsl(287.1, 32.1%, 57.3%) |
| CMYK | cmyk(8.3%, 38.7%, 0%, 29%) |
How do I convert soft purple to HEX?
Select soft purple from the color name list in our color converter. The HEX value — #a66fb5 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does soft purple belong to?
soft purple belongs to the purple color family. It is a medium, moderately saturated color with HSL values: hue 287.1°, saturation 32.1%, lightness 57.3%.
How do I create lighter and darker shades of soft purple?
Lighter variant (lightness 72.3%): #c5a2cf. Darker variant (lightness 42.3%): #80498e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.