Shades of Electric Purple #AD03EC
Tints of Electric Purple #AD03EC
RGB
CMYK
RGB Variations
Color information
#AD03EC (or 0xAD03EC) is known color: Electric Purple. HEX triplet: AD, 03 and EC. RGB value is (173,3,236). Sum of RGB (Red+Green+Blue) = 173+3+236=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD03EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD03EC is #52FC13. Grayscale: #4F4F4F. Windows color (decimal): -5438484 or 15467437. OLE color: 15467437.
HSL color Cylindrical-coordinate representation of color #AD03EC: hue angle of 283.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03EC is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 3 | 236 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.07 |
| HSL | 283.78º | 0.97% | 0.47% | - |
| HSV(B) | 283.78º | 0.99% | 0.93% | - |
| XYZ | 32.41 | 15.01 | 80.55 | - |
| YUV | 80.39 | 215.82 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 236 | 0.27 | 0.99 | 0 | 0.07 | 283.78 | 0.97 | 0.47 |
| Hex | AD | 3 | EC | 1B | 63 | 0 | 7 | 11C | 61 | 2F |
| Octal | 255 | 3 | 354 | 33 | 143 | 0 | 7 | 434 | 141 | 57 |
| Binary | 10101101 | 11 | 11101100 | 11011 | 1100011 | 0 | 111 | 100011100 | 1100001 | 101111 |
Color Harmonies of #AD03EC
Complementary color
Monochromatic Colors of #AD03EC
Black with #AD03EC
Text Example
Text Example
White with #AD03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03EC; }
p { color: rgb(173,3,236); }
H1.HeaderClassName
{
color: #AD03EC;
}
.AnyTagClassName
{
color: #AD03EC;
}
</style>
background-color css
<style>
a { background-color: #AD03EC; }
a { background-color: rgb(173,3,236); }
div.DivClassName
{
background-color: #AD03EC;
}
.BgClassName
{
background-color: #AD03EC;
}
</style>
border-color css
<style>
span { border-color: #AD03EC; }
span { border-color: rgb(173,3,236); }
td.TdClassName
{
border-color: #AD03EC;
}
.TagClassName
{
border-color: #AD03EC;
}
</style>