Shades of Electric Purple #AD01EF
Tints of Electric Purple #AD01EF
RGB
CMYK
RGB Variations
Color information
#AD01EF (or 0xAD01EF) is known color: Electric Purple. HEX triplet: AD, 01 and EF. RGB value is (173,1,239). Sum of RGB (Red+Green+Blue) = 173+1+239=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD01EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01EF is #52FE10. Grayscale: #4E4E4E. Windows color (decimal): -5438993 or 15663533. OLE color: 15663533.
HSL color Cylindrical-coordinate representation of color #AD01EF: hue angle of 283.36º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01EF is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 1 | 239 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.06 |
| HSL | 283.36º | 0.99% | 0.47% | - |
| HSV(B) | 283.36º | 1% | 0.94% | - |
| XYZ | 32.82 | 15.14 | 82.85 | - |
| YUV | 79.56 | 217.98 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 239 | 0.28 | 1.00 | 0 | 0.06 | 283.36 | 0.99 | 0.47 |
| Hex | AD | 1 | EF | 1C | 64 | 0 | 6 | 11B | 63 | 2F |
| Octal | 255 | 1 | 357 | 34 | 144 | 0 | 6 | 433 | 143 | 57 |
| Binary | 10101101 | 1 | 11101111 | 11100 | 1100100 | 0 | 110 | 100011011 | 1100011 | 101111 |
Color Harmonies of #AD01EF
Complementary color
Monochromatic Colors of #AD01EF
Black with #AD01EF
Text Example
Text Example
White with #AD01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01EF; }
p { color: rgb(173,1,239); }
H1.HeaderClassName
{
color: #AD01EF;
}
.AnyTagClassName
{
color: #AD01EF;
}
</style>
background-color css
<style>
a { background-color: #AD01EF; }
a { background-color: rgb(173,1,239); }
div.DivClassName
{
background-color: #AD01EF;
}
.BgClassName
{
background-color: #AD01EF;
}
</style>
border-color css
<style>
span { border-color: #AD01EF; }
span { border-color: rgb(173,1,239); }
td.TdClassName
{
border-color: #AD01EF;
}
.TagClassName
{
border-color: #AD01EF;
}
</style>