Shades of Electric Purple #AD1DEE
Tints of Electric Purple #AD1DEE
RGB
CMYK
RGB Variations
Color information
#AD1DEE (or 0xAD1DEE) is known color: Electric Purple. HEX triplet: AD, 1D and EE. RGB value is (173,29,238). Sum of RGB (Red+Green+Blue) = 173+29+238=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD1DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1DEE is #52E211. Grayscale: #5F5F5F. Windows color (decimal): -5431826 or 15605165. OLE color: 15605165.
HSL color Cylindrical-coordinate representation of color #AD1DEE: hue angle of 281.34º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1DEE is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 29 | 238 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.07 |
| HSL | 281.34º | 0.86% | 0.52% | - |
| HSV(B) | 281.34º | 0.88% | 0.93% | - |
| XYZ | 33.11 | 15.94 | 82.22 | - |
| YUV | 95.88 | 208.21 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 238 | 0.27 | 0.88 | 0 | 0.07 | 281.34 | 0.86 | 0.52 |
| Hex | AD | 1D | EE | 1B | 58 | 0 | 7 | 119 | 56 | 34 |
| Octal | 255 | 35 | 356 | 33 | 130 | 0 | 7 | 431 | 126 | 64 |
| Binary | 10101101 | 11101 | 11101110 | 11011 | 1011000 | 0 | 111 | 100011001 | 1010110 | 110100 |
Color Harmonies of #AD1DEE
Complementary color
Monochromatic Colors of #AD1DEE
Black with #AD1DEE
Text Example
Text Example
White with #AD1DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DEE; }
p { color: rgb(173,29,238); }
H1.HeaderClassName
{
color: #AD1DEE;
}
.AnyTagClassName
{
color: #AD1DEE;
}
</style>
background-color css
<style>
a { background-color: #AD1DEE; }
a { background-color: rgb(173,29,238); }
div.DivClassName
{
background-color: #AD1DEE;
}
.BgClassName
{
background-color: #AD1DEE;
}
</style>
border-color css
<style>
span { border-color: #AD1DEE; }
span { border-color: rgb(173,29,238); }
td.TdClassName
{
border-color: #AD1DEE;
}
.TagClassName
{
border-color: #AD1DEE;
}
</style>