Shades of Electric Purple #AD1CEB
Tints of Electric Purple #AD1CEB
RGB
CMYK
RGB Variations
Color information
#AD1CEB (or 0xAD1CEB) is known color: Electric Purple. HEX triplet: AD, 1C and EB. RGB value is (173,28,235). Sum of RGB (Red+Green+Blue) = 173+28+235=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD1CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CEB is #52E314. Grayscale: #5E5E5E. Windows color (decimal): -5432085 or 15408301. OLE color: 15408301.
HSL color Cylindrical-coordinate representation of color #AD1CEB: hue angle of 282.03º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1CEB is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 28 | 235 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.08 |
| HSL | 282.03º | 0.84% | 0.52% | - |
| HSV(B) | 282.03º | 0.88% | 0.92% | - |
| XYZ | 32.64 | 15.71 | 79.91 | - |
| YUV | 94.95 | 207.04 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 235 | 0.26 | 0.88 | 0 | 0.08 | 282.03 | 0.84 | 0.52 |
| Hex | AD | 1C | EB | 1A | 58 | 0 | 8 | 11A | 54 | 34 |
| Octal | 255 | 34 | 353 | 32 | 130 | 0 | 10 | 432 | 124 | 64 |
| Binary | 10101101 | 11100 | 11101011 | 11010 | 1011000 | 0 | 1000 | 100011010 | 1010100 | 110100 |
Color Harmonies of #AD1CEB
Complementary color
Monochromatic Colors of #AD1CEB
Black with #AD1CEB
Text Example
Text Example
White with #AD1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CEB; }
p { color: rgb(173,28,235); }
H1.HeaderClassName
{
color: #AD1CEB;
}
.AnyTagClassName
{
color: #AD1CEB;
}
</style>
background-color css
<style>
a { background-color: #AD1CEB; }
a { background-color: rgb(173,28,235); }
div.DivClassName
{
background-color: #AD1CEB;
}
.BgClassName
{
background-color: #AD1CEB;
}
</style>
border-color css
<style>
span { border-color: #AD1CEB; }
span { border-color: rgb(173,28,235); }
td.TdClassName
{
border-color: #AD1CEB;
}
.TagClassName
{
border-color: #AD1CEB;
}
</style>