Shades of Electric Purple #AA0FED
Tints of Electric Purple #AA0FED
RGB
CMYK
RGB Variations
Color information
#AA0FED (or 0xAA0FED) is known color: Electric Purple. HEX triplet: AA, 0F and ED. RGB value is (170,15,237). Sum of RGB (Red+Green+Blue) = 170+15+237=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA0FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FED is #55F012. Grayscale: #555555. Windows color (decimal): -5632019 or 15536042. OLE color: 15536042.
HSL color Cylindrical-coordinate representation of color #AA0FED: hue angle of 281.89º degrees, saturation: 0.88, 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 #AA0FED is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 15 | 237 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.07 |
| HSL | 281.89º | 0.88% | 0.49% | - |
| HSV(B) | 281.89º | 0.94% | 0.93% | - |
| XYZ | 32.03 | 15 | 81.33 | - |
| YUV | 86.65 | 212.85 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 237 | 0.28 | 0.94 | 0 | 0.07 | 281.89 | 0.88 | 0.49 |
| Hex | AA | F | ED | 1C | 5E | 0 | 7 | 11A | 58 | 31 |
| Octal | 252 | 17 | 355 | 34 | 136 | 0 | 7 | 432 | 130 | 61 |
| Binary | 10101010 | 1111 | 11101101 | 11100 | 1011110 | 0 | 111 | 100011010 | 1011000 | 110001 |
Color Harmonies of #AA0FED
Complementary color
Monochromatic Colors of #AA0FED
Black with #AA0FED
Text Example
Text Example
White with #AA0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FED; }
p { color: rgb(170,15,237); }
H1.HeaderClassName
{
color: #AA0FED;
}
.AnyTagClassName
{
color: #AA0FED;
}
</style>
background-color css
<style>
a { background-color: #AA0FED; }
a { background-color: rgb(170,15,237); }
div.DivClassName
{
background-color: #AA0FED;
}
.BgClassName
{
background-color: #AA0FED;
}
</style>
border-color css
<style>
span { border-color: #AA0FED; }
span { border-color: rgb(170,15,237); }
td.TdClassName
{
border-color: #AA0FED;
}
.TagClassName
{
border-color: #AA0FED;
}
</style>