Shades of Electric Purple #AB0FEC
Tints of Electric Purple #AB0FEC
RGB
CMYK
RGB Variations
Color information
#AB0FEC (or 0xAB0FEC) is known color: Electric Purple. HEX triplet: AB, 0F and EC. RGB value is (171,15,236). Sum of RGB (Red+Green+Blue) = 171+15+236=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FEC is #54F013. Grayscale: #565656. Windows color (decimal): -5566484 or 15470507. OLE color: 15470507.
HSL color Cylindrical-coordinate representation of color #AB0FEC: hue angle of 282.35º 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 #AB0FEC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 15 | 236 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.07 |
| HSL | 282.35º | 0.88% | 0.49% | - |
| HSV(B) | 282.35º | 0.94% | 0.93% | - |
| XYZ | 32.11 | 15.06 | 80.57 | - |
| YUV | 86.84 | 212.18 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 236 | 0.28 | 0.94 | 0 | 0.07 | 282.35 | 0.88 | 0.49 |
| Hex | AB | F | EC | 1C | 5E | 0 | 7 | 11A | 58 | 31 |
| Octal | 253 | 17 | 354 | 34 | 136 | 0 | 7 | 432 | 130 | 61 |
| Binary | 10101011 | 1111 | 11101100 | 11100 | 1011110 | 0 | 111 | 100011010 | 1011000 | 110001 |
Color Harmonies of #AB0FEC
Complementary color
Monochromatic Colors of #AB0FEC
Black with #AB0FEC
Text Example
Text Example
White with #AB0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FEC; }
p { color: rgb(171,15,236); }
H1.HeaderClassName
{
color: #AB0FEC;
}
.AnyTagClassName
{
color: #AB0FEC;
}
</style>
background-color css
<style>
a { background-color: #AB0FEC; }
a { background-color: rgb(171,15,236); }
div.DivClassName
{
background-color: #AB0FEC;
}
.BgClassName
{
background-color: #AB0FEC;
}
</style>
border-color css
<style>
span { border-color: #AB0FEC; }
span { border-color: rgb(171,15,236); }
td.TdClassName
{
border-color: #AB0FEC;
}
.TagClassName
{
border-color: #AB0FEC;
}
</style>