Shades of Electric Purple #AB12EA
Tints of Electric Purple #AB12EA
RGB
CMYK
RGB Variations
Color information
#AB12EA (or 0xAB12EA) is known color: Electric Purple. HEX triplet: AB, 12 and EA. RGB value is (171,18,234). Sum of RGB (Red+Green+Blue) = 171+18+234=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB12EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12EA is #54ED15. Grayscale: #575757. Windows color (decimal): -5565718 or 15340203. OLE color: 15340203.
HSL color Cylindrical-coordinate representation of color #AB12EA: hue angle of 282.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB12EA is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 18 | 234 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.08 |
| HSL | 282.5º | 0.86% | 0.49% | - |
| HSV(B) | 282.5º | 0.92% | 0.92% | - |
| XYZ | 31.86 | 15.03 | 79.06 | - |
| YUV | 88.37 | 210.19 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 234 | 0.27 | 0.92 | 0 | 0.08 | 282.5 | 0.86 | 0.49 |
| Hex | AB | 12 | EA | 1B | 5C | 0 | 8 | 11A | 56 | 31 |
| Octal | 253 | 22 | 352 | 33 | 134 | 0 | 10 | 432 | 126 | 61 |
| Binary | 10101011 | 10010 | 11101010 | 11011 | 1011100 | 0 | 1000 | 100011010 | 1010110 | 110001 |
Color Harmonies of #AB12EA
Complementary color
Monochromatic Colors of #AB12EA
Black with #AB12EA
Text Example
Text Example
White with #AB12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12EA; }
p { color: rgb(171,18,234); }
H1.HeaderClassName
{
color: #AB12EA;
}
.AnyTagClassName
{
color: #AB12EA;
}
</style>
background-color css
<style>
a { background-color: #AB12EA; }
a { background-color: rgb(171,18,234); }
div.DivClassName
{
background-color: #AB12EA;
}
.BgClassName
{
background-color: #AB12EA;
}
</style>
border-color css
<style>
span { border-color: #AB12EA; }
span { border-color: rgb(171,18,234); }
td.TdClassName
{
border-color: #AB12EA;
}
.TagClassName
{
border-color: #AB12EA;
}
</style>