Shades of Electric Purple #AB14EF
Tints of Electric Purple #AB14EF
RGB
CMYK
RGB Variations
Color information
#AB14EF (or 0xAB14EF) is known color: Electric Purple. HEX triplet: AB, 14 and EF. RGB value is (171,20,239). Sum of RGB (Red+Green+Blue) = 171+20+239=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB14EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB14EF is #54EB10. Grayscale: #595959. Windows color (decimal): -5565201 or 15668395. OLE color: 15668395.
HSL color Cylindrical-coordinate representation of color #AB14EF: hue angle of 281.37º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB14EF is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 20 | 239 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.06 |
| HSL | 281.37º | 0.87% | 0.51% | - |
| HSV(B) | 281.37º | 0.92% | 0.94% | - |
| XYZ | 32.62 | 15.39 | 82.91 | - |
| YUV | 90.12 | 212.03 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 239 | 0.28 | 0.92 | 0 | 0.06 | 281.37 | 0.87 | 0.51 |
| Hex | AB | 14 | EF | 1C | 5C | 0 | 6 | 119 | 57 | 33 |
| Octal | 253 | 24 | 357 | 34 | 134 | 0 | 6 | 431 | 127 | 63 |
| Binary | 10101011 | 10100 | 11101111 | 11100 | 1011100 | 0 | 110 | 100011001 | 1010111 | 110011 |
Color Harmonies of #AB14EF
Complementary color
Monochromatic Colors of #AB14EF
Black with #AB14EF
Text Example
Text Example
White with #AB14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14EF; }
p { color: rgb(171,20,239); }
H1.HeaderClassName
{
color: #AB14EF;
}
.AnyTagClassName
{
color: #AB14EF;
}
</style>
background-color css
<style>
a { background-color: #AB14EF; }
a { background-color: rgb(171,20,239); }
div.DivClassName
{
background-color: #AB14EF;
}
.BgClassName
{
background-color: #AB14EF;
}
</style>
border-color css
<style>
span { border-color: #AB14EF; }
span { border-color: rgb(171,20,239); }
td.TdClassName
{
border-color: #AB14EF;
}
.TagClassName
{
border-color: #AB14EF;
}
</style>