Shades of Electric Purple #AD03E8
Tints of Electric Purple #AD03E8
RGB
CMYK
RGB Variations
Color information
#AD03E8 (or 0xAD03E8) is known color: Electric Purple. HEX triplet: AD, 03 and E8. RGB value is (173,3,232). Sum of RGB (Red+Green+Blue) = 173+3+232=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD03E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD03E8 is #52FC17. Grayscale: #4F4F4F. Windows color (decimal): -5438488 or 15205293. OLE color: 15205293.
HSL color Cylindrical-coordinate representation of color #AD03E8: hue angle of 284.54º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03E8 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 3 | 232 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.09 |
| HSL | 284.54º | 0.97% | 0.46% | - |
| HSV(B) | 284.54º | 0.99% | 0.91% | - |
| XYZ | 31.83 | 14.78 | 77.52 | - |
| YUV | 79.94 | 213.82 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 232 | 0.25 | 0.99 | 0 | 0.09 | 284.54 | 0.97 | 0.46 |
| Hex | AD | 3 | E8 | 19 | 63 | 0 | 9 | 11D | 61 | 2E |
| Octal | 255 | 3 | 350 | 31 | 143 | 0 | 11 | 435 | 141 | 56 |
| Binary | 10101101 | 11 | 11101000 | 11001 | 1100011 | 0 | 1001 | 100011101 | 1100001 | 101110 |
Color Harmonies of #AD03E8
Complementary color
Monochromatic Colors of #AD03E8
Black with #AD03E8
Text Example
Text Example
White with #AD03E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03E8; }
p { color: rgb(173,3,232); }
H1.HeaderClassName
{
color: #AD03E8;
}
.AnyTagClassName
{
color: #AD03E8;
}
</style>
background-color css
<style>
a { background-color: #AD03E8; }
a { background-color: rgb(173,3,232); }
div.DivClassName
{
background-color: #AD03E8;
}
.BgClassName
{
background-color: #AD03E8;
}
</style>
border-color css
<style>
span { border-color: #AD03E8; }
span { border-color: rgb(173,3,232); }
td.TdClassName
{
border-color: #AD03E8;
}
.TagClassName
{
border-color: #AD03E8;
}
</style>