Shades of Electric Purple #AD0CED
Tints of Electric Purple #AD0CED
RGB
CMYK
RGB Variations
Color information
#AD0CED (or 0xAD0CED) is known color: Electric Purple. HEX triplet: AD, 0C and ED. RGB value is (173,12,237). Sum of RGB (Red+Green+Blue) = 173+12+237=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CED is #52F312. Grayscale: #555555. Windows color (decimal): -5436179 or 15535277. OLE color: 15535277.
HSL color Cylindrical-coordinate representation of color #AD0CED: hue angle of 282.93º 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 #AD0CED is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 12 | 237 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.07 |
| HSL | 282.93º | 0.9% | 0.49% | - |
| HSV(B) | 282.93º | 0.95% | 0.93% | - |
| XYZ | 32.65 | 15.26 | 81.35 | - |
| YUV | 85.79 | 213.34 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 237 | 0.27 | 0.95 | 0 | 0.07 | 282.93 | 0.9 | 0.49 |
| Hex | AD | C | ED | 1B | 5F | 0 | 7 | 11B | 5A | 31 |
| Octal | 255 | 14 | 355 | 33 | 137 | 0 | 7 | 433 | 132 | 61 |
| Binary | 10101101 | 1100 | 11101101 | 11011 | 1011111 | 0 | 111 | 100011011 | 1011010 | 110001 |
Color Harmonies of #AD0CED
Complementary color
Monochromatic Colors of #AD0CED
Black with #AD0CED
Text Example
Text Example
White with #AD0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CED; }
p { color: rgb(173,12,237); }
H1.HeaderClassName
{
color: #AD0CED;
}
.AnyTagClassName
{
color: #AD0CED;
}
</style>
background-color css
<style>
a { background-color: #AD0CED; }
a { background-color: rgb(173,12,237); }
div.DivClassName
{
background-color: #AD0CED;
}
.BgClassName
{
background-color: #AD0CED;
}
</style>
border-color css
<style>
span { border-color: #AD0CED; }
span { border-color: rgb(173,12,237); }
td.TdClassName
{
border-color: #AD0CED;
}
.TagClassName
{
border-color: #AD0CED;
}
</style>