Shades of Electric Purple #AB05EC
Tints of Electric Purple #AB05EC
RGB
CMYK
RGB Variations
Color information
#AB05EC (or 0xAB05EC) is known color: Electric Purple. HEX triplet: AB, 05 and EC. RGB value is (171,5,236). Sum of RGB (Red+Green+Blue) = 171+5+236=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB05EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05EC is #54FA13. Grayscale: #505050. Windows color (decimal): -5569044 or 15467947. OLE color: 15467947.
HSL color Cylindrical-coordinate representation of color #AB05EC: hue angle of 283.12º degrees, saturation: 0.96, 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 #AB05EC is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 5 | 236 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.07 |
| HSL | 283.12º | 0.96% | 0.47% | - |
| HSV(B) | 283.12º | 0.98% | 0.93% | - |
| XYZ | 31.99 | 14.82 | 80.53 | - |
| YUV | 80.97 | 215.5 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 236 | 0.28 | 0.98 | 0 | 0.07 | 283.12 | 0.96 | 0.47 |
| Hex | AB | 5 | EC | 1C | 62 | 0 | 7 | 11B | 60 | 2F |
| Octal | 253 | 5 | 354 | 34 | 142 | 0 | 7 | 433 | 140 | 57 |
| Binary | 10101011 | 101 | 11101100 | 11100 | 1100010 | 0 | 111 | 100011011 | 1100000 | 101111 |
Color Harmonies of #AB05EC
Complementary color
Monochromatic Colors of #AB05EC
Black with #AB05EC
Text Example
Text Example
White with #AB05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05EC; }
p { color: rgb(171,5,236); }
H1.HeaderClassName
{
color: #AB05EC;
}
.AnyTagClassName
{
color: #AB05EC;
}
</style>
background-color css
<style>
a { background-color: #AB05EC; }
a { background-color: rgb(171,5,236); }
div.DivClassName
{
background-color: #AB05EC;
}
.BgClassName
{
background-color: #AB05EC;
}
</style>
border-color css
<style>
span { border-color: #AB05EC; }
span { border-color: rgb(171,5,236); }
td.TdClassName
{
border-color: #AB05EC;
}
.TagClassName
{
border-color: #AB05EC;
}
</style>