Shades of Electric Purple #AB01EF
Tints of Electric Purple #AB01EF
RGB
CMYK
RGB Variations
Color information
#AB01EF (or 0xAB01EF) is known color: Electric Purple. HEX triplet: AB, 01 and EF. RGB value is (171,1,239). Sum of RGB (Red+Green+Blue) = 171+1+239=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB01EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB01EF is #54FE10. Grayscale: #4E4E4E. Windows color (decimal): -5570065 or 15663531. OLE color: 15663531.
HSL color Cylindrical-coordinate representation of color #AB01EF: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01EF is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 1 | 239 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.06 |
| HSL | 282.86º | 0.99% | 0.47% | - |
| HSV(B) | 282.86º | 1% | 0.94% | - |
| XYZ | 32.39 | 14.91 | 82.83 | - |
| YUV | 78.96 | 218.32 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 239 | 0.28 | 1.00 | 0 | 0.06 | 282.86 | 0.99 | 0.47 |
| Hex | AB | 1 | EF | 1C | 64 | 0 | 6 | 11B | 63 | 2F |
| Octal | 253 | 1 | 357 | 34 | 144 | 0 | 6 | 433 | 143 | 57 |
| Binary | 10101011 | 1 | 11101111 | 11100 | 1100100 | 0 | 110 | 100011011 | 1100011 | 101111 |
Color Harmonies of #AB01EF
Complementary color
Monochromatic Colors of #AB01EF
Black with #AB01EF
Text Example
Text Example
White with #AB01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01EF; }
p { color: rgb(171,1,239); }
H1.HeaderClassName
{
color: #AB01EF;
}
.AnyTagClassName
{
color: #AB01EF;
}
</style>
background-color css
<style>
a { background-color: #AB01EF; }
a { background-color: rgb(171,1,239); }
div.DivClassName
{
background-color: #AB01EF;
}
.BgClassName
{
background-color: #AB01EF;
}
</style>
border-color css
<style>
span { border-color: #AB01EF; }
span { border-color: rgb(171,1,239); }
td.TdClassName
{
border-color: #AB01EF;
}
.TagClassName
{
border-color: #AB01EF;
}
</style>