Shades of Electric Purple #AB0CED
Tints of Electric Purple #AB0CED
RGB
CMYK
RGB Variations
Color information
#AB0CED (or 0xAB0CED) is known color: Electric Purple. HEX triplet: AB, 0C and ED. RGB value is (171,12,237). Sum of RGB (Red+Green+Blue) = 171+12+237=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CED is #54F312. Grayscale: #545454. Windows color (decimal): -5567251 or 15535275. OLE color: 15535275.
HSL color Cylindrical-coordinate representation of color #AB0CED: hue angle of 282.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CED is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 12 | 237 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.07 |
| HSL | 282.4º | 0.9% | 0.49% | - |
| HSV(B) | 282.4º | 0.95% | 0.93% | - |
| XYZ | 32.21 | 15.04 | 81.33 | - |
| YUV | 85.19 | 213.68 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 237 | 0.28 | 0.95 | 0 | 0.07 | 282.4 | 0.9 | 0.49 |
| Hex | AB | C | ED | 1C | 5F | 0 | 7 | 11A | 5A | 31 |
| Octal | 253 | 14 | 355 | 34 | 137 | 0 | 7 | 432 | 132 | 61 |
| Binary | 10101011 | 1100 | 11101101 | 11100 | 1011111 | 0 | 111 | 100011010 | 1011010 | 110001 |
Color Harmonies of #AB0CED
Complementary color
Monochromatic Colors of #AB0CED
Black with #AB0CED
Text Example
Text Example
White with #AB0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CED; }
p { color: rgb(171,12,237); }
H1.HeaderClassName
{
color: #AB0CED;
}
.AnyTagClassName
{
color: #AB0CED;
}
</style>
background-color css
<style>
a { background-color: #AB0CED; }
a { background-color: rgb(171,12,237); }
div.DivClassName
{
background-color: #AB0CED;
}
.BgClassName
{
background-color: #AB0CED;
}
</style>
border-color css
<style>
span { border-color: #AB0CED; }
span { border-color: rgb(171,12,237); }
td.TdClassName
{
border-color: #AB0CED;
}
.TagClassName
{
border-color: #AB0CED;
}
</style>