Shades of Electric Purple #AB16F4
Tints of Electric Purple #AB16F4
RGB
CMYK
RGB Variations
Color information
#AB16F4 (or 0xAB16F4) is known color: Electric Purple. HEX triplet: AB, 16 and F4. RGB value is (171,22,244). Sum of RGB (Red+Green+Blue) = 171+22+244=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB16F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16F4 is #54E90B. Grayscale: #5B5B5B. Windows color (decimal): -5564684 or 15996587. OLE color: 15996587.
HSL color Cylindrical-coordinate representation of color #AB16F4: hue angle of 280.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16F4 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 22 | 244 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.04 |
| HSL | 280.27º | 0.91% | 0.52% | - |
| HSV(B) | 280.27º | 0.91% | 0.96% | - |
| XYZ | 33.41 | 15.76 | 86.87 | - |
| YUV | 91.86 | 213.86 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 244 | 0.30 | 0.91 | 0 | 0.04 | 280.27 | 0.91 | 0.52 |
| Hex | AB | 16 | F4 | 1E | 5B | 0 | 4 | 118 | 5B | 34 |
| Octal | 253 | 26 | 364 | 36 | 133 | 0 | 4 | 430 | 133 | 64 |
| Binary | 10101011 | 10110 | 11110100 | 11110 | 1011011 | 0 | 100 | 100011000 | 1011011 | 110100 |
Color Harmonies of #AB16F4
Complementary color
Monochromatic Colors of #AB16F4
Black with #AB16F4
Text Example
Text Example
White with #AB16F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16F4; }
p { color: rgb(171,22,244); }
H1.HeaderClassName
{
color: #AB16F4;
}
.AnyTagClassName
{
color: #AB16F4;
}
</style>
background-color css
<style>
a { background-color: #AB16F4; }
a { background-color: rgb(171,22,244); }
div.DivClassName
{
background-color: #AB16F4;
}
.BgClassName
{
background-color: #AB16F4;
}
</style>
border-color css
<style>
span { border-color: #AB16F4; }
span { border-color: rgb(171,22,244); }
td.TdClassName
{
border-color: #AB16F4;
}
.TagClassName
{
border-color: #AB16F4;
}
</style>