Shades of Electric Purple #AB0FFA
Tints of Electric Purple #AB0FFA
RGB
CMYK
RGB Variations
Color information
#AB0FFA (or 0xAB0FFA) is known color: Electric Purple. HEX triplet: AB, 0F and FA. RGB value is (171,15,250). Sum of RGB (Red+Green+Blue) = 171+15+250=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FFA is #54F005. Grayscale: #575757. Windows color (decimal): -5566470 or 16388011. OLE color: 16388011.
HSL color Cylindrical-coordinate representation of color #AB0FFA: hue angle of 279.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0FFA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 15 | 250 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.02 |
| HSL | 279.83º | 0.96% | 0.52% | - |
| HSV(B) | 279.83º | 0.94% | 0.98% | - |
| XYZ | 34.22 | 15.9 | 91.71 | - |
| YUV | 88.43 | 219.18 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 250 | 0.32 | 0.94 | 0 | 0.02 | 279.83 | 0.96 | 0.52 |
| Hex | AB | F | FA | 20 | 5E | 0 | 2 | 118 | 60 | 34 |
| Octal | 253 | 17 | 372 | 40 | 136 | 0 | 2 | 430 | 140 | 64 |
| Binary | 10101011 | 1111 | 11111010 | 100000 | 1011110 | 0 | 10 | 100011000 | 1100000 | 110100 |
Color Harmonies of #AB0FFA
Complementary color
Monochromatic Colors of #AB0FFA
Black with #AB0FFA
Text Example
Text Example
White with #AB0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FFA; }
p { color: rgb(171,15,250); }
H1.HeaderClassName
{
color: #AB0FFA;
}
.AnyTagClassName
{
color: #AB0FFA;
}
</style>
background-color css
<style>
a { background-color: #AB0FFA; }
a { background-color: rgb(171,15,250); }
div.DivClassName
{
background-color: #AB0FFA;
}
.BgClassName
{
background-color: #AB0FFA;
}
</style>
border-color css
<style>
span { border-color: #AB0FFA; }
span { border-color: rgb(171,15,250); }
td.TdClassName
{
border-color: #AB0FFA;
}
.TagClassName
{
border-color: #AB0FFA;
}
</style>