Shades of Electric Purple #AB0EF4
Tints of Electric Purple #AB0EF4
RGB
CMYK
RGB Variations
Color information
#AB0EF4 (or 0xAB0EF4) is known color: Electric Purple. HEX triplet: AB, 0E and F4. RGB value is (171,14,244). Sum of RGB (Red+Green+Blue) = 171+14+244=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 244 (95.70% from 255 or 56.88% from 429); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB0EF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EF4 is #54F10B. Grayscale: #565656. Windows color (decimal): -5566732 or 15994539. OLE color: 15994539.
HSL color Cylindrical-coordinate representation of color #AB0EF4: hue angle of 280.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0EF4 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 14 | 244 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.04 |
| HSL | 280.96º | 0.91% | 0.51% | - |
| HSV(B) | 280.96º | 0.94% | 0.96% | - |
| XYZ | 33.28 | 15.5 | 86.83 | - |
| YUV | 87.16 | 216.51 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 244 | 0.30 | 0.94 | 0 | 0.04 | 280.96 | 0.91 | 0.51 |
| Hex | AB | E | F4 | 1E | 5E | 0 | 4 | 119 | 5B | 33 |
| Octal | 253 | 16 | 364 | 36 | 136 | 0 | 4 | 431 | 133 | 63 |
| Binary | 10101011 | 1110 | 11110100 | 11110 | 1011110 | 0 | 100 | 100011001 | 1011011 | 110011 |
Color Harmonies of #AB0EF4
Complementary color
Monochromatic Colors of #AB0EF4
Black with #AB0EF4
Text Example
Text Example
White with #AB0EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EF4; }
p { color: rgb(171,14,244); }
H1.HeaderClassName
{
color: #AB0EF4;
}
.AnyTagClassName
{
color: #AB0EF4;
}
</style>
background-color css
<style>
a { background-color: #AB0EF4; }
a { background-color: rgb(171,14,244); }
div.DivClassName
{
background-color: #AB0EF4;
}
.BgClassName
{
background-color: #AB0EF4;
}
</style>
border-color css
<style>
span { border-color: #AB0EF4; }
span { border-color: rgb(171,14,244); }
td.TdClassName
{
border-color: #AB0EF4;
}
.TagClassName
{
border-color: #AB0EF4;
}
</style>