Shades of Electric Purple #AB11FF
Tints of Electric Purple #AB11FF
RGB
CMYK
RGB Variations
Color information
#AB11FF (or 0xAB11FF) is known color: Electric Purple. HEX triplet: AB, 11 and FF. RGB value is (171,17,255). Sum of RGB (Red+Green+Blue) = 171+17+255=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11FF is #54EE00. Grayscale: #595959. Windows color (decimal): -5565953 or 16716203. OLE color: 16716203.
HSL color Cylindrical-coordinate representation of color #AB11FF: hue angle of 278.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB11FF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 17 | 255 | - |
| CMYK | 0.33 | 0.93 | 0 | 0 |
| HSL | 278.82º | 1% | 0.53% | - |
| HSV(B) | 278.82º | 0.93% | 1% | - |
| XYZ | 35.05 | 16.28 | 95.9 | - |
| YUV | 90.18 | 221.02 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 255 | 0.33 | 0.93 | 0 | 0 | 278.82 | 1 | 0.53 |
| Hex | AB | 11 | FF | 21 | 5D | 0 | 0 | 117 | 64 | 35 |
| Octal | 253 | 21 | 377 | 41 | 135 | 0 | 0 | 427 | 144 | 65 |
| Binary | 10101011 | 10001 | 11111111 | 100001 | 1011101 | 0 | 0 | 100010111 | 1100100 | 110101 |
Color Harmonies of #AB11FF
Complementary color
Monochromatic Colors of #AB11FF
Black with #AB11FF
Text Example
Text Example
White with #AB11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11FF; }
p { color: rgb(171,17,255); }
H1.HeaderClassName
{
color: #AB11FF;
}
.AnyTagClassName
{
color: #AB11FF;
}
</style>
background-color css
<style>
a { background-color: #AB11FF; }
a { background-color: rgb(171,17,255); }
div.DivClassName
{
background-color: #AB11FF;
}
.BgClassName
{
background-color: #AB11FF;
}
</style>
border-color css
<style>
span { border-color: #AB11FF; }
span { border-color: rgb(171,17,255); }
td.TdClassName
{
border-color: #AB11FF;
}
.TagClassName
{
border-color: #AB11FF;
}
</style>