Shades of Electric Purple #AD0BEB
Tints of Electric Purple #AD0BEB
RGB
CMYK
RGB Variations
Color information
#AD0BEB (or 0xAD0BEB) is known color: Electric Purple. HEX triplet: AD, 0B and EB. RGB value is (173,11,235). Sum of RGB (Red+Green+Blue) = 173+11+235=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BEB is #52F414. Grayscale: #545454. Windows color (decimal): -5436437 or 15403949. OLE color: 15403949.
HSL color Cylindrical-coordinate representation of color #AD0BEB: hue angle of 283.39º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BEB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 11 | 235 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.08 |
| HSL | 283.39º | 0.91% | 0.48% | - |
| HSV(B) | 283.39º | 0.95% | 0.92% | - |
| XYZ | 32.35 | 15.12 | 79.81 | - |
| YUV | 84.97 | 212.67 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 235 | 0.26 | 0.95 | 0 | 0.08 | 283.39 | 0.91 | 0.48 |
| Hex | AD | B | EB | 1A | 5F | 0 | 8 | 11B | 5B | 30 |
| Octal | 255 | 13 | 353 | 32 | 137 | 0 | 10 | 433 | 133 | 60 |
| Binary | 10101101 | 1011 | 11101011 | 11010 | 1011111 | 0 | 1000 | 100011011 | 1011011 | 110000 |
Color Harmonies of #AD0BEB
Complementary color
Monochromatic Colors of #AD0BEB
Black with #AD0BEB
Text Example
Text Example
White with #AD0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BEB; }
p { color: rgb(173,11,235); }
H1.HeaderClassName
{
color: #AD0BEB;
}
.AnyTagClassName
{
color: #AD0BEB;
}
</style>
background-color css
<style>
a { background-color: #AD0BEB; }
a { background-color: rgb(173,11,235); }
div.DivClassName
{
background-color: #AD0BEB;
}
.BgClassName
{
background-color: #AD0BEB;
}
</style>
border-color css
<style>
span { border-color: #AD0BEB; }
span { border-color: rgb(173,11,235); }
td.TdClassName
{
border-color: #AD0BEB;
}
.TagClassName
{
border-color: #AD0BEB;
}
</style>