Shades of Electric Purple #AB13EE
Tints of Electric Purple #AB13EE
RGB
CMYK
RGB Variations
Color information
#AB13EE (or 0xAB13EE) is known color: Electric Purple. HEX triplet: AB, 13 and EE. RGB value is (171,19,238). Sum of RGB (Red+Green+Blue) = 171+19+238=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB13EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB13EE is #54EC11. Grayscale: #585858. Windows color (decimal): -5565458 or 15602603. OLE color: 15602603.
HSL color Cylindrical-coordinate representation of color #AB13EE: hue angle of 281.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB13EE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 19 | 238 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.07 |
| HSL | 281.64º | 0.87% | 0.5% | - |
| HSV(B) | 281.64º | 0.92% | 0.93% | - |
| XYZ | 32.46 | 15.3 | 82.13 | - |
| YUV | 89.41 | 211.86 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 238 | 0.28 | 0.92 | 0 | 0.07 | 281.64 | 0.87 | 0.5 |
| Hex | AB | 13 | EE | 1C | 5C | 0 | 7 | 11A | 57 | 32 |
| Octal | 253 | 23 | 356 | 34 | 134 | 0 | 7 | 432 | 127 | 62 |
| Binary | 10101011 | 10011 | 11101110 | 11100 | 1011100 | 0 | 111 | 100011010 | 1010111 | 110010 |
Color Harmonies of #AB13EE
Complementary color
Monochromatic Colors of #AB13EE
Black with #AB13EE
Text Example
Text Example
White with #AB13EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13EE; }
p { color: rgb(171,19,238); }
H1.HeaderClassName
{
color: #AB13EE;
}
.AnyTagClassName
{
color: #AB13EE;
}
</style>
background-color css
<style>
a { background-color: #AB13EE; }
a { background-color: rgb(171,19,238); }
div.DivClassName
{
background-color: #AB13EE;
}
.BgClassName
{
background-color: #AB13EE;
}
</style>
border-color css
<style>
span { border-color: #AB13EE; }
span { border-color: rgb(171,19,238); }
td.TdClassName
{
border-color: #AB13EE;
}
.TagClassName
{
border-color: #AB13EE;
}
</style>