Shades of Electric Purple #AB12FA
Tints of Electric Purple #AB12FA
RGB
CMYK
RGB Variations
Color information
#AB12FA (or 0xAB12FA) is known color: Electric Purple. HEX triplet: AB, 12 and FA. RGB value is (171,18,250). Sum of RGB (Red+Green+Blue) = 171+18+250=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB12FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12FA is #54ED05. Grayscale: #595959. Windows color (decimal): -5565702 or 16388779. OLE color: 16388779.
HSL color Cylindrical-coordinate representation of color #AB12FA: hue angle of 279.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12FA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 18 | 250 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.02 |
| HSL | 279.57º | 0.96% | 0.53% | - |
| HSV(B) | 279.57º | 0.93% | 0.98% | - |
| XYZ | 34.27 | 15.99 | 91.72 | - |
| YUV | 90.2 | 218.19 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 250 | 0.32 | 0.93 | 0 | 0.02 | 279.57 | 0.96 | 0.53 |
| Hex | AB | 12 | FA | 20 | 5D | 0 | 2 | 118 | 60 | 35 |
| Octal | 253 | 22 | 372 | 40 | 135 | 0 | 2 | 430 | 140 | 65 |
| Binary | 10101011 | 10010 | 11111010 | 100000 | 1011101 | 0 | 10 | 100011000 | 1100000 | 110101 |
Color Harmonies of #AB12FA
Complementary color
Monochromatic Colors of #AB12FA
Black with #AB12FA
Text Example
Text Example
White with #AB12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12FA; }
p { color: rgb(171,18,250); }
H1.HeaderClassName
{
color: #AB12FA;
}
.AnyTagClassName
{
color: #AB12FA;
}
</style>
background-color css
<style>
a { background-color: #AB12FA; }
a { background-color: rgb(171,18,250); }
div.DivClassName
{
background-color: #AB12FA;
}
.BgClassName
{
background-color: #AB12FA;
}
</style>
border-color css
<style>
span { border-color: #AB12FA; }
span { border-color: rgb(171,18,250); }
td.TdClassName
{
border-color: #AB12FA;
}
.TagClassName
{
border-color: #AB12FA;
}
</style>