Shades of Electric Purple #AB14EE
Tints of Electric Purple #AB14EE
RGB
CMYK
RGB Variations
Color information
#AB14EE (or 0xAB14EE) is known color: Electric Purple. HEX triplet: AB, 14 and EE. RGB value is (171,20,238). Sum of RGB (Red+Green+Blue) = 171+20+238=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB14EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB14EE is #54EB11. Grayscale: #595959. Windows color (decimal): -5565202 or 15602859. OLE color: 15602859.
HSL color Cylindrical-coordinate representation of color #AB14EE: hue angle of 281.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB14EE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 20 | 238 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.07 |
| HSL | 281.56º | 0.87% | 0.51% | - |
| HSV(B) | 281.56º | 0.92% | 0.93% | - |
| XYZ | 32.48 | 15.33 | 82.14 | - |
| YUV | 90 | 211.53 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 238 | 0.28 | 0.92 | 0 | 0.07 | 281.56 | 0.87 | 0.51 |
| Hex | AB | 14 | EE | 1C | 5C | 0 | 7 | 11A | 57 | 33 |
| Octal | 253 | 24 | 356 | 34 | 134 | 0 | 7 | 432 | 127 | 63 |
| Binary | 10101011 | 10100 | 11101110 | 11100 | 1011100 | 0 | 111 | 100011010 | 1010111 | 110011 |
Color Harmonies of #AB14EE
Complementary color
Monochromatic Colors of #AB14EE
Black with #AB14EE
Text Example
Text Example
White with #AB14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14EE; }
p { color: rgb(171,20,238); }
H1.HeaderClassName
{
color: #AB14EE;
}
.AnyTagClassName
{
color: #AB14EE;
}
</style>
background-color css
<style>
a { background-color: #AB14EE; }
a { background-color: rgb(171,20,238); }
div.DivClassName
{
background-color: #AB14EE;
}
.BgClassName
{
background-color: #AB14EE;
}
</style>
border-color css
<style>
span { border-color: #AB14EE; }
span { border-color: rgb(171,20,238); }
td.TdClassName
{
border-color: #AB14EE;
}
.TagClassName
{
border-color: #AB14EE;
}
</style>