Shades of Electric Purple #AA0AED
Tints of Electric Purple #AA0AED
RGB
CMYK
RGB Variations
Color information
#AA0AED (or 0xAA0AED) is known color: Electric Purple. HEX triplet: AA, 0A and ED. RGB value is (170,10,237). Sum of RGB (Red+Green+Blue) = 170+10+237=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA0AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0AED is #55F512. Grayscale: #525252. Windows color (decimal): -5633299 or 15534762. OLE color: 15534762.
HSL color Cylindrical-coordinate representation of color #AA0AED: hue angle of 282.29º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0AED is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 10 | 237 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.07 |
| HSL | 282.29º | 0.92% | 0.48% | - |
| HSV(B) | 282.29º | 0.96% | 0.93% | - |
| XYZ | 31.97 | 14.88 | 81.31 | - |
| YUV | 83.72 | 214.51 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 237 | 0.28 | 0.96 | 0 | 0.07 | 282.29 | 0.92 | 0.48 |
| Hex | AA | A | ED | 1C | 60 | 0 | 7 | 11A | 5C | 30 |
| Octal | 252 | 12 | 355 | 34 | 140 | 0 | 7 | 432 | 134 | 60 |
| Binary | 10101010 | 1010 | 11101101 | 11100 | 1100000 | 0 | 111 | 100011010 | 1011100 | 110000 |
Color Harmonies of #AA0AED
Complementary color
Monochromatic Colors of #AA0AED
Black with #AA0AED
Text Example
Text Example
White with #AA0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AED; }
p { color: rgb(170,10,237); }
H1.HeaderClassName
{
color: #AA0AED;
}
.AnyTagClassName
{
color: #AA0AED;
}
</style>
background-color css
<style>
a { background-color: #AA0AED; }
a { background-color: rgb(170,10,237); }
div.DivClassName
{
background-color: #AA0AED;
}
.BgClassName
{
background-color: #AA0AED;
}
</style>
border-color css
<style>
span { border-color: #AA0AED; }
span { border-color: rgb(170,10,237); }
td.TdClassName
{
border-color: #AA0AED;
}
.TagClassName
{
border-color: #AA0AED;
}
</style>