Shades of Electric Purple #AB11EC
Tints of Electric Purple #AB11EC
RGB
CMYK
RGB Variations
Color information
#AB11EC (or 0xAB11EC) is known color: Electric Purple. HEX triplet: AB, 11 and EC. RGB value is (171,17,236). Sum of RGB (Red+Green+Blue) = 171+17+236=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB11EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11EC is #54EE13. Grayscale: #575757. Windows color (decimal): -5565972 or 15471019. OLE color: 15471019.
HSL color Cylindrical-coordinate representation of color #AB11EC: hue angle of 282.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB11EC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 17 | 236 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.07 |
| HSL | 282.19º | 0.87% | 0.5% | - |
| HSV(B) | 282.19º | 0.93% | 0.93% | - |
| XYZ | 32.14 | 15.11 | 80.58 | - |
| YUV | 88.01 | 211.52 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 236 | 0.28 | 0.93 | 0 | 0.07 | 282.19 | 0.87 | 0.5 |
| Hex | AB | 11 | EC | 1C | 5D | 0 | 7 | 11A | 57 | 32 |
| Octal | 253 | 21 | 354 | 34 | 135 | 0 | 7 | 432 | 127 | 62 |
| Binary | 10101011 | 10001 | 11101100 | 11100 | 1011101 | 0 | 111 | 100011010 | 1010111 | 110010 |
Color Harmonies of #AB11EC
Complementary color
Monochromatic Colors of #AB11EC
Black with #AB11EC
Text Example
Text Example
White with #AB11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11EC; }
p { color: rgb(171,17,236); }
H1.HeaderClassName
{
color: #AB11EC;
}
.AnyTagClassName
{
color: #AB11EC;
}
</style>
background-color css
<style>
a { background-color: #AB11EC; }
a { background-color: rgb(171,17,236); }
div.DivClassName
{
background-color: #AB11EC;
}
.BgClassName
{
background-color: #AB11EC;
}
</style>
border-color css
<style>
span { border-color: #AB11EC; }
span { border-color: rgb(171,17,236); }
td.TdClassName
{
border-color: #AB11EC;
}
.TagClassName
{
border-color: #AB11EC;
}
</style>