Shades of Electric Purple #AD03E6
Tints of Electric Purple #AD03E6
RGB
CMYK
RGB Variations
Color information
#AD03E6 (or 0xAD03E6) is known color: Electric Purple. HEX triplet: AD, 03 and E6. RGB value is (173,3,230). Sum of RGB (Red+Green+Blue) = 173+3+230=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD03E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD03E6 is #52FC19. Grayscale: #4E4E4E. Windows color (decimal): -5438490 or 15074221. OLE color: 15074221.
HSL color Cylindrical-coordinate representation of color #AD03E6: hue angle of 284.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03E6 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 3 | 230 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.10 |
| HSL | 284.93º | 0.97% | 0.46% | - |
| HSV(B) | 284.93º | 0.99% | 0.9% | - |
| XYZ | 31.55 | 14.66 | 76.03 | - |
| YUV | 79.71 | 212.82 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 230 | 0.25 | 0.99 | 0 | 0.10 | 284.93 | 0.97 | 0.46 |
| Hex | AD | 3 | E6 | 19 | 63 | 0 | A | 11D | 61 | 2E |
| Octal | 255 | 3 | 346 | 31 | 143 | 0 | 12 | 435 | 141 | 56 |
| Binary | 10101101 | 11 | 11100110 | 11001 | 1100011 | 0 | 1010 | 100011101 | 1100001 | 101110 |
Color Harmonies of #AD03E6
Complementary color
Monochromatic Colors of #AD03E6
Black with #AD03E6
Text Example
Text Example
White with #AD03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03E6; }
p { color: rgb(173,3,230); }
H1.HeaderClassName
{
color: #AD03E6;
}
.AnyTagClassName
{
color: #AD03E6;
}
</style>
background-color css
<style>
a { background-color: #AD03E6; }
a { background-color: rgb(173,3,230); }
div.DivClassName
{
background-color: #AD03E6;
}
.BgClassName
{
background-color: #AD03E6;
}
</style>
border-color css
<style>
span { border-color: #AD03E6; }
span { border-color: rgb(173,3,230); }
td.TdClassName
{
border-color: #AD03E6;
}
.TagClassName
{
border-color: #AD03E6;
}
</style>