Shades of Electric Purple #AB0EED
Tints of Electric Purple #AB0EED
RGB
CMYK
RGB Variations
Color information
#AB0EED (or 0xAB0EED) is known color: Electric Purple. HEX triplet: AB, 0E and ED. RGB value is (171,14,237). Sum of RGB (Red+Green+Blue) = 171+14+237=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 14 (5.86% from 255 or 3.32% 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 #AB0EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EED is #54F112. Grayscale: #555555. Windows color (decimal): -5566739 or 15535787. OLE color: 15535787.
HSL color Cylindrical-coordinate representation of color #AB0EED: hue angle of 282.24º degrees, saturation: 0.89, 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 #AB0EED is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 14 | 237 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.07 |
| HSL | 282.24º | 0.89% | 0.49% | - |
| HSV(B) | 282.24º | 0.94% | 0.93% | - |
| XYZ | 32.24 | 15.09 | 81.33 | - |
| YUV | 86.37 | 213.01 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 237 | 0.28 | 0.94 | 0 | 0.07 | 282.24 | 0.89 | 0.49 |
| Hex | AB | E | ED | 1C | 5E | 0 | 7 | 11A | 59 | 31 |
| Octal | 253 | 16 | 355 | 34 | 136 | 0 | 7 | 432 | 131 | 61 |
| Binary | 10101011 | 1110 | 11101101 | 11100 | 1011110 | 0 | 111 | 100011010 | 1011001 | 110001 |
Color Harmonies of #AB0EED
Complementary color
Monochromatic Colors of #AB0EED
Black with #AB0EED
Text Example
Text Example
White with #AB0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EED; }
p { color: rgb(171,14,237); }
H1.HeaderClassName
{
color: #AB0EED;
}
.AnyTagClassName
{
color: #AB0EED;
}
</style>
background-color css
<style>
a { background-color: #AB0EED; }
a { background-color: rgb(171,14,237); }
div.DivClassName
{
background-color: #AB0EED;
}
.BgClassName
{
background-color: #AB0EED;
}
</style>
border-color css
<style>
span { border-color: #AB0EED; }
span { border-color: rgb(171,14,237); }
td.TdClassName
{
border-color: #AB0EED;
}
.TagClassName
{
border-color: #AB0EED;
}
</style>