Shades of Electric Purple #AB00F1
Tints of Electric Purple #AB00F1
RGB
CMYK
RGB Variations
Color information
#AB00F1 (or 0xAB00F1) is known color: Electric Purple. HEX triplet: AB, 00 and F1. RGB value is (171,0,241). Sum of RGB (Red+Green+Blue) = 171+0+241=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB00F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00F1 is #54FF0E. Grayscale: #4D4D4D. Windows color (decimal): -5570319 or 15794347. OLE color: 15794347.
HSL color Cylindrical-coordinate representation of color #AB00F1: hue angle of 282.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00F1 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 0 | 241 | - |
| CMYK | 0.29 | 1 | 0 | 0.05 |
| HSL | 282.57º | 1% | 0.47% | - |
| HSV(B) | 282.57º | 1% | 0.95% | - |
| XYZ | 32.67 | 15.01 | 84.39 | - |
| YUV | 78.6 | 219.65 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 241 | 0.29 | 1 | 0 | 0.05 | 282.57 | 1 | 0.47 |
| Hex | AB | 0 | F1 | 1D | 64 | 0 | 5 | 11B | 64 | 2F |
| Octal | 253 | 0 | 361 | 35 | 144 | 0 | 5 | 433 | 144 | 57 |
| Binary | 10101011 | 0 | 11110001 | 11101 | 1100100 | 0 | 101 | 100011011 | 1100100 | 101111 |
Color Harmonies of #AB00F1
Complementary color
Monochromatic Colors of #AB00F1
Black with #AB00F1
Text Example
Text Example
White with #AB00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00F1; }
p { color: rgb(171,0,241); }
H1.HeaderClassName
{
color: #AB00F1;
}
.AnyTagClassName
{
color: #AB00F1;
}
</style>
background-color css
<style>
a { background-color: #AB00F1; }
a { background-color: rgb(171,0,241); }
div.DivClassName
{
background-color: #AB00F1;
}
.BgClassName
{
background-color: #AB00F1;
}
</style>
border-color css
<style>
span { border-color: #AB00F1; }
span { border-color: rgb(171,0,241); }
td.TdClassName
{
border-color: #AB00F1;
}
.TagClassName
{
border-color: #AB00F1;
}
</style>