Shades of Electric Purple #AD1EEB
Tints of Electric Purple #AD1EEB
RGB
CMYK
RGB Variations
Color information
#AD1EEB (or 0xAD1EEB) is known color: Electric Purple. HEX triplet: AD, 1E and EB. RGB value is (173,30,235). Sum of RGB (Red+Green+Blue) = 173+30+235=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1EEB is #52E114. Grayscale: #5F5F5F. Windows color (decimal): -5431573 or 15408813. OLE color: 15408813.
HSL color Cylindrical-coordinate representation of color #AD1EEB: hue angle of 281.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1EEB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 30 | 235 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.08 |
| HSL | 281.85º | 0.84% | 0.52% | - |
| HSV(B) | 281.85º | 0.87% | 0.92% | - |
| XYZ | 32.69 | 15.81 | 79.93 | - |
| YUV | 96.13 | 206.38 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 235 | 0.26 | 0.87 | 0 | 0.08 | 281.85 | 0.84 | 0.52 |
| Hex | AD | 1E | EB | 1A | 57 | 0 | 8 | 11A | 54 | 34 |
| Octal | 255 | 36 | 353 | 32 | 127 | 0 | 10 | 432 | 124 | 64 |
| Binary | 10101101 | 11110 | 11101011 | 11010 | 1010111 | 0 | 1000 | 100011010 | 1010100 | 110100 |
Color Harmonies of #AD1EEB
Complementary color
Monochromatic Colors of #AD1EEB
Black with #AD1EEB
Text Example
Text Example
White with #AD1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EEB; }
p { color: rgb(173,30,235); }
H1.HeaderClassName
{
color: #AD1EEB;
}
.AnyTagClassName
{
color: #AD1EEB;
}
</style>
background-color css
<style>
a { background-color: #AD1EEB; }
a { background-color: rgb(173,30,235); }
div.DivClassName
{
background-color: #AD1EEB;
}
.BgClassName
{
background-color: #AD1EEB;
}
</style>
border-color css
<style>
span { border-color: #AD1EEB; }
span { border-color: rgb(173,30,235); }
td.TdClassName
{
border-color: #AD1EEB;
}
.TagClassName
{
border-color: #AD1EEB;
}
</style>