Shades of Electric Purple #AD0CEC
Tints of Electric Purple #AD0CEC
RGB
CMYK
RGB Variations
Color information
#AD0CEC (or 0xAD0CEC) is known color: Electric Purple. HEX triplet: AD, 0C and EC. RGB value is (173,12,236). Sum of RGB (Red+Green+Blue) = 173+12+236=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD0CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CEC is #52F313. Grayscale: #545454. Windows color (decimal): -5436180 or 15469741. OLE color: 15469741.
HSL color Cylindrical-coordinate representation of color #AD0CEC: hue angle of 283.12º 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 #AD0CEC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 12 | 236 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.07 |
| HSL | 283.13º | 0.9% | 0.49% | - |
| HSV(B) | 283.13º | 0.95% | 0.93% | - |
| XYZ | 32.51 | 15.2 | 80.58 | - |
| YUV | 85.68 | 212.84 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 236 | 0.27 | 0.95 | 0 | 0.07 | 283.13 | 0.9 | 0.49 |
| Hex | AD | C | EC | 1B | 5F | 0 | 7 | 11B | 5A | 31 |
| Octal | 255 | 14 | 354 | 33 | 137 | 0 | 7 | 433 | 132 | 61 |
| Binary | 10101101 | 1100 | 11101100 | 11011 | 1011111 | 0 | 111 | 100011011 | 1011010 | 110001 |
Color Harmonies of #AD0CEC
Complementary color
Monochromatic Colors of #AD0CEC
Black with #AD0CEC
Text Example
Text Example
White with #AD0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CEC; }
p { color: rgb(173,12,236); }
H1.HeaderClassName
{
color: #AD0CEC;
}
.AnyTagClassName
{
color: #AD0CEC;
}
</style>
background-color css
<style>
a { background-color: #AD0CEC; }
a { background-color: rgb(173,12,236); }
div.DivClassName
{
background-color: #AD0CEC;
}
.BgClassName
{
background-color: #AD0CEC;
}
</style>
border-color css
<style>
span { border-color: #AD0CEC; }
span { border-color: rgb(173,12,236); }
td.TdClassName
{
border-color: #AD0CEC;
}
.TagClassName
{
border-color: #AD0CEC;
}
</style>