Shades of Electric Purple #AB01ED
Tints of Electric Purple #AB01ED
RGB
CMYK
RGB Variations
Color information
#AB01ED (or 0xAB01ED) is known color: Electric Purple. HEX triplet: AB, 01 and ED. RGB value is (171,1,237). Sum of RGB (Red+Green+Blue) = 171+1+237=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB01ED is #54FE12. Grayscale: #4D4D4D. Windows color (decimal): -5570067 or 15532459. OLE color: 15532459.
HSL color Cylindrical-coordinate representation of color #AB01ED: hue angle of 283.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01ED is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 1 | 237 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.07 |
| HSL | 283.22º | 0.99% | 0.47% | - |
| HSV(B) | 283.22º | 1% | 0.93% | - |
| XYZ | 32.09 | 14.79 | 81.28 | - |
| YUV | 78.73 | 217.32 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 237 | 0.28 | 1.00 | 0 | 0.07 | 283.22 | 0.99 | 0.47 |
| Hex | AB | 1 | ED | 1C | 64 | 0 | 7 | 11B | 63 | 2F |
| Octal | 253 | 1 | 355 | 34 | 144 | 0 | 7 | 433 | 143 | 57 |
| Binary | 10101011 | 1 | 11101101 | 11100 | 1100100 | 0 | 111 | 100011011 | 1100011 | 101111 |
Color Harmonies of #AB01ED
Complementary color
Monochromatic Colors of #AB01ED
Black with #AB01ED
Text Example
Text Example
White with #AB01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01ED; }
p { color: rgb(171,1,237); }
H1.HeaderClassName
{
color: #AB01ED;
}
.AnyTagClassName
{
color: #AB01ED;
}
</style>
background-color css
<style>
a { background-color: #AB01ED; }
a { background-color: rgb(171,1,237); }
div.DivClassName
{
background-color: #AB01ED;
}
.BgClassName
{
background-color: #AB01ED;
}
</style>
border-color css
<style>
span { border-color: #AB01ED; }
span { border-color: rgb(171,1,237); }
td.TdClassName
{
border-color: #AB01ED;
}
.TagClassName
{
border-color: #AB01ED;
}
</style>