Shades of Electric Purple #AB11F0
Tints of Electric Purple #AB11F0
RGB
CMYK
RGB Variations
Color information
#AB11F0 (or 0xAB11F0) is known color: Electric Purple. HEX triplet: AB, 11 and F0. RGB value is (171,17,240). Sum of RGB (Red+Green+Blue) = 171+17+240=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB11F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11F0 is #54EE0F. Grayscale: #575757. Windows color (decimal): -5565968 or 15733163. OLE color: 15733163.
HSL color Cylindrical-coordinate representation of color #AB11F0: hue angle of 281.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB11F0 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 17 | 240 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.06 |
| HSL | 281.44º | 0.88% | 0.5% | - |
| HSV(B) | 281.44º | 0.93% | 0.94% | - |
| XYZ | 32.72 | 15.35 | 83.68 | - |
| YUV | 88.47 | 213.52 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 240 | 0.29 | 0.93 | 0 | 0.06 | 281.44 | 0.88 | 0.5 |
| Hex | AB | 11 | F0 | 1D | 5D | 0 | 6 | 119 | 58 | 32 |
| Octal | 253 | 21 | 360 | 35 | 135 | 0 | 6 | 431 | 130 | 62 |
| Binary | 10101011 | 10001 | 11110000 | 11101 | 1011101 | 0 | 110 | 100011001 | 1011000 | 110010 |
Color Harmonies of #AB11F0
Complementary color
Monochromatic Colors of #AB11F0
Black with #AB11F0
Text Example
Text Example
White with #AB11F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11F0; }
p { color: rgb(171,17,240); }
H1.HeaderClassName
{
color: #AB11F0;
}
.AnyTagClassName
{
color: #AB11F0;
}
</style>
background-color css
<style>
a { background-color: #AB11F0; }
a { background-color: rgb(171,17,240); }
div.DivClassName
{
background-color: #AB11F0;
}
.BgClassName
{
background-color: #AB11F0;
}
</style>
border-color css
<style>
span { border-color: #AB11F0; }
span { border-color: rgb(171,17,240); }
td.TdClassName
{
border-color: #AB11F0;
}
.TagClassName
{
border-color: #AB11F0;
}
</style>