What is the HEX code for electric purple?
The CSS color electric purple in HEX format is #aa23ff. Use this value directly in CSS, SVG, and most design tools.
How do I use electric purple in CSS?
To apply electric purple in CSS:
- Text color: color: #aa23ff;
- Background: background-color: #aa23ff;
- Border: border-color: #aa23ff;
What are all the color format values for electric purple?
| Format | Value |
|---|---|
| HEX | #aa23ff |
| RGB | rgb(170, 35, 255) |
| HSL | hsl(276.8, 100%, 56.9%) |
| CMYK | cmyk(33.3%, 86.3%, 0%, 0%) |
How do I convert electric purple to HEX?
Select electric purple from the color name list in our color converter. The HEX value — #aa23ff — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does electric purple belong to?
electric purple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 276.8°, saturation 100%, lightness 56.9%.
How do I create lighter and darker shades of electric purple?
Lighter variant (lightness 71.9%): #c870ff. Darker variant (lightness 41.9%): #8300d6. 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.