Shades of Electric Purple #AB0EEC
Tints of Electric Purple #AB0EEC
RGB
CMYK
RGB Variations
Color information
#AB0EEC (or 0xAB0EEC) is known color: Electric Purple. HEX triplet: AB, 0E and EC. RGB value is (171,14,236). Sum of RGB (Red+Green+Blue) = 171+14+236=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB0EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EEC is #54F113. Grayscale: #555555. Windows color (decimal): -5566740 or 15470251. OLE color: 15470251.
HSL color Cylindrical-coordinate representation of color #AB0EEC: hue angle of 282.43º 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 #AB0EEC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 14 | 236 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.07 |
| HSL | 282.43º | 0.89% | 0.49% | - |
| HSV(B) | 282.43º | 0.94% | 0.93% | - |
| XYZ | 32.09 | 15.03 | 80.57 | - |
| YUV | 86.25 | 212.51 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 236 | 0.28 | 0.94 | 0 | 0.07 | 282.43 | 0.89 | 0.49 |
| Hex | AB | E | EC | 1C | 5E | 0 | 7 | 11A | 59 | 31 |
| Octal | 253 | 16 | 354 | 34 | 136 | 0 | 7 | 432 | 131 | 61 |
| Binary | 10101011 | 1110 | 11101100 | 11100 | 1011110 | 0 | 111 | 100011010 | 1011001 | 110001 |
Color Harmonies of #AB0EEC
Complementary color
Monochromatic Colors of #AB0EEC
Black with #AB0EEC
Text Example
Text Example
White with #AB0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EEC; }
p { color: rgb(171,14,236); }
H1.HeaderClassName
{
color: #AB0EEC;
}
.AnyTagClassName
{
color: #AB0EEC;
}
</style>
background-color css
<style>
a { background-color: #AB0EEC; }
a { background-color: rgb(171,14,236); }
div.DivClassName
{
background-color: #AB0EEC;
}
.BgClassName
{
background-color: #AB0EEC;
}
</style>
border-color css
<style>
span { border-color: #AB0EEC; }
span { border-color: rgb(171,14,236); }
td.TdClassName
{
border-color: #AB0EEC;
}
.TagClassName
{
border-color: #AB0EEC;
}
</style>