Shades of Electric Purple #AB03EC
Tints of Electric Purple #AB03EC
RGB
CMYK
RGB Variations
Color information
#AB03EC (or 0xAB03EC) is known color: Electric Purple. HEX triplet: AB, 03 and EC. RGB value is (171,3,236). Sum of RGB (Red+Green+Blue) = 171+3+236=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB03EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03EC is #54FC13. Grayscale: #4F4F4F. Windows color (decimal): -5569556 or 15467435. OLE color: 15467435.
HSL color Cylindrical-coordinate representation of color #AB03EC: hue angle of 283.26º degrees, saturation: 0.97, 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 #AB03EC is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 3 | 236 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.07 |
| HSL | 283.26º | 0.97% | 0.47% | - |
| HSV(B) | 283.26º | 0.99% | 0.93% | - |
| XYZ | 31.97 | 14.78 | 80.52 | - |
| YUV | 79.79 | 216.16 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 236 | 0.28 | 0.99 | 0 | 0.07 | 283.26 | 0.97 | 0.47 |
| Hex | AB | 3 | EC | 1C | 63 | 0 | 7 | 11B | 61 | 2F |
| Octal | 253 | 3 | 354 | 34 | 143 | 0 | 7 | 433 | 141 | 57 |
| Binary | 10101011 | 11 | 11101100 | 11100 | 1100011 | 0 | 111 | 100011011 | 1100001 | 101111 |
Color Harmonies of #AB03EC
Complementary color
Monochromatic Colors of #AB03EC
Black with #AB03EC
Text Example
Text Example
White with #AB03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03EC; }
p { color: rgb(171,3,236); }
H1.HeaderClassName
{
color: #AB03EC;
}
.AnyTagClassName
{
color: #AB03EC;
}
</style>
background-color css
<style>
a { background-color: #AB03EC; }
a { background-color: rgb(171,3,236); }
div.DivClassName
{
background-color: #AB03EC;
}
.BgClassName
{
background-color: #AB03EC;
}
</style>
border-color css
<style>
span { border-color: #AB03EC; }
span { border-color: rgb(171,3,236); }
td.TdClassName
{
border-color: #AB03EC;
}
.TagClassName
{
border-color: #AB03EC;
}
</style>