Shades of Electric Purple #AD00EA
Tints of Electric Purple #AD00EA
RGB
CMYK
RGB Variations
Color information
#AD00EA (or 0xAD00EA) is known color: Electric Purple. HEX triplet: AD, 00 and EA. RGB value is (173,0,234). Sum of RGB (Red+Green+Blue) = 173+0+234=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD00EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00EA is #52FF15. Grayscale: #4D4D4D. Windows color (decimal): -5439254 or 15335597. OLE color: 15335597.
HSL color Cylindrical-coordinate representation of color #AD00EA: hue angle of 284.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00EA is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 0 | 234 | - |
| CMYK | 0.26 | 1 | 0 | 0.08 |
| HSL | 284.36º | 1% | 0.46% | - |
| HSV(B) | 284.36º | 1% | 0.92% | - |
| XYZ | 32.08 | 14.82 | 79.01 | - |
| YUV | 78.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 234 | 0.26 | 1 | 0 | 0.08 | 284.36 | 1 | 0.46 |
| Hex | AD | 0 | EA | 1A | 64 | 0 | 8 | 11C | 64 | 2E |
| Octal | 255 | 0 | 352 | 32 | 144 | 0 | 10 | 434 | 144 | 56 |
| Binary | 10101101 | 0 | 11101010 | 11010 | 1100100 | 0 | 1000 | 100011100 | 1100100 | 101110 |
Color Harmonies of #AD00EA
Complementary color
Monochromatic Colors of #AD00EA
Black with #AD00EA
Text Example
Text Example
White with #AD00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00EA; }
p { color: rgb(173,0,234); }
H1.HeaderClassName
{
color: #AD00EA;
}
.AnyTagClassName
{
color: #AD00EA;
}
</style>
background-color css
<style>
a { background-color: #AD00EA; }
a { background-color: rgb(173,0,234); }
div.DivClassName
{
background-color: #AD00EA;
}
.BgClassName
{
background-color: #AD00EA;
}
</style>
border-color css
<style>
span { border-color: #AD00EA; }
span { border-color: rgb(173,0,234); }
td.TdClassName
{
border-color: #AD00EA;
}
.TagClassName
{
border-color: #AD00EA;
}
</style>