Shades of Electric Purple #AB0EEE
Tints of Electric Purple #AB0EEE
RGB
CMYK
RGB Variations
Color information
#AB0EEE (or 0xAB0EEE) is known color: Electric Purple. HEX triplet: AB, 0E and EE. RGB value is (171,14,238). Sum of RGB (Red+Green+Blue) = 171+14+238=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB0EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EEE is #54F111. Grayscale: #555555. Windows color (decimal): -5566738 or 15601323. OLE color: 15601323.
HSL color Cylindrical-coordinate representation of color #AB0EEE: hue angle of 282.05º 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 #AB0EEE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 14 | 238 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.07 |
| HSL | 282.05º | 0.89% | 0.49% | - |
| HSV(B) | 282.05º | 0.94% | 0.93% | - |
| XYZ | 32.38 | 15.15 | 82.11 | - |
| YUV | 86.48 | 213.51 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 238 | 0.28 | 0.94 | 0 | 0.07 | 282.05 | 0.89 | 0.49 |
| Hex | AB | E | EE | 1C | 5E | 0 | 7 | 11A | 59 | 31 |
| Octal | 253 | 16 | 356 | 34 | 136 | 0 | 7 | 432 | 131 | 61 |
| Binary | 10101011 | 1110 | 11101110 | 11100 | 1011110 | 0 | 111 | 100011010 | 1011001 | 110001 |
Color Harmonies of #AB0EEE
Complementary color
Monochromatic Colors of #AB0EEE
Black with #AB0EEE
Text Example
Text Example
White with #AB0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EEE; }
p { color: rgb(171,14,238); }
H1.HeaderClassName
{
color: #AB0EEE;
}
.AnyTagClassName
{
color: #AB0EEE;
}
</style>
background-color css
<style>
a { background-color: #AB0EEE; }
a { background-color: rgb(171,14,238); }
div.DivClassName
{
background-color: #AB0EEE;
}
.BgClassName
{
background-color: #AB0EEE;
}
</style>
border-color css
<style>
span { border-color: #AB0EEE; }
span { border-color: rgb(171,14,238); }
td.TdClassName
{
border-color: #AB0EEE;
}
.TagClassName
{
border-color: #AB0EEE;
}
</style>