Shades of Electric Purple #AD01EC
Tints of Electric Purple #AD01EC
RGB
CMYK
RGB Variations
Color information
#AD01EC (or 0xAD01EC) is known color: Electric Purple. HEX triplet: AD, 01 and EC. RGB value is (173,1,236). Sum of RGB (Red+Green+Blue) = 173+1+236=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD01EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01EC is #52FE13. Grayscale: #4E4E4E. Windows color (decimal): -5438996 or 15466925. OLE color: 15466925.
HSL color Cylindrical-coordinate representation of color #AD01EC: hue angle of 283.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01EC is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 1 | 236 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.07 |
| HSL | 283.91º | 0.99% | 0.46% | - |
| HSV(B) | 283.91º | 1% | 0.93% | - |
| XYZ | 32.38 | 14.96 | 80.54 | - |
| YUV | 79.22 | 216.48 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 236 | 0.27 | 1.00 | 0 | 0.07 | 283.91 | 0.99 | 0.46 |
| Hex | AD | 1 | EC | 1B | 64 | 0 | 7 | 11C | 63 | 2E |
| Octal | 255 | 1 | 354 | 33 | 144 | 0 | 7 | 434 | 143 | 56 |
| Binary | 10101101 | 1 | 11101100 | 11011 | 1100100 | 0 | 111 | 100011100 | 1100011 | 101110 |
Color Harmonies of #AD01EC
Complementary color
Monochromatic Colors of #AD01EC
Black with #AD01EC
Text Example
Text Example
White with #AD01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01EC; }
p { color: rgb(173,1,236); }
H1.HeaderClassName
{
color: #AD01EC;
}
.AnyTagClassName
{
color: #AD01EC;
}
</style>
background-color css
<style>
a { background-color: #AD01EC; }
a { background-color: rgb(173,1,236); }
div.DivClassName
{
background-color: #AD01EC;
}
.BgClassName
{
background-color: #AD01EC;
}
</style>
border-color css
<style>
span { border-color: #AD01EC; }
span { border-color: rgb(173,1,236); }
td.TdClassName
{
border-color: #AD01EC;
}
.TagClassName
{
border-color: #AD01EC;
}
</style>