Shades of Electric Purple #AD1BEB
Tints of Electric Purple #AD1BEB
RGB
CMYK
RGB Variations
Color information
#AD1BEB (or 0xAD1BEB) is known color: Electric Purple. HEX triplet: AD, 1B and EB. RGB value is (173,27,235). Sum of RGB (Red+Green+Blue) = 173+27+235=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD1BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BEB is #52E414. Grayscale: #5D5D5D. Windows color (decimal): -5432341 or 15408045. OLE color: 15408045.
HSL color Cylindrical-coordinate representation of color #AD1BEB: hue angle of 282.12º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1BEB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 27 | 235 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.08 |
| HSL | 282.12º | 0.84% | 0.51% | - |
| HSV(B) | 282.12º | 0.89% | 0.92% | - |
| XYZ | 32.62 | 15.67 | 79.9 | - |
| YUV | 94.37 | 207.37 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 235 | 0.26 | 0.89 | 0 | 0.08 | 282.12 | 0.84 | 0.51 |
| Hex | AD | 1B | EB | 1A | 59 | 0 | 8 | 11A | 54 | 33 |
| Octal | 255 | 33 | 353 | 32 | 131 | 0 | 10 | 432 | 124 | 63 |
| Binary | 10101101 | 11011 | 11101011 | 11010 | 1011001 | 0 | 1000 | 100011010 | 1010100 | 110011 |
Color Harmonies of #AD1BEB
Complementary color
Monochromatic Colors of #AD1BEB
Black with #AD1BEB
Text Example
Text Example
White with #AD1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BEB; }
p { color: rgb(173,27,235); }
H1.HeaderClassName
{
color: #AD1BEB;
}
.AnyTagClassName
{
color: #AD1BEB;
}
</style>
background-color css
<style>
a { background-color: #AD1BEB; }
a { background-color: rgb(173,27,235); }
div.DivClassName
{
background-color: #AD1BEB;
}
.BgClassName
{
background-color: #AD1BEB;
}
</style>
border-color css
<style>
span { border-color: #AD1BEB; }
span { border-color: rgb(173,27,235); }
td.TdClassName
{
border-color: #AD1BEB;
}
.TagClassName
{
border-color: #AD1BEB;
}
</style>