Shades of Electric Purple #AB0FF0
Tints of Electric Purple #AB0FF0
RGB
CMYK
RGB Variations
Color information
#AB0FF0 (or 0xAB0FF0) is known color: Electric Purple. HEX triplet: AB, 0F and F0. RGB value is (171,15,240). Sum of RGB (Red+Green+Blue) = 171+15+240=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB0FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FF0 is #54F00F. Grayscale: #565656. Windows color (decimal): -5566480 or 15732651. OLE color: 15732651.
HSL color Cylindrical-coordinate representation of color #AB0FF0: hue angle of 281.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0FF0 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 15 | 240 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.06 |
| HSL | 281.6º | 0.88% | 0.5% | - |
| HSV(B) | 281.6º | 0.94% | 0.94% | - |
| XYZ | 32.69 | 15.29 | 83.67 | - |
| YUV | 87.29 | 214.18 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 240 | 0.29 | 0.94 | 0 | 0.06 | 281.6 | 0.88 | 0.5 |
| Hex | AB | F | F0 | 1D | 5E | 0 | 6 | 11A | 58 | 32 |
| Octal | 253 | 17 | 360 | 35 | 136 | 0 | 6 | 432 | 130 | 62 |
| Binary | 10101011 | 1111 | 11110000 | 11101 | 1011110 | 0 | 110 | 100011010 | 1011000 | 110010 |
Color Harmonies of #AB0FF0
Complementary color
Monochromatic Colors of #AB0FF0
Black with #AB0FF0
Text Example
Text Example
White with #AB0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FF0; }
p { color: rgb(171,15,240); }
H1.HeaderClassName
{
color: #AB0FF0;
}
.AnyTagClassName
{
color: #AB0FF0;
}
</style>
background-color css
<style>
a { background-color: #AB0FF0; }
a { background-color: rgb(171,15,240); }
div.DivClassName
{
background-color: #AB0FF0;
}
.BgClassName
{
background-color: #AB0FF0;
}
</style>
border-color css
<style>
span { border-color: #AB0FF0; }
span { border-color: rgb(171,15,240); }
td.TdClassName
{
border-color: #AB0FF0;
}
.TagClassName
{
border-color: #AB0FF0;
}
</style>