Shades of Electric Purple #AB16FE
Tints of Electric Purple #AB16FE
RGB
CMYK
RGB Variations
Color information
#AB16FE (or 0xAB16FE) is known color: Electric Purple. HEX triplet: AB, 16 and FE. RGB value is (171,22,254). Sum of RGB (Red+Green+Blue) = 171+22+254=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB16FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16FE is #54E901. Grayscale: #5C5C5C. Windows color (decimal): -5564674 or 16651947. OLE color: 16651947.
HSL color Cylindrical-coordinate representation of color #AB16FE: hue angle of 278.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16FE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 22 | 254 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.00 |
| HSL | 278.53º | 0.99% | 0.54% | - |
| HSV(B) | 278.53º | 0.91% | 1% | - |
| XYZ | 34.97 | 16.39 | 95.09 | - |
| YUV | 93 | 218.86 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 254 | 0.33 | 0.91 | 0 | 0.00 | 278.53 | 0.99 | 0.54 |
| Hex | AB | 16 | FE | 21 | 5B | 0 | 0 | 117 | 63 | 36 |
| Octal | 253 | 26 | 376 | 41 | 133 | 0 | 0 | 427 | 143 | 66 |
| Binary | 10101011 | 10110 | 11111110 | 100001 | 1011011 | 0 | 0 | 100010111 | 1100011 | 110110 |
Color Harmonies of #AB16FE
Complementary color
Monochromatic Colors of #AB16FE
Black with #AB16FE
Text Example
Text Example
White with #AB16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16FE; }
p { color: rgb(171,22,254); }
H1.HeaderClassName
{
color: #AB16FE;
}
.AnyTagClassName
{
color: #AB16FE;
}
</style>
background-color css
<style>
a { background-color: #AB16FE; }
a { background-color: rgb(171,22,254); }
div.DivClassName
{
background-color: #AB16FE;
}
.BgClassName
{
background-color: #AB16FE;
}
</style>
border-color css
<style>
span { border-color: #AB16FE; }
span { border-color: rgb(171,22,254); }
td.TdClassName
{
border-color: #AB16FE;
}
.TagClassName
{
border-color: #AB16FE;
}
</style>