Shades of Electric Purple #AB16F8
Tints of Electric Purple #AB16F8
RGB
CMYK
RGB Variations
Color information
#AB16F8 (or 0xAB16F8) is known color: Electric Purple. HEX triplet: AB, 16 and F8. RGB value is (171,22,248). Sum of RGB (Red+Green+Blue) = 171+22+248=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB16F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16F8 is #54E907. Grayscale: #5B5B5B. Windows color (decimal): -5564680 or 16258731. OLE color: 16258731.
HSL color Cylindrical-coordinate representation of color #AB16F8: hue angle of 279.56º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16F8 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 22 | 248 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.03 |
| HSL | 279.56º | 0.94% | 0.53% | - |
| HSV(B) | 279.56º | 0.91% | 0.97% | - |
| XYZ | 34.02 | 16.01 | 90.1 | - |
| YUV | 92.32 | 215.86 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 248 | 0.31 | 0.91 | 0 | 0.03 | 279.56 | 0.94 | 0.53 |
| Hex | AB | 16 | F8 | 1F | 5B | 0 | 3 | 118 | 5E | 35 |
| Octal | 253 | 26 | 370 | 37 | 133 | 0 | 3 | 430 | 136 | 65 |
| Binary | 10101011 | 10110 | 11111000 | 11111 | 1011011 | 0 | 11 | 100011000 | 1011110 | 110101 |
Color Harmonies of #AB16F8
Complementary color
Monochromatic Colors of #AB16F8
Black with #AB16F8
Text Example
Text Example
White with #AB16F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16F8; }
p { color: rgb(171,22,248); }
H1.HeaderClassName
{
color: #AB16F8;
}
.AnyTagClassName
{
color: #AB16F8;
}
</style>
background-color css
<style>
a { background-color: #AB16F8; }
a { background-color: rgb(171,22,248); }
div.DivClassName
{
background-color: #AB16F8;
}
.BgClassName
{
background-color: #AB16F8;
}
</style>
border-color css
<style>
span { border-color: #AB16F8; }
span { border-color: rgb(171,22,248); }
td.TdClassName
{
border-color: #AB16F8;
}
.TagClassName
{
border-color: #AB16F8;
}
</style>