Shades of Electric Purple #AB12EE
Tints of Electric Purple #AB12EE
RGB
CMYK
RGB Variations
Color information
#AB12EE (or 0xAB12EE) is known color: Electric Purple. HEX triplet: AB, 12 and EE. RGB value is (171,18,238). Sum of RGB (Red+Green+Blue) = 171+18+238=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB12EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12EE is #54ED11. Grayscale: #585858. Windows color (decimal): -5565714 or 15602347. OLE color: 15602347.
HSL color Cylindrical-coordinate representation of color #AB12EE: hue angle of 281.73º 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 #AB12EE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 18 | 238 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.07 |
| HSL | 281.73º | 0.87% | 0.5% | - |
| HSV(B) | 281.73º | 0.92% | 0.93% | - |
| XYZ | 32.44 | 15.26 | 82.13 | - |
| YUV | 88.83 | 212.19 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 238 | 0.28 | 0.92 | 0 | 0.07 | 281.73 | 0.87 | 0.5 |
| Hex | AB | 12 | EE | 1C | 5C | 0 | 7 | 11A | 57 | 32 |
| Octal | 253 | 22 | 356 | 34 | 134 | 0 | 7 | 432 | 127 | 62 |
| Binary | 10101011 | 10010 | 11101110 | 11100 | 1011100 | 0 | 111 | 100011010 | 1010111 | 110010 |
Color Harmonies of #AB12EE
Complementary color
Monochromatic Colors of #AB12EE
Black with #AB12EE
Text Example
Text Example
White with #AB12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12EE; }
p { color: rgb(171,18,238); }
H1.HeaderClassName
{
color: #AB12EE;
}
.AnyTagClassName
{
color: #AB12EE;
}
</style>
background-color css
<style>
a { background-color: #AB12EE; }
a { background-color: rgb(171,18,238); }
div.DivClassName
{
background-color: #AB12EE;
}
.BgClassName
{
background-color: #AB12EE;
}
</style>
border-color css
<style>
span { border-color: #AB12EE; }
span { border-color: rgb(171,18,238); }
td.TdClassName
{
border-color: #AB12EE;
}
.TagClassName
{
border-color: #AB12EE;
}
</style>