Shades of Electric Purple #AD1EEE
Tints of Electric Purple #AD1EEE
RGB
CMYK
RGB Variations
Color information
#AD1EEE (or 0xAD1EEE) is known color: Electric Purple. HEX triplet: AD, 1E and EE. RGB value is (173,30,238). Sum of RGB (Red+Green+Blue) = 173+30+238=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD1EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1EEE is #52E111. Grayscale: #5F5F5F. Windows color (decimal): -5431570 or 15605421. OLE color: 15605421.
HSL color Cylindrical-coordinate representation of color #AD1EEE: hue angle of 281.25º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1EEE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 30 | 238 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.07 |
| HSL | 281.25º | 0.86% | 0.53% | - |
| HSV(B) | 281.25º | 0.87% | 0.93% | - |
| XYZ | 33.13 | 15.99 | 82.23 | - |
| YUV | 96.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 238 | 0.27 | 0.87 | 0 | 0.07 | 281.25 | 0.86 | 0.53 |
| Hex | AD | 1E | EE | 1B | 57 | 0 | 7 | 119 | 56 | 35 |
| Octal | 255 | 36 | 356 | 33 | 127 | 0 | 7 | 431 | 126 | 65 |
| Binary | 10101101 | 11110 | 11101110 | 11011 | 1010111 | 0 | 111 | 100011001 | 1010110 | 110101 |
Color Harmonies of #AD1EEE
Complementary color
Monochromatic Colors of #AD1EEE
Black with #AD1EEE
Text Example
Text Example
White with #AD1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EEE; }
p { color: rgb(173,30,238); }
H1.HeaderClassName
{
color: #AD1EEE;
}
.AnyTagClassName
{
color: #AD1EEE;
}
</style>
background-color css
<style>
a { background-color: #AD1EEE; }
a { background-color: rgb(173,30,238); }
div.DivClassName
{
background-color: #AD1EEE;
}
.BgClassName
{
background-color: #AD1EEE;
}
</style>
border-color css
<style>
span { border-color: #AD1EEE; }
span { border-color: rgb(173,30,238); }
td.TdClassName
{
border-color: #AD1EEE;
}
.TagClassName
{
border-color: #AD1EEE;
}
</style>