Shades of Electric Purple #AB00E8
Tints of Electric Purple #AB00E8
RGB
CMYK
RGB Variations
Color information
#AB00E8 (or 0xAB00E8) is known color: Electric Purple. HEX triplet: AB, 00 and E8. RGB value is (171,0,232). Sum of RGB (Red+Green+Blue) = 171+0+232=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB00E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00E8 is #54FF17. Grayscale: #4C4C4C. Windows color (decimal): -5570328 or 15204523. OLE color: 15204523.
HSL color Cylindrical-coordinate representation of color #AB00E8: hue angle of 284.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00E8 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 0 | 232 | - |
| CMYK | 0.26 | 1 | 0 | 0.09 |
| HSL | 284.22º | 1% | 0.45% | - |
| HSV(B) | 284.22º | 1% | 0.91% | - |
| XYZ | 31.36 | 14.48 | 77.49 | - |
| YUV | 77.58 | 215.15 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 232 | 0.26 | 1 | 0 | 0.09 | 284.22 | 1 | 0.45 |
| Hex | AB | 0 | E8 | 1A | 64 | 0 | 9 | 11C | 64 | 2D |
| Octal | 253 | 0 | 350 | 32 | 144 | 0 | 11 | 434 | 144 | 55 |
| Binary | 10101011 | 0 | 11101000 | 11010 | 1100100 | 0 | 1001 | 100011100 | 1100100 | 101101 |
Color Harmonies of #AB00E8
Complementary color
Monochromatic Colors of #AB00E8
Black with #AB00E8
Text Example
Text Example
White with #AB00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00E8; }
p { color: rgb(171,0,232); }
H1.HeaderClassName
{
color: #AB00E8;
}
.AnyTagClassName
{
color: #AB00E8;
}
</style>
background-color css
<style>
a { background-color: #AB00E8; }
a { background-color: rgb(171,0,232); }
div.DivClassName
{
background-color: #AB00E8;
}
.BgClassName
{
background-color: #AB00E8;
}
</style>
border-color css
<style>
span { border-color: #AB00E8; }
span { border-color: rgb(171,0,232); }
td.TdClassName
{
border-color: #AB00E8;
}
.TagClassName
{
border-color: #AB00E8;
}
</style>