What is the HEX code for lighter purple?
The CSS color lighter purple in HEX format is #a55af4. Use this value directly in CSS, SVG, and most design tools.
How do I use lighter purple in CSS?
To apply lighter purple in CSS:
- Text color: color: #a55af4;
- Background: background-color: #a55af4;
- Border: border-color: #a55af4;
What are all the color format values for lighter purple?
| Format | Value |
|---|---|
| HEX | #a55af4 |
| RGB | rgb(165, 90, 244) |
| HSL | hsl(269.2, 87.5%, 65.5%) |
| CMYK | cmyk(32.4%, 63.1%, 0%, 4.3%) |
How do I convert lighter purple to HEX?
Select lighter purple from the color name list in our color converter. The HEX value — #a55af4 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lighter purple belong to?
lighter purple belongs to the blue color family. It is a medium, vivid color with HSL values: hue 269.2°, saturation 87.5%, lightness 65.5%.
How do I create lighter and darker shades of lighter purple?
Lighter variant (lightness 80.5%): #cca2f9. Darker variant (lightness 50.5%): #7e12ef. 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.