Shades of Electric Purple #AB05E9
Tints of Electric Purple #AB05E9
RGB
CMYK
RGB Variations
Color information
#AB05E9 (or 0xAB05E9) is known color: Electric Purple. HEX triplet: AB, 05 and E9. RGB value is (171,5,233). Sum of RGB (Red+Green+Blue) = 171+5+233=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB05E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05E9 is #54FA16. Grayscale: #4F4F4F. Windows color (decimal): -5569047 or 15271339. OLE color: 15271339.
HSL color Cylindrical-coordinate representation of color #AB05E9: hue angle of 283.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05E9 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 5 | 233 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.09 |
| HSL | 283.68º | 0.96% | 0.47% | - |
| HSV(B) | 283.68º | 0.98% | 0.91% | - |
| XYZ | 31.56 | 14.65 | 78.26 | - |
| YUV | 80.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 233 | 0.27 | 0.98 | 0 | 0.09 | 283.68 | 0.96 | 0.47 |
| Hex | AB | 5 | E9 | 1B | 62 | 0 | 9 | 11C | 60 | 2F |
| Octal | 253 | 5 | 351 | 33 | 142 | 0 | 11 | 434 | 140 | 57 |
| Binary | 10101011 | 101 | 11101001 | 11011 | 1100010 | 0 | 1001 | 100011100 | 1100000 | 101111 |
Color Harmonies of #AB05E9
Complementary color
Monochromatic Colors of #AB05E9
Black with #AB05E9
Text Example
Text Example
White with #AB05E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05E9; }
p { color: rgb(171,5,233); }
H1.HeaderClassName
{
color: #AB05E9;
}
.AnyTagClassName
{
color: #AB05E9;
}
</style>
background-color css
<style>
a { background-color: #AB05E9; }
a { background-color: rgb(171,5,233); }
div.DivClassName
{
background-color: #AB05E9;
}
.BgClassName
{
background-color: #AB05E9;
}
</style>
border-color css
<style>
span { border-color: #AB05E9; }
span { border-color: rgb(171,5,233); }
td.TdClassName
{
border-color: #AB05E9;
}
.TagClassName
{
border-color: #AB05E9;
}
</style>