Shades of Electric Purple #AB16EA
Tints of Electric Purple #AB16EA
RGB
CMYK
RGB Variations
Color information
#AB16EA (or 0xAB16EA) is known color: Electric Purple. HEX triplet: AB, 16 and EA. RGB value is (171,22,234). Sum of RGB (Red+Green+Blue) = 171+22+234=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB16EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16EA is #54E915. Grayscale: #5A5A5A. Windows color (decimal): -5564694 or 15341227. OLE color: 15341227.
HSL color Cylindrical-coordinate representation of color #AB16EA: hue angle of 282.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16EA is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 22 | 234 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.08 |
| HSL | 282.17º | 0.83% | 0.5% | - |
| HSV(B) | 282.17º | 0.91% | 0.92% | - |
| XYZ | 31.93 | 15.17 | 79.09 | - |
| YUV | 90.72 | 208.86 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 234 | 0.27 | 0.91 | 0 | 0.08 | 282.17 | 0.83 | 0.5 |
| Hex | AB | 16 | EA | 1B | 5B | 0 | 8 | 11A | 53 | 32 |
| Octal | 253 | 26 | 352 | 33 | 133 | 0 | 10 | 432 | 123 | 62 |
| Binary | 10101011 | 10110 | 11101010 | 11011 | 1011011 | 0 | 1000 | 100011010 | 1010011 | 110010 |
Color Harmonies of #AB16EA
Complementary color
Monochromatic Colors of #AB16EA
Black with #AB16EA
Text Example
Text Example
White with #AB16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16EA; }
p { color: rgb(171,22,234); }
H1.HeaderClassName
{
color: #AB16EA;
}
.AnyTagClassName
{
color: #AB16EA;
}
</style>
background-color css
<style>
a { background-color: #AB16EA; }
a { background-color: rgb(171,22,234); }
div.DivClassName
{
background-color: #AB16EA;
}
.BgClassName
{
background-color: #AB16EA;
}
</style>
border-color css
<style>
span { border-color: #AB16EA; }
span { border-color: rgb(171,22,234); }
td.TdClassName
{
border-color: #AB16EA;
}
.TagClassName
{
border-color: #AB16EA;
}
</style>