Shades of Electric Purple #AB19EF
Tints of Electric Purple #AB19EF
RGB
CMYK
RGB Variations
Color information
#AB19EF (or 0xAB19EF) is known color: Electric Purple. HEX triplet: AB, 19 and EF. RGB value is (171,25,239). Sum of RGB (Red+Green+Blue) = 171+25+239=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB19EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19EF is #54E610. Grayscale: #5C5C5C. Windows color (decimal): -5563921 or 15669675. OLE color: 15669675.
HSL color Cylindrical-coordinate representation of color #AB19EF: hue angle of 280.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB19EF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 25 | 239 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.06 |
| HSL | 280.93º | 0.87% | 0.52% | - |
| HSV(B) | 280.93º | 0.9% | 0.94% | - |
| XYZ | 32.72 | 15.59 | 82.94 | - |
| YUV | 93.05 | 210.37 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 239 | 0.28 | 0.90 | 0 | 0.06 | 280.93 | 0.87 | 0.52 |
| Hex | AB | 19 | EF | 1C | 5A | 0 | 6 | 119 | 57 | 34 |
| Octal | 253 | 31 | 357 | 34 | 132 | 0 | 6 | 431 | 127 | 64 |
| Binary | 10101011 | 11001 | 11101111 | 11100 | 1011010 | 0 | 110 | 100011001 | 1010111 | 110100 |
Color Harmonies of #AB19EF
Complementary color
Monochromatic Colors of #AB19EF
Black with #AB19EF
Text Example
Text Example
White with #AB19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19EF; }
p { color: rgb(171,25,239); }
H1.HeaderClassName
{
color: #AB19EF;
}
.AnyTagClassName
{
color: #AB19EF;
}
</style>
background-color css
<style>
a { background-color: #AB19EF; }
a { background-color: rgb(171,25,239); }
div.DivClassName
{
background-color: #AB19EF;
}
.BgClassName
{
background-color: #AB19EF;
}
</style>
border-color css
<style>
span { border-color: #AB19EF; }
span { border-color: rgb(171,25,239); }
td.TdClassName
{
border-color: #AB19EF;
}
.TagClassName
{
border-color: #AB19EF;
}
</style>