Shades of Electric Purple #AB0BE8
Tints of Electric Purple #AB0BE8
RGB
CMYK
RGB Variations
Color information
#AB0BE8 (or 0xAB0BE8) is known color: Electric Purple. HEX triplet: AB, 0B and E8. RGB value is (171,11,232). Sum of RGB (Red+Green+Blue) = 171+11+232=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB0BE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BE8 is #54F417. Grayscale: #535353. Windows color (decimal): -5567512 or 15207339. OLE color: 15207339.
HSL color Cylindrical-coordinate representation of color #AB0BE8: hue angle of 283.44º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0BE8 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 11 | 232 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.09 |
| HSL | 283.44º | 0.91% | 0.48% | - |
| HSV(B) | 283.44º | 0.95% | 0.91% | - |
| XYZ | 31.48 | 14.72 | 77.53 | - |
| YUV | 84.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 232 | 0.26 | 0.95 | 0 | 0.09 | 283.44 | 0.91 | 0.48 |
| Hex | AB | B | E8 | 1A | 5F | 0 | 9 | 11B | 5B | 30 |
| Octal | 253 | 13 | 350 | 32 | 137 | 0 | 11 | 433 | 133 | 60 |
| Binary | 10101011 | 1011 | 11101000 | 11010 | 1011111 | 0 | 1001 | 100011011 | 1011011 | 110000 |
Color Harmonies of #AB0BE8
Complementary color
Monochromatic Colors of #AB0BE8
Black with #AB0BE8
Text Example
Text Example
White with #AB0BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BE8; }
p { color: rgb(171,11,232); }
H1.HeaderClassName
{
color: #AB0BE8;
}
.AnyTagClassName
{
color: #AB0BE8;
}
</style>
background-color css
<style>
a { background-color: #AB0BE8; }
a { background-color: rgb(171,11,232); }
div.DivClassName
{
background-color: #AB0BE8;
}
.BgClassName
{
background-color: #AB0BE8;
}
</style>
border-color css
<style>
span { border-color: #AB0BE8; }
span { border-color: rgb(171,11,232); }
td.TdClassName
{
border-color: #AB0BE8;
}
.TagClassName
{
border-color: #AB0BE8;
}
</style>