Shades of Electric Purple #AA0DED
Tints of Electric Purple #AA0DED
RGB
CMYK
RGB Variations
Color information
#AA0DED (or 0xAA0DED) is known color: Electric Purple. HEX triplet: AA, 0D and ED. RGB value is (170,13,237). Sum of RGB (Red+Green+Blue) = 170+13+237=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA0DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0DED is #55F212. Grayscale: #545454. Windows color (decimal): -5632531 or 15535530. OLE color: 15535530.
HSL color Cylindrical-coordinate representation of color #AA0DED: hue angle of 282.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0DED is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 13 | 237 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.07 |
| HSL | 282.05º | 0.9% | 0.49% | - |
| HSV(B) | 282.05º | 0.95% | 0.93% | - |
| XYZ | 32.01 | 14.95 | 81.32 | - |
| YUV | 85.48 | 213.51 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 237 | 0.28 | 0.95 | 0 | 0.07 | 282.05 | 0.9 | 0.49 |
| Hex | AA | D | ED | 1C | 5F | 0 | 7 | 11A | 5A | 31 |
| Octal | 252 | 15 | 355 | 34 | 137 | 0 | 7 | 432 | 132 | 61 |
| Binary | 10101010 | 1101 | 11101101 | 11100 | 1011111 | 0 | 111 | 100011010 | 1011010 | 110001 |
Color Harmonies of #AA0DED
Complementary color
Monochromatic Colors of #AA0DED
Black with #AA0DED
Text Example
Text Example
White with #AA0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DED; }
p { color: rgb(170,13,237); }
H1.HeaderClassName
{
color: #AA0DED;
}
.AnyTagClassName
{
color: #AA0DED;
}
</style>
background-color css
<style>
a { background-color: #AA0DED; }
a { background-color: rgb(170,13,237); }
div.DivClassName
{
background-color: #AA0DED;
}
.BgClassName
{
background-color: #AA0DED;
}
</style>
border-color css
<style>
span { border-color: #AA0DED; }
span { border-color: rgb(170,13,237); }
td.TdClassName
{
border-color: #AA0DED;
}
.TagClassName
{
border-color: #AA0DED;
}
</style>