Shades of Electric Purple #AD0BED
Tints of Electric Purple #AD0BED
RGB
CMYK
RGB Variations
Color information
#AD0BED (or 0xAD0BED) is known color: Electric Purple. HEX triplet: AD, 0B and ED. RGB value is (173,11,237). Sum of RGB (Red+Green+Blue) = 173+11+237=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD0BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BED is #52F412. Grayscale: #545454. Windows color (decimal): -5436435 or 15535021. OLE color: 15535021.
HSL color Cylindrical-coordinate representation of color #AD0BED: hue angle of 283.01º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BED is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 11 | 237 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.07 |
| HSL | 283.01º | 0.91% | 0.49% | - |
| HSV(B) | 283.01º | 0.95% | 0.93% | - |
| XYZ | 32.64 | 15.24 | 81.34 | - |
| YUV | 85.2 | 213.67 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 237 | 0.27 | 0.95 | 0 | 0.07 | 283.01 | 0.91 | 0.49 |
| Hex | AD | B | ED | 1B | 5F | 0 | 7 | 11B | 5B | 31 |
| Octal | 255 | 13 | 355 | 33 | 137 | 0 | 7 | 433 | 133 | 61 |
| Binary | 10101101 | 1011 | 11101101 | 11011 | 1011111 | 0 | 111 | 100011011 | 1011011 | 110001 |
Color Harmonies of #AD0BED
Complementary color
Monochromatic Colors of #AD0BED
Black with #AD0BED
Text Example
Text Example
White with #AD0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BED; }
p { color: rgb(173,11,237); }
H1.HeaderClassName
{
color: #AD0BED;
}
.AnyTagClassName
{
color: #AD0BED;
}
</style>
background-color css
<style>
a { background-color: #AD0BED; }
a { background-color: rgb(173,11,237); }
div.DivClassName
{
background-color: #AD0BED;
}
.BgClassName
{
background-color: #AD0BED;
}
</style>
border-color css
<style>
span { border-color: #AD0BED; }
span { border-color: rgb(173,11,237); }
td.TdClassName
{
border-color: #AD0BED;
}
.TagClassName
{
border-color: #AD0BED;
}
</style>