Shades of Electric Purple #AD00EC
Tints of Electric Purple #AD00EC
RGB
CMYK
RGB Variations
Color information
#AD00EC (or 0xAD00EC) is known color: Electric Purple. HEX triplet: AD, 00 and EC. RGB value is (173,0,236). Sum of RGB (Red+Green+Blue) = 173+0+236=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD00EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00EC is #52FF13. Grayscale: #4D4D4D. Windows color (decimal): -5439252 or 15466669. OLE color: 15466669.
HSL color Cylindrical-coordinate representation of color #AD00EC: hue angle of 283.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00EC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 0 | 236 | - |
| CMYK | 0.27 | 1 | 0 | 0.07 |
| HSL | 283.98º | 1% | 0.46% | - |
| HSV(B) | 283.98º | 1% | 0.93% | - |
| XYZ | 32.37 | 14.94 | 80.53 | - |
| YUV | 78.63 | 216.81 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 236 | 0.27 | 1 | 0 | 0.07 | 283.98 | 1 | 0.46 |
| Hex | AD | 0 | EC | 1B | 64 | 0 | 7 | 11C | 64 | 2E |
| Octal | 255 | 0 | 354 | 33 | 144 | 0 | 7 | 434 | 144 | 56 |
| Binary | 10101101 | 0 | 11101100 | 11011 | 1100100 | 0 | 111 | 100011100 | 1100100 | 101110 |
Color Harmonies of #AD00EC
Complementary color
Monochromatic Colors of #AD00EC
Black with #AD00EC
Text Example
Text Example
White with #AD00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00EC; }
p { color: rgb(173,0,236); }
H1.HeaderClassName
{
color: #AD00EC;
}
.AnyTagClassName
{
color: #AD00EC;
}
</style>
background-color css
<style>
a { background-color: #AD00EC; }
a { background-color: rgb(173,0,236); }
div.DivClassName
{
background-color: #AD00EC;
}
.BgClassName
{
background-color: #AD00EC;
}
</style>
border-color css
<style>
span { border-color: #AD00EC; }
span { border-color: rgb(173,0,236); }
td.TdClassName
{
border-color: #AD00EC;
}
.TagClassName
{
border-color: #AD00EC;
}
</style>