Shades of Electric Purple #AB13EA
Tints of Electric Purple #AB13EA
RGB
CMYK
RGB Variations
Color information
#AB13EA (or 0xAB13EA) is known color: Electric Purple. HEX triplet: AB, 13 and EA. RGB value is (171,19,234). Sum of RGB (Red+Green+Blue) = 171+19+234=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB13EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB13EA is #54EC15. Grayscale: #585858. Windows color (decimal): -5565462 or 15340459. OLE color: 15340459.
HSL color Cylindrical-coordinate representation of color #AB13EA: hue angle of 282.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB13EA is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 19 | 234 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.08 |
| HSL | 282.42º | 0.85% | 0.5% | - |
| HSV(B) | 282.42º | 0.92% | 0.92% | - |
| XYZ | 31.88 | 15.06 | 79.07 | - |
| YUV | 88.96 | 209.86 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 234 | 0.27 | 0.92 | 0 | 0.08 | 282.42 | 0.85 | 0.5 |
| Hex | AB | 13 | EA | 1B | 5C | 0 | 8 | 11A | 55 | 32 |
| Octal | 253 | 23 | 352 | 33 | 134 | 0 | 10 | 432 | 125 | 62 |
| Binary | 10101011 | 10011 | 11101010 | 11011 | 1011100 | 0 | 1000 | 100011010 | 1010101 | 110010 |
Color Harmonies of #AB13EA
Complementary color
Monochromatic Colors of #AB13EA
Black with #AB13EA
Text Example
Text Example
White with #AB13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13EA; }
p { color: rgb(171,19,234); }
H1.HeaderClassName
{
color: #AB13EA;
}
.AnyTagClassName
{
color: #AB13EA;
}
</style>
background-color css
<style>
a { background-color: #AB13EA; }
a { background-color: rgb(171,19,234); }
div.DivClassName
{
background-color: #AB13EA;
}
.BgClassName
{
background-color: #AB13EA;
}
</style>
border-color css
<style>
span { border-color: #AB13EA; }
span { border-color: rgb(171,19,234); }
td.TdClassName
{
border-color: #AB13EA;
}
.TagClassName
{
border-color: #AB13EA;
}
</style>