Shades of Electric Purple #AB04EC
Tints of Electric Purple #AB04EC
RGB
CMYK
RGB Variations
Color information
#AB04EC (or 0xAB04EC) is known color: Electric Purple. HEX triplet: AB, 04 and EC. RGB value is (171,4,236). Sum of RGB (Red+Green+Blue) = 171+4+236=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB04EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04EC is #54FB13. Grayscale: #4F4F4F. Windows color (decimal): -5569300 or 15467691. OLE color: 15467691.
HSL color Cylindrical-coordinate representation of color #AB04EC: hue angle of 283.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04EC is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 4 | 236 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.07 |
| HSL | 283.19º | 0.97% | 0.47% | - |
| HSV(B) | 283.19º | 0.98% | 0.93% | - |
| XYZ | 31.98 | 14.8 | 80.53 | - |
| YUV | 80.38 | 215.83 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 236 | 0.28 | 0.98 | 0 | 0.07 | 283.19 | 0.97 | 0.47 |
| Hex | AB | 4 | EC | 1C | 62 | 0 | 7 | 11B | 61 | 2F |
| Octal | 253 | 4 | 354 | 34 | 142 | 0 | 7 | 433 | 141 | 57 |
| Binary | 10101011 | 100 | 11101100 | 11100 | 1100010 | 0 | 111 | 100011011 | 1100001 | 101111 |
Color Harmonies of #AB04EC
Complementary color
Monochromatic Colors of #AB04EC
Black with #AB04EC
Text Example
Text Example
White with #AB04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04EC; }
p { color: rgb(171,4,236); }
H1.HeaderClassName
{
color: #AB04EC;
}
.AnyTagClassName
{
color: #AB04EC;
}
</style>
background-color css
<style>
a { background-color: #AB04EC; }
a { background-color: rgb(171,4,236); }
div.DivClassName
{
background-color: #AB04EC;
}
.BgClassName
{
background-color: #AB04EC;
}
</style>
border-color css
<style>
span { border-color: #AB04EC; }
span { border-color: rgb(171,4,236); }
td.TdClassName
{
border-color: #AB04EC;
}
.TagClassName
{
border-color: #AB04EC;
}
</style>