Shades of Electric Purple #AD1EEF
Tints of Electric Purple #AD1EEF
RGB
CMYK
RGB Variations
Color information
#AD1EEF (or 0xAD1EEF) is known color: Electric Purple. HEX triplet: AD, 1E and EF. RGB value is (173,30,239). Sum of RGB (Red+Green+Blue) = 173+30+239=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD1EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1EEF is #52E110. Grayscale: #5F5F5F. Windows color (decimal): -5431569 or 15670957. OLE color: 15670957.
HSL color Cylindrical-coordinate representation of color #AD1EEF: hue angle of 281.05º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1EEF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 30 | 239 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.06 |
| HSL | 281.05º | 0.87% | 0.53% | - |
| HSV(B) | 281.05º | 0.87% | 0.94% | - |
| XYZ | 33.28 | 16.04 | 83 | - |
| YUV | 96.58 | 208.38 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 239 | 0.28 | 0.87 | 0 | 0.06 | 281.05 | 0.87 | 0.53 |
| Hex | AD | 1E | EF | 1C | 57 | 0 | 6 | 119 | 57 | 35 |
| Octal | 255 | 36 | 357 | 34 | 127 | 0 | 6 | 431 | 127 | 65 |
| Binary | 10101101 | 11110 | 11101111 | 11100 | 1010111 | 0 | 110 | 100011001 | 1010111 | 110101 |
Color Harmonies of #AD1EEF
Complementary color
Monochromatic Colors of #AD1EEF
Black with #AD1EEF
Text Example
Text Example
White with #AD1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EEF; }
p { color: rgb(173,30,239); }
H1.HeaderClassName
{
color: #AD1EEF;
}
.AnyTagClassName
{
color: #AD1EEF;
}
</style>
background-color css
<style>
a { background-color: #AD1EEF; }
a { background-color: rgb(173,30,239); }
div.DivClassName
{
background-color: #AD1EEF;
}
.BgClassName
{
background-color: #AD1EEF;
}
</style>
border-color css
<style>
span { border-color: #AD1EEF; }
span { border-color: rgb(173,30,239); }
td.TdClassName
{
border-color: #AD1EEF;
}
.TagClassName
{
border-color: #AD1EEF;
}
</style>