Shades of Electric Purple #AB0EF0
Tints of Electric Purple #AB0EF0
RGB
CMYK
RGB Variations
Color information
#AB0EF0 (or 0xAB0EF0) is known color: Electric Purple. HEX triplet: AB, 0E and F0. RGB value is (171,14,240). Sum of RGB (Red+Green+Blue) = 171+14+240=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB0EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EF0 is #54F10F. Grayscale: #555555. Windows color (decimal): -5566736 or 15732395. OLE color: 15732395.
HSL color Cylindrical-coordinate representation of color #AB0EF0: hue angle of 281.68º degrees, saturation: 0.89, 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 #AB0EF0 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 14 | 240 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.06 |
| HSL | 281.68º | 0.89% | 0.5% | - |
| HSV(B) | 281.68º | 0.94% | 0.94% | - |
| XYZ | 32.68 | 15.26 | 83.66 | - |
| YUV | 86.71 | 214.51 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 240 | 0.29 | 0.94 | 0 | 0.06 | 281.68 | 0.89 | 0.5 |
| Hex | AB | E | F0 | 1D | 5E | 0 | 6 | 11A | 59 | 32 |
| Octal | 253 | 16 | 360 | 35 | 136 | 0 | 6 | 432 | 131 | 62 |
| Binary | 10101011 | 1110 | 11110000 | 11101 | 1011110 | 0 | 110 | 100011010 | 1011001 | 110010 |
Color Harmonies of #AB0EF0
Complementary color
Monochromatic Colors of #AB0EF0
Black with #AB0EF0
Text Example
Text Example
White with #AB0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EF0; }
p { color: rgb(171,14,240); }
H1.HeaderClassName
{
color: #AB0EF0;
}
.AnyTagClassName
{
color: #AB0EF0;
}
</style>
background-color css
<style>
a { background-color: #AB0EF0; }
a { background-color: rgb(171,14,240); }
div.DivClassName
{
background-color: #AB0EF0;
}
.BgClassName
{
background-color: #AB0EF0;
}
</style>
border-color css
<style>
span { border-color: #AB0EF0; }
span { border-color: rgb(171,14,240); }
td.TdClassName
{
border-color: #AB0EF0;
}
.TagClassName
{
border-color: #AB0EF0;
}
</style>