Shades of Electric Purple #AB15ED
Tints of Electric Purple #AB15ED
RGB
CMYK
RGB Variations
Color information
#AB15ED (or 0xAB15ED) is known color: Electric Purple. HEX triplet: AB, 15 and ED. RGB value is (171,21,237). Sum of RGB (Red+Green+Blue) = 171+21+237=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB15ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15ED is #54EA12. Grayscale: #595959. Windows color (decimal): -5564947 or 15537579. OLE color: 15537579.
HSL color Cylindrical-coordinate representation of color #AB15ED: hue angle of 281.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB15ED is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 21 | 237 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.07 |
| HSL | 281.67º | 0.86% | 0.51% | - |
| HSV(B) | 281.67º | 0.91% | 0.93% | - |
| XYZ | 32.35 | 15.31 | 81.37 | - |
| YUV | 90.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 237 | 0.28 | 0.91 | 0 | 0.07 | 281.67 | 0.86 | 0.51 |
| Hex | AB | 15 | ED | 1C | 5B | 0 | 7 | 11A | 56 | 33 |
| Octal | 253 | 25 | 355 | 34 | 133 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101011 | 10101 | 11101101 | 11100 | 1011011 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AB15ED
Complementary color
Monochromatic Colors of #AB15ED
Black with #AB15ED
Text Example
Text Example
White with #AB15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15ED; }
p { color: rgb(171,21,237); }
H1.HeaderClassName
{
color: #AB15ED;
}
.AnyTagClassName
{
color: #AB15ED;
}
</style>
background-color css
<style>
a { background-color: #AB15ED; }
a { background-color: rgb(171,21,237); }
div.DivClassName
{
background-color: #AB15ED;
}
.BgClassName
{
background-color: #AB15ED;
}
</style>
border-color css
<style>
span { border-color: #AB15ED; }
span { border-color: rgb(171,21,237); }
td.TdClassName
{
border-color: #AB15ED;
}
.TagClassName
{
border-color: #AB15ED;
}
</style>