Shades of Electric Purple #AB19FF
Tints of Electric Purple #AB19FF
RGB
CMYK
RGB Variations
Color information
#AB19FF (or 0xAB19FF) is known color: Electric Purple. HEX triplet: AB, 19 and FF. RGB value is (171,25,255). Sum of RGB (Red+Green+Blue) = 171+25+255=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19FF is #54E600. Grayscale: #5E5E5E. Windows color (decimal): -5563905 or 16718251. OLE color: 16718251.
HSL color Cylindrical-coordinate representation of color #AB19FF: hue angle of 278.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB19FF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 25 | 255 | - |
| CMYK | 0.33 | 0.90 | 0 | 0 |
| HSL | 278.09º | 1% | 0.55% | - |
| HSV(B) | 278.09º | 0.9% | 1% | - |
| XYZ | 35.19 | 16.57 | 95.95 | - |
| YUV | 94.87 | 218.37 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 255 | 0.33 | 0.90 | 0 | 0 | 278.09 | 1 | 0.55 |
| Hex | AB | 19 | FF | 21 | 5A | 0 | 0 | 116 | 64 | 37 |
| Octal | 253 | 31 | 377 | 41 | 132 | 0 | 0 | 426 | 144 | 67 |
| Binary | 10101011 | 11001 | 11111111 | 100001 | 1011010 | 0 | 0 | 100010110 | 1100100 | 110111 |
Color Harmonies of #AB19FF
Complementary color
Monochromatic Colors of #AB19FF
Black with #AB19FF
Text Example
Text Example
White with #AB19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19FF; }
p { color: rgb(171,25,255); }
H1.HeaderClassName
{
color: #AB19FF;
}
.AnyTagClassName
{
color: #AB19FF;
}
</style>
background-color css
<style>
a { background-color: #AB19FF; }
a { background-color: rgb(171,25,255); }
div.DivClassName
{
background-color: #AB19FF;
}
.BgClassName
{
background-color: #AB19FF;
}
</style>
border-color css
<style>
span { border-color: #AB19FF; }
span { border-color: rgb(171,25,255); }
td.TdClassName
{
border-color: #AB19FF;
}
.TagClassName
{
border-color: #AB19FF;
}
</style>