Shades of Electric Purple #AA08EC
Tints of Electric Purple #AA08EC
RGB
CMYK
RGB Variations
Color information
#AA08EC (or 0xAA08EC) is known color: Electric Purple. HEX triplet: AA, 08 and EC. RGB value is (170,8,236). Sum of RGB (Red+Green+Blue) = 170+8+236=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA08EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA08EC is #55F713. Grayscale: #515151. Windows color (decimal): -5633812 or 15468714. OLE color: 15468714.
HSL color Cylindrical-coordinate representation of color #AA08EC: hue angle of 282.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA08EC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 8 | 236 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.07 |
| HSL | 282.63º | 0.93% | 0.48% | - |
| HSV(B) | 282.63º | 0.97% | 0.93% | - |
| XYZ | 31.8 | 14.78 | 80.53 | - |
| YUV | 82.43 | 214.67 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 236 | 0.28 | 0.97 | 0 | 0.07 | 282.63 | 0.93 | 0.48 |
| Hex | AA | 8 | EC | 1C | 61 | 0 | 7 | 11B | 5D | 30 |
| Octal | 252 | 10 | 354 | 34 | 141 | 0 | 7 | 433 | 135 | 60 |
| Binary | 10101010 | 1000 | 11101100 | 11100 | 1100001 | 0 | 111 | 100011011 | 1011101 | 110000 |
Color Harmonies of #AA08EC
Complementary color
Monochromatic Colors of #AA08EC
Black with #AA08EC
Text Example
Text Example
White with #AA08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08EC; }
p { color: rgb(170,8,236); }
H1.HeaderClassName
{
color: #AA08EC;
}
.AnyTagClassName
{
color: #AA08EC;
}
</style>
background-color css
<style>
a { background-color: #AA08EC; }
a { background-color: rgb(170,8,236); }
div.DivClassName
{
background-color: #AA08EC;
}
.BgClassName
{
background-color: #AA08EC;
}
</style>
border-color css
<style>
span { border-color: #AA08EC; }
span { border-color: rgb(170,8,236); }
td.TdClassName
{
border-color: #AA08EC;
}
.TagClassName
{
border-color: #AA08EC;
}
</style>