Shades of Electric Purple #AB12F1
Tints of Electric Purple #AB12F1
RGB
CMYK
RGB Variations
Color information
#AB12F1 (or 0xAB12F1) is known color: Electric Purple. HEX triplet: AB, 12 and F1. RGB value is (171,18,241). Sum of RGB (Red+Green+Blue) = 171+18+241=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB12F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12F1 is #54ED0E. Grayscale: #585858. Windows color (decimal): -5565711 or 15798955. OLE color: 15798955.
HSL color Cylindrical-coordinate representation of color #AB12F1: hue angle of 281.17º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12F1 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 18 | 241 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.05 |
| HSL | 281.17º | 0.89% | 0.51% | - |
| HSV(B) | 281.17º | 0.93% | 0.95% | - |
| XYZ | 32.89 | 15.44 | 84.47 | - |
| YUV | 89.17 | 213.69 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 241 | 0.29 | 0.93 | 0 | 0.05 | 281.17 | 0.89 | 0.51 |
| Hex | AB | 12 | F1 | 1D | 5D | 0 | 5 | 119 | 59 | 33 |
| Octal | 253 | 22 | 361 | 35 | 135 | 0 | 5 | 431 | 131 | 63 |
| Binary | 10101011 | 10010 | 11110001 | 11101 | 1011101 | 0 | 101 | 100011001 | 1011001 | 110011 |
Color Harmonies of #AB12F1
Complementary color
Monochromatic Colors of #AB12F1
Black with #AB12F1
Text Example
Text Example
White with #AB12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12F1; }
p { color: rgb(171,18,241); }
H1.HeaderClassName
{
color: #AB12F1;
}
.AnyTagClassName
{
color: #AB12F1;
}
</style>
background-color css
<style>
a { background-color: #AB12F1; }
a { background-color: rgb(171,18,241); }
div.DivClassName
{
background-color: #AB12F1;
}
.BgClassName
{
background-color: #AB12F1;
}
</style>
border-color css
<style>
span { border-color: #AB12F1; }
span { border-color: rgb(171,18,241); }
td.TdClassName
{
border-color: #AB12F1;
}
.TagClassName
{
border-color: #AB12F1;
}
</style>