Shades of Electric Purple #AD1CEE
Tints of Electric Purple #AD1CEE
RGB
CMYK
RGB Variations
Color information
#AD1CEE (or 0xAD1CEE) is known color: Electric Purple. HEX triplet: AD, 1C and EE. RGB value is (173,28,238). Sum of RGB (Red+Green+Blue) = 173+28+238=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD1CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CEE is #52E311. Grayscale: #5E5E5E. Windows color (decimal): -5432082 or 15604909. OLE color: 15604909.
HSL color Cylindrical-coordinate representation of color #AD1CEE: hue angle of 281.43º 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 #AD1CEE is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 28 | 238 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.07 |
| HSL | 281.43º | 0.86% | 0.52% | - |
| HSV(B) | 281.43º | 0.88% | 0.93% | - |
| XYZ | 33.08 | 15.89 | 82.21 | - |
| YUV | 95.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 238 | 0.27 | 0.88 | 0 | 0.07 | 281.43 | 0.86 | 0.52 |
| Hex | AD | 1C | EE | 1B | 58 | 0 | 7 | 119 | 56 | 34 |
| Octal | 255 | 34 | 356 | 33 | 130 | 0 | 7 | 431 | 126 | 64 |
| Binary | 10101101 | 11100 | 11101110 | 11011 | 1011000 | 0 | 111 | 100011001 | 1010110 | 110100 |
Color Harmonies of #AD1CEE
Complementary color
Monochromatic Colors of #AD1CEE
Black with #AD1CEE
Text Example
Text Example
White with #AD1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CEE; }
p { color: rgb(173,28,238); }
H1.HeaderClassName
{
color: #AD1CEE;
}
.AnyTagClassName
{
color: #AD1CEE;
}
</style>
background-color css
<style>
a { background-color: #AD1CEE; }
a { background-color: rgb(173,28,238); }
div.DivClassName
{
background-color: #AD1CEE;
}
.BgClassName
{
background-color: #AD1CEE;
}
</style>
border-color css
<style>
span { border-color: #AD1CEE; }
span { border-color: rgb(173,28,238); }
td.TdClassName
{
border-color: #AD1CEE;
}
.TagClassName
{
border-color: #AD1CEE;
}
</style>