Shades of Electric Purple #AB02EC
Tints of Electric Purple #AB02EC
RGB
CMYK
RGB Variations
Color information
#AB02EC (or 0xAB02EC) is known color: Electric Purple. HEX triplet: AB, 02 and EC. RGB value is (171,2,236). Sum of RGB (Red+Green+Blue) = 171+2+236=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB02EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB02EC is #54FD13. Grayscale: #4E4E4E. Windows color (decimal): -5569812 or 15467179. OLE color: 15467179.
HSL color Cylindrical-coordinate representation of color #AB02EC: hue angle of 283.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02EC is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 2 | 236 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.07 |
| HSL | 283.33º | 0.98% | 0.47% | - |
| HSV(B) | 283.33º | 0.99% | 0.93% | - |
| XYZ | 31.96 | 14.76 | 80.52 | - |
| YUV | 79.21 | 216.49 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 236 | 0.28 | 0.99 | 0 | 0.07 | 283.33 | 0.98 | 0.47 |
| Hex | AB | 2 | EC | 1C | 63 | 0 | 7 | 11B | 62 | 2F |
| Octal | 253 | 2 | 354 | 34 | 143 | 0 | 7 | 433 | 142 | 57 |
| Binary | 10101011 | 10 | 11101100 | 11100 | 1100011 | 0 | 111 | 100011011 | 1100010 | 101111 |
Color Harmonies of #AB02EC
Complementary color
Monochromatic Colors of #AB02EC
Black with #AB02EC
Text Example
Text Example
White with #AB02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB02EC; }
p { color: rgb(171,2,236); }
H1.HeaderClassName
{
color: #AB02EC;
}
.AnyTagClassName
{
color: #AB02EC;
}
</style>
background-color css
<style>
a { background-color: #AB02EC; }
a { background-color: rgb(171,2,236); }
div.DivClassName
{
background-color: #AB02EC;
}
.BgClassName
{
background-color: #AB02EC;
}
</style>
border-color css
<style>
span { border-color: #AB02EC; }
span { border-color: rgb(171,2,236); }
td.TdClassName
{
border-color: #AB02EC;
}
.TagClassName
{
border-color: #AB02EC;
}
</style>