Shades of Electric Purple #AB16FF
Tints of Electric Purple #AB16FF
RGB
CMYK
RGB Variations
Color information
#AB16FF (or 0xAB16FF) is known color: Electric Purple. HEX triplet: AB, 16 and FF. RGB value is (171,22,255). Sum of RGB (Red+Green+Blue) = 171+22+255=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16FF is #54E900. Grayscale: #5C5C5C. Windows color (decimal): -5564673 or 16717483. OLE color: 16717483.
HSL color Cylindrical-coordinate representation of color #AB16FF: hue angle of 278.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16FF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 22 | 255 | - |
| CMYK | 0.33 | 0.91 | 0 | 0 |
| HSL | 278.37º | 1% | 0.54% | - |
| HSV(B) | 278.37º | 0.91% | 1% | - |
| XYZ | 35.13 | 16.45 | 95.93 | - |
| YUV | 93.11 | 219.36 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 255 | 0.33 | 0.91 | 0 | 0 | 278.37 | 1 | 0.54 |
| Hex | AB | 16 | FF | 21 | 5B | 0 | 0 | 116 | 64 | 36 |
| Octal | 253 | 26 | 377 | 41 | 133 | 0 | 0 | 426 | 144 | 66 |
| Binary | 10101011 | 10110 | 11111111 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100100 | 110110 |
Color Harmonies of #AB16FF
Complementary color
Monochromatic Colors of #AB16FF
Black with #AB16FF
Text Example
Text Example
White with #AB16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16FF; }
p { color: rgb(171,22,255); }
H1.HeaderClassName
{
color: #AB16FF;
}
.AnyTagClassName
{
color: #AB16FF;
}
</style>
background-color css
<style>
a { background-color: #AB16FF; }
a { background-color: rgb(171,22,255); }
div.DivClassName
{
background-color: #AB16FF;
}
.BgClassName
{
background-color: #AB16FF;
}
</style>
border-color css
<style>
span { border-color: #AB16FF; }
span { border-color: rgb(171,22,255); }
td.TdClassName
{
border-color: #AB16FF;
}
.TagClassName
{
border-color: #AB16FF;
}
</style>