Shades of Electric Purple #AB10F1
Tints of Electric Purple #AB10F1
RGB
CMYK
RGB Variations
Color information
#AB10F1 (or 0xAB10F1) is known color: Electric Purple. HEX triplet: AB, 10 and F1. RGB value is (171,16,241). Sum of RGB (Red+Green+Blue) = 171+16+241=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB10F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10F1 is #54EF0E. Grayscale: #575757. Windows color (decimal): -5566223 or 15798443. OLE color: 15798443.
HSL color Cylindrical-coordinate representation of color #AB10F1: hue angle of 281.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB10F1 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 16 | 241 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.05 |
| HSL | 281.33º | 0.89% | 0.5% | - |
| HSV(B) | 281.33º | 0.93% | 0.95% | - |
| XYZ | 32.86 | 15.38 | 84.46 | - |
| YUV | 88 | 214.35 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 241 | 0.29 | 0.93 | 0 | 0.05 | 281.33 | 0.89 | 0.5 |
| Hex | AB | 10 | F1 | 1D | 5D | 0 | 5 | 119 | 59 | 32 |
| Octal | 253 | 20 | 361 | 35 | 135 | 0 | 5 | 431 | 131 | 62 |
| Binary | 10101011 | 10000 | 11110001 | 11101 | 1011101 | 0 | 101 | 100011001 | 1011001 | 110010 |
Color Harmonies of #AB10F1
Complementary color
Monochromatic Colors of #AB10F1
Black with #AB10F1
Text Example
Text Example
White with #AB10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10F1; }
p { color: rgb(171,16,241); }
H1.HeaderClassName
{
color: #AB10F1;
}
.AnyTagClassName
{
color: #AB10F1;
}
</style>
background-color css
<style>
a { background-color: #AB10F1; }
a { background-color: rgb(171,16,241); }
div.DivClassName
{
background-color: #AB10F1;
}
.BgClassName
{
background-color: #AB10F1;
}
</style>
border-color css
<style>
span { border-color: #AB10F1; }
span { border-color: rgb(171,16,241); }
td.TdClassName
{
border-color: #AB10F1;
}
.TagClassName
{
border-color: #AB10F1;
}
</style>