Shades of Electric Purple #AA18EC
Tints of Electric Purple #AA18EC
RGB
CMYK
RGB Variations
Color information
#AA18EC (or 0xAA18EC) is known color: Electric Purple. HEX triplet: AA, 18 and EC. RGB value is (170,24,236). Sum of RGB (Red+Green+Blue) = 170+24+236=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA18EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18EC is #55E713. Grayscale: #5B5B5B. Windows color (decimal): -5629716 or 15472810. OLE color: 15472810.
HSL color Cylindrical-coordinate representation of color #AA18EC: hue angle of 281.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA18EC is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 24 | 236 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.07 |
| HSL | 281.32º | 0.85% | 0.51% | - |
| HSV(B) | 281.32º | 0.9% | 0.93% | - |
| XYZ | 32.04 | 15.26 | 80.61 | - |
| YUV | 91.82 | 209.37 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 236 | 0.28 | 0.90 | 0 | 0.07 | 281.32 | 0.85 | 0.51 |
| Hex | AA | 18 | EC | 1C | 5A | 0 | 7 | 119 | 55 | 33 |
| Octal | 252 | 30 | 354 | 34 | 132 | 0 | 7 | 431 | 125 | 63 |
| Binary | 10101010 | 11000 | 11101100 | 11100 | 1011010 | 0 | 111 | 100011001 | 1010101 | 110011 |
Color Harmonies of #AA18EC
Complementary color
Monochromatic Colors of #AA18EC
Black with #AA18EC
Text Example
Text Example
White with #AA18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18EC; }
p { color: rgb(170,24,236); }
H1.HeaderClassName
{
color: #AA18EC;
}
.AnyTagClassName
{
color: #AA18EC;
}
</style>
background-color css
<style>
a { background-color: #AA18EC; }
a { background-color: rgb(170,24,236); }
div.DivClassName
{
background-color: #AA18EC;
}
.BgClassName
{
background-color: #AA18EC;
}
</style>
border-color css
<style>
span { border-color: #AA18EC; }
span { border-color: rgb(170,24,236); }
td.TdClassName
{
border-color: #AA18EC;
}
.TagClassName
{
border-color: #AA18EC;
}
</style>