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