Shades of Electric Purple #AD01ED
Tints of Electric Purple #AD01ED
RGB
CMYK
RGB Variations
Color information
#AD01ED (or 0xAD01ED) is known color: Electric Purple. HEX triplet: AD, 01 and ED. RGB value is (173,1,237). Sum of RGB (Red+Green+Blue) = 173+1+237=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01ED is #52FE12. Grayscale: #4E4E4E. Windows color (decimal): -5438995 or 15532461. OLE color: 15532461.
HSL color Cylindrical-coordinate representation of color #AD01ED: hue angle of 283.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01ED is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 1 | 237 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.07 |
| HSL | 283.73º | 0.99% | 0.47% | - |
| HSV(B) | 283.73º | 1% | 0.93% | - |
| XYZ | 32.53 | 15.02 | 81.31 | - |
| YUV | 79.33 | 216.98 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 237 | 0.27 | 1.00 | 0 | 0.07 | 283.73 | 0.99 | 0.47 |
| Hex | AD | 1 | ED | 1B | 64 | 0 | 7 | 11C | 63 | 2F |
| Octal | 255 | 1 | 355 | 33 | 144 | 0 | 7 | 434 | 143 | 57 |
| Binary | 10101101 | 1 | 11101101 | 11011 | 1100100 | 0 | 111 | 100011100 | 1100011 | 101111 |
Color Harmonies of #AD01ED
Complementary color
Monochromatic Colors of #AD01ED
Black with #AD01ED
Text Example
Text Example
White with #AD01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01ED; }
p { color: rgb(173,1,237); }
H1.HeaderClassName
{
color: #AD01ED;
}
.AnyTagClassName
{
color: #AD01ED;
}
</style>
background-color css
<style>
a { background-color: #AD01ED; }
a { background-color: rgb(173,1,237); }
div.DivClassName
{
background-color: #AD01ED;
}
.BgClassName
{
background-color: #AD01ED;
}
</style>
border-color css
<style>
span { border-color: #AD01ED; }
span { border-color: rgb(173,1,237); }
td.TdClassName
{
border-color: #AD01ED;
}
.TagClassName
{
border-color: #AD01ED;
}
</style>