Shades of Electric Purple #AD0CEA
Tints of Electric Purple #AD0CEA
RGB
CMYK
RGB Variations
Color information
#AD0CEA (or 0xAD0CEA) is known color: Electric Purple. HEX triplet: AD, 0C and EA. RGB value is (173,12,234). Sum of RGB (Red+Green+Blue) = 173+12+234=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CEA is #52F315. Grayscale: #545454. Windows color (decimal): -5436182 or 15338669. OLE color: 15338669.
HSL color Cylindrical-coordinate representation of color #AD0CEA: hue angle of 283.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CEA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 12 | 234 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.08 |
| HSL | 283.51º | 0.9% | 0.48% | - |
| HSV(B) | 283.51º | 0.95% | 0.92% | - |
| XYZ | 32.22 | 15.09 | 79.06 | - |
| YUV | 85.45 | 211.84 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 234 | 0.26 | 0.95 | 0 | 0.08 | 283.51 | 0.9 | 0.48 |
| Hex | AD | C | EA | 1A | 5F | 0 | 8 | 11C | 5A | 30 |
| Octal | 255 | 14 | 352 | 32 | 137 | 0 | 10 | 434 | 132 | 60 |
| Binary | 10101101 | 1100 | 11101010 | 11010 | 1011111 | 0 | 1000 | 100011100 | 1011010 | 110000 |
Color Harmonies of #AD0CEA
Complementary color
Monochromatic Colors of #AD0CEA
Black with #AD0CEA
Text Example
Text Example
White with #AD0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CEA; }
p { color: rgb(173,12,234); }
H1.HeaderClassName
{
color: #AD0CEA;
}
.AnyTagClassName
{
color: #AD0CEA;
}
</style>
background-color css
<style>
a { background-color: #AD0CEA; }
a { background-color: rgb(173,12,234); }
div.DivClassName
{
background-color: #AD0CEA;
}
.BgClassName
{
background-color: #AD0CEA;
}
</style>
border-color css
<style>
span { border-color: #AD0CEA; }
span { border-color: rgb(173,12,234); }
td.TdClassName
{
border-color: #AD0CEA;
}
.TagClassName
{
border-color: #AD0CEA;
}
</style>