Shades of Electric Purple #AB1AF6
Tints of Electric Purple #AB1AF6
RGB
CMYK
RGB Variations
Color information
#AB1AF6 (or 0xAB1AF6) is known color: Electric Purple. HEX triplet: AB, 1A and F6. RGB value is (171,26,246). Sum of RGB (Red+Green+Blue) = 171+26+246=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB1AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1AF6 is #54E509. Grayscale: #5D5D5D. Windows color (decimal): -5563658 or 16128683. OLE color: 16128683.
HSL color Cylindrical-coordinate representation of color #AB1AF6: hue angle of 279.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1AF6 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 26 | 246 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.04 |
| HSL | 279.55º | 0.92% | 0.53% | - |
| HSV(B) | 279.55º | 0.89% | 0.96% | - |
| XYZ | 33.8 | 16.05 | 88.51 | - |
| YUV | 94.44 | 213.54 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 246 | 0.30 | 0.89 | 0 | 0.04 | 279.55 | 0.92 | 0.53 |
| Hex | AB | 1A | F6 | 1E | 59 | 0 | 4 | 118 | 5C | 35 |
| Octal | 253 | 32 | 366 | 36 | 131 | 0 | 4 | 430 | 134 | 65 |
| Binary | 10101011 | 11010 | 11110110 | 11110 | 1011001 | 0 | 100 | 100011000 | 1011100 | 110101 |
Color Harmonies of #AB1AF6
Complementary color
Monochromatic Colors of #AB1AF6
Black with #AB1AF6
Text Example
Text Example
White with #AB1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AF6; }
p { color: rgb(171,26,246); }
H1.HeaderClassName
{
color: #AB1AF6;
}
.AnyTagClassName
{
color: #AB1AF6;
}
</style>
background-color css
<style>
a { background-color: #AB1AF6; }
a { background-color: rgb(171,26,246); }
div.DivClassName
{
background-color: #AB1AF6;
}
.BgClassName
{
background-color: #AB1AF6;
}
</style>
border-color css
<style>
span { border-color: #AB1AF6; }
span { border-color: rgb(171,26,246); }
td.TdClassName
{
border-color: #AB1AF6;
}
.TagClassName
{
border-color: #AB1AF6;
}
</style>