Shades of Electric Purple #AA0DEC
Tints of Electric Purple #AA0DEC
RGB
CMYK
RGB Variations
Color information
#AA0DEC (or 0xAA0DEC) is known color: Electric Purple. HEX triplet: AA, 0D and EC. RGB value is (170,13,236). Sum of RGB (Red+Green+Blue) = 170+13+236=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA0DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0DEC is #55F213. Grayscale: #545454. Windows color (decimal): -5632532 or 15469994. OLE color: 15469994.
HSL color Cylindrical-coordinate representation of color #AA0DEC: hue angle of 282.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DEC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 13 | 236 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.07 |
| HSL | 282.24º | 0.9% | 0.49% | - |
| HSV(B) | 282.24º | 0.94% | 0.93% | - |
| XYZ | 31.86 | 14.89 | 80.55 | - |
| YUV | 85.37 | 213.01 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 236 | 0.28 | 0.94 | 0 | 0.07 | 282.24 | 0.9 | 0.49 |
| Hex | AA | D | EC | 1C | 5E | 0 | 7 | 11A | 5A | 31 |
| Octal | 252 | 15 | 354 | 34 | 136 | 0 | 7 | 432 | 132 | 61 |
| Binary | 10101010 | 1101 | 11101100 | 11100 | 1011110 | 0 | 111 | 100011010 | 1011010 | 110001 |
Color Harmonies of #AA0DEC
Complementary color
Monochromatic Colors of #AA0DEC
Black with #AA0DEC
Text Example
Text Example
White with #AA0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DEC; }
p { color: rgb(170,13,236); }
H1.HeaderClassName
{
color: #AA0DEC;
}
.AnyTagClassName
{
color: #AA0DEC;
}
</style>
background-color css
<style>
a { background-color: #AA0DEC; }
a { background-color: rgb(170,13,236); }
div.DivClassName
{
background-color: #AA0DEC;
}
.BgClassName
{
background-color: #AA0DEC;
}
</style>
border-color css
<style>
span { border-color: #AA0DEC; }
span { border-color: rgb(170,13,236); }
td.TdClassName
{
border-color: #AA0DEC;
}
.TagClassName
{
border-color: #AA0DEC;
}
</style>