Shades of Electric Purple #AB00EC
Tints of Electric Purple #AB00EC
RGB
CMYK
RGB Variations
Color information
#AB00EC (or 0xAB00EC) is known color: Electric Purple. HEX triplet: AB, 00 and EC. RGB value is (171,0,236). Sum of RGB (Red+Green+Blue) = 171+0+236=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB00EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00EC is #54FF13. Grayscale: #4D4D4D. Windows color (decimal): -5570324 or 15466667. OLE color: 15466667.
HSL color Cylindrical-coordinate representation of color #AB00EC: hue angle of 283.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00EC is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 0 | 236 | - |
| CMYK | 0.28 | 1 | 0 | 0.07 |
| HSL | 283.47º | 1% | 0.46% | - |
| HSV(B) | 283.47º | 1% | 0.93% | - |
| XYZ | 31.93 | 14.71 | 80.51 | - |
| YUV | 78.03 | 217.15 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 236 | 0.28 | 1 | 0 | 0.07 | 283.47 | 1 | 0.46 |
| Hex | AB | 0 | EC | 1C | 64 | 0 | 7 | 11B | 64 | 2E |
| Octal | 253 | 0 | 354 | 34 | 144 | 0 | 7 | 433 | 144 | 56 |
| Binary | 10101011 | 0 | 11101100 | 11100 | 1100100 | 0 | 111 | 100011011 | 1100100 | 101110 |
Color Harmonies of #AB00EC
Complementary color
Monochromatic Colors of #AB00EC
Black with #AB00EC
Text Example
Text Example
White with #AB00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00EC; }
p { color: rgb(171,0,236); }
H1.HeaderClassName
{
color: #AB00EC;
}
.AnyTagClassName
{
color: #AB00EC;
}
</style>
background-color css
<style>
a { background-color: #AB00EC; }
a { background-color: rgb(171,0,236); }
div.DivClassName
{
background-color: #AB00EC;
}
.BgClassName
{
background-color: #AB00EC;
}
</style>
border-color css
<style>
span { border-color: #AB00EC; }
span { border-color: rgb(171,0,236); }
td.TdClassName
{
border-color: #AB00EC;
}
.TagClassName
{
border-color: #AB00EC;
}
</style>