Shades of Electric Purple #AB16EE
Tints of Electric Purple #AB16EE
RGB
CMYK
RGB Variations
Color information
#AB16EE (or 0xAB16EE) is known color: Electric Purple. HEX triplet: AB, 16 and EE. RGB value is (171,22,238). Sum of RGB (Red+Green+Blue) = 171+22+238=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB16EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16EE is #54E911. Grayscale: #5A5A5A. Windows color (decimal): -5564690 or 15603371. OLE color: 15603371.
HSL color Cylindrical-coordinate representation of color #AB16EE: hue angle of 281.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16EE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 22 | 238 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.07 |
| HSL | 281.39º | 0.86% | 0.51% | - |
| HSV(B) | 281.39º | 0.91% | 0.93% | - |
| XYZ | 32.51 | 15.4 | 82.15 | - |
| YUV | 91.18 | 210.86 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 238 | 0.28 | 0.91 | 0 | 0.07 | 281.39 | 0.86 | 0.51 |
| Hex | AB | 16 | EE | 1C | 5B | 0 | 7 | 119 | 56 | 33 |
| Octal | 253 | 26 | 356 | 34 | 133 | 0 | 7 | 431 | 126 | 63 |
| Binary | 10101011 | 10110 | 11101110 | 11100 | 1011011 | 0 | 111 | 100011001 | 1010110 | 110011 |
Color Harmonies of #AB16EE
Complementary color
Monochromatic Colors of #AB16EE
Black with #AB16EE
Text Example
Text Example
White with #AB16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16EE; }
p { color: rgb(171,22,238); }
H1.HeaderClassName
{
color: #AB16EE;
}
.AnyTagClassName
{
color: #AB16EE;
}
</style>
background-color css
<style>
a { background-color: #AB16EE; }
a { background-color: rgb(171,22,238); }
div.DivClassName
{
background-color: #AB16EE;
}
.BgClassName
{
background-color: #AB16EE;
}
</style>
border-color css
<style>
span { border-color: #AB16EE; }
span { border-color: rgb(171,22,238); }
td.TdClassName
{
border-color: #AB16EE;
}
.TagClassName
{
border-color: #AB16EE;
}
</style>