Shades of Electric Purple #AB03E8
Tints of Electric Purple #AB03E8
RGB
CMYK
RGB Variations
Color information
#AB03E8 (or 0xAB03E8) is known color: Electric Purple. HEX triplet: AB, 03 and E8. RGB value is (171,3,232). Sum of RGB (Red+Green+Blue) = 171+3+232=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB03E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03E8 is #54FC17. Grayscale: #4E4E4E. Windows color (decimal): -5569560 or 15205291. OLE color: 15205291.
HSL color Cylindrical-coordinate representation of color #AB03E8: hue angle of 284.02º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03E8 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 3 | 232 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.09 |
| HSL | 284.02º | 0.97% | 0.46% | - |
| HSV(B) | 284.02º | 0.99% | 0.91% | - |
| XYZ | 31.39 | 14.55 | 77.5 | - |
| YUV | 79.34 | 214.16 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 232 | 0.26 | 0.99 | 0 | 0.09 | 284.02 | 0.97 | 0.46 |
| Hex | AB | 3 | E8 | 1A | 63 | 0 | 9 | 11C | 61 | 2E |
| Octal | 253 | 3 | 350 | 32 | 143 | 0 | 11 | 434 | 141 | 56 |
| Binary | 10101011 | 11 | 11101000 | 11010 | 1100011 | 0 | 1001 | 100011100 | 1100001 | 101110 |
Color Harmonies of #AB03E8
Complementary color
Monochromatic Colors of #AB03E8
Black with #AB03E8
Text Example
Text Example
White with #AB03E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03E8; }
p { color: rgb(171,3,232); }
H1.HeaderClassName
{
color: #AB03E8;
}
.AnyTagClassName
{
color: #AB03E8;
}
</style>
background-color css
<style>
a { background-color: #AB03E8; }
a { background-color: rgb(171,3,232); }
div.DivClassName
{
background-color: #AB03E8;
}
.BgClassName
{
background-color: #AB03E8;
}
</style>
border-color css
<style>
span { border-color: #AB03E8; }
span { border-color: rgb(171,3,232); }
td.TdClassName
{
border-color: #AB03E8;
}
.TagClassName
{
border-color: #AB03E8;
}
</style>