Shades of Electric Purple #AB19EE
Tints of Electric Purple #AB19EE
RGB
CMYK
RGB Variations
Color information
#AB19EE (or 0xAB19EE) is known color: Electric Purple. HEX triplet: AB, 19 and EE. RGB value is (171,25,238). Sum of RGB (Red+Green+Blue) = 171+25+238=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB19EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19EE is #54E611. Grayscale: #5C5C5C. Windows color (decimal): -5563922 or 15604139. OLE color: 15604139.
HSL color Cylindrical-coordinate representation of color #AB19EE: hue angle of 281.13º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB19EE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 25 | 238 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.07 |
| HSL | 281.13º | 0.86% | 0.52% | - |
| HSV(B) | 281.13º | 0.89% | 0.93% | - |
| XYZ | 32.57 | 15.53 | 82.17 | - |
| YUV | 92.94 | 209.87 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 238 | 0.28 | 0.89 | 0 | 0.07 | 281.13 | 0.86 | 0.52 |
| Hex | AB | 19 | EE | 1C | 59 | 0 | 7 | 119 | 56 | 34 |
| Octal | 253 | 31 | 356 | 34 | 131 | 0 | 7 | 431 | 126 | 64 |
| Binary | 10101011 | 11001 | 11101110 | 11100 | 1011001 | 0 | 111 | 100011001 | 1010110 | 110100 |
Color Harmonies of #AB19EE
Complementary color
Monochromatic Colors of #AB19EE
Black with #AB19EE
Text Example
Text Example
White with #AB19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19EE; }
p { color: rgb(171,25,238); }
H1.HeaderClassName
{
color: #AB19EE;
}
.AnyTagClassName
{
color: #AB19EE;
}
</style>
background-color css
<style>
a { background-color: #AB19EE; }
a { background-color: rgb(171,25,238); }
div.DivClassName
{
background-color: #AB19EE;
}
.BgClassName
{
background-color: #AB19EE;
}
</style>
border-color css
<style>
span { border-color: #AB19EE; }
span { border-color: rgb(171,25,238); }
td.TdClassName
{
border-color: #AB19EE;
}
.TagClassName
{
border-color: #AB19EE;
}
</style>