Shades of Electric Purple #AB12FE
Tints of Electric Purple #AB12FE
RGB
CMYK
RGB Variations
Color information
#AB12FE (or 0xAB12FE) is known color: Electric Purple. HEX triplet: AB, 12 and FE. RGB value is (171,18,254). Sum of RGB (Red+Green+Blue) = 171+18+254=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB12FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12FE is #54ED01. Grayscale: #595959. Windows color (decimal): -5565698 or 16650923. OLE color: 16650923.
HSL color Cylindrical-coordinate representation of color #AB12FE: hue angle of 278.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12FE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 18 | 254 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.00 |
| HSL | 278.9º | 0.99% | 0.53% | - |
| HSV(B) | 278.9º | 0.93% | 1% | - |
| XYZ | 34.9 | 16.25 | 95.06 | - |
| YUV | 90.65 | 220.19 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 254 | 0.33 | 0.93 | 0 | 0.00 | 278.9 | 0.99 | 0.53 |
| Hex | AB | 12 | FE | 21 | 5D | 0 | 0 | 117 | 63 | 35 |
| Octal | 253 | 22 | 376 | 41 | 135 | 0 | 0 | 427 | 143 | 65 |
| Binary | 10101011 | 10010 | 11111110 | 100001 | 1011101 | 0 | 0 | 100010111 | 1100011 | 110101 |
Color Harmonies of #AB12FE
Complementary color
Monochromatic Colors of #AB12FE
Black with #AB12FE
Text Example
Text Example
White with #AB12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12FE; }
p { color: rgb(171,18,254); }
H1.HeaderClassName
{
color: #AB12FE;
}
.AnyTagClassName
{
color: #AB12FE;
}
</style>
background-color css
<style>
a { background-color: #AB12FE; }
a { background-color: rgb(171,18,254); }
div.DivClassName
{
background-color: #AB12FE;
}
.BgClassName
{
background-color: #AB12FE;
}
</style>
border-color css
<style>
span { border-color: #AB12FE; }
span { border-color: rgb(171,18,254); }
td.TdClassName
{
border-color: #AB12FE;
}
.TagClassName
{
border-color: #AB12FE;
}
</style>