Shades of Electric Purple #AB12F0
Tints of Electric Purple #AB12F0
RGB
CMYK
RGB Variations
Color information
#AB12F0 (or 0xAB12F0) is known color: Electric Purple. HEX triplet: AB, 12 and F0. RGB value is (171,18,240). Sum of RGB (Red+Green+Blue) = 171+18+240=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB12F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12F0 is #54ED0F. Grayscale: #585858. Windows color (decimal): -5565712 or 15733419. OLE color: 15733419.
HSL color Cylindrical-coordinate representation of color #AB12F0: hue angle of 281.35º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12F0 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 18 | 240 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.06 |
| HSL | 281.35º | 0.88% | 0.51% | - |
| HSV(B) | 281.35º | 0.93% | 0.94% | - |
| XYZ | 32.74 | 15.38 | 83.68 | - |
| YUV | 89.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 240 | 0.29 | 0.92 | 0 | 0.06 | 281.35 | 0.88 | 0.51 |
| Hex | AB | 12 | F0 | 1D | 5C | 0 | 6 | 119 | 58 | 33 |
| Octal | 253 | 22 | 360 | 35 | 134 | 0 | 6 | 431 | 130 | 63 |
| Binary | 10101011 | 10010 | 11110000 | 11101 | 1011100 | 0 | 110 | 100011001 | 1011000 | 110011 |
Color Harmonies of #AB12F0
Complementary color
Monochromatic Colors of #AB12F0
Black with #AB12F0
Text Example
Text Example
White with #AB12F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12F0; }
p { color: rgb(171,18,240); }
H1.HeaderClassName
{
color: #AB12F0;
}
.AnyTagClassName
{
color: #AB12F0;
}
</style>
background-color css
<style>
a { background-color: #AB12F0; }
a { background-color: rgb(171,18,240); }
div.DivClassName
{
background-color: #AB12F0;
}
.BgClassName
{
background-color: #AB12F0;
}
</style>
border-color css
<style>
span { border-color: #AB12F0; }
span { border-color: rgb(171,18,240); }
td.TdClassName
{
border-color: #AB12F0;
}
.TagClassName
{
border-color: #AB12F0;
}
</style>