Shades of Electric Purple #AD01E9
Tints of Electric Purple #AD01E9
RGB
CMYK
RGB Variations
Color information
#AD01E9 (or 0xAD01E9) is known color: Electric Purple. HEX triplet: AD, 01 and E9. RGB value is (173,1,233). Sum of RGB (Red+Green+Blue) = 173+1+233=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD01E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01E9 is #52FE16. Grayscale: #4E4E4E. Windows color (decimal): -5438999 or 15270317. OLE color: 15270317.
HSL color Cylindrical-coordinate representation of color #AD01E9: hue angle of 284.48º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01E9 is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 1 | 233 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.09 |
| HSL | 284.48º | 0.99% | 0.46% | - |
| HSV(B) | 284.48º | 1% | 0.91% | - |
| XYZ | 31.95 | 14.79 | 78.26 | - |
| YUV | 78.88 | 214.98 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 233 | 0.26 | 1.00 | 0 | 0.09 | 284.48 | 0.99 | 0.46 |
| Hex | AD | 1 | E9 | 1A | 64 | 0 | 9 | 11C | 63 | 2E |
| Octal | 255 | 1 | 351 | 32 | 144 | 0 | 11 | 434 | 143 | 56 |
| Binary | 10101101 | 1 | 11101001 | 11010 | 1100100 | 0 | 1001 | 100011100 | 1100011 | 101110 |
Color Harmonies of #AD01E9
Complementary color
Monochromatic Colors of #AD01E9
Black with #AD01E9
Text Example
Text Example
White with #AD01E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01E9; }
p { color: rgb(173,1,233); }
H1.HeaderClassName
{
color: #AD01E9;
}
.AnyTagClassName
{
color: #AD01E9;
}
</style>
background-color css
<style>
a { background-color: #AD01E9; }
a { background-color: rgb(173,1,233); }
div.DivClassName
{
background-color: #AD01E9;
}
.BgClassName
{
background-color: #AD01E9;
}
</style>
border-color css
<style>
span { border-color: #AD01E9; }
span { border-color: rgb(173,1,233); }
td.TdClassName
{
border-color: #AD01E9;
}
.TagClassName
{
border-color: #AD01E9;
}
</style>