Shades of Dark Orchid #AD29EB
Tints of Dark Orchid #AD29EB
RGB
CMYK
RGB Variations
Color information
#AD29EB (or 0xAD29EB) is known color: Dark Orchid. HEX triplet: AD, 29 and EB. RGB value is (173,41,235). Sum of RGB (Red+Green+Blue) = 173+41+235=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD29EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29EB is #52D614. Grayscale: #656565. Windows color (decimal): -5428757 or 15411629. OLE color: 15411629.
HSL color Cylindrical-coordinate representation of color #AD29EB: hue angle of 280.82º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD29EB is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 41 | 235 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.08 |
| HSL | 280.82º | 0.83% | 0.54% | - |
| HSV(B) | 280.82º | 0.83% | 0.92% | - |
| XYZ | 33.02 | 16.47 | 80.04 | - |
| YUV | 102.58 | 202.73 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 235 | 0.26 | 0.83 | 0 | 0.08 | 280.82 | 0.83 | 0.54 |
| Hex | AD | 29 | EB | 1A | 53 | 0 | 8 | 119 | 53 | 36 |
| Octal | 255 | 51 | 353 | 32 | 123 | 0 | 10 | 431 | 123 | 66 |
| Binary | 10101101 | 101001 | 11101011 | 11010 | 1010011 | 0 | 1000 | 100011001 | 1010011 | 110110 |
Color Harmonies of #AD29EB
Complementary color
Monochromatic Colors of #AD29EB
Black with #AD29EB
Text Example
Text Example
White with #AD29EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD29EB; }
p { color: rgb(173,41,235); }
H1.HeaderClassName
{
color: #AD29EB;
}
.AnyTagClassName
{
color: #AD29EB;
}
</style>
background-color css
<style>
a { background-color: #AD29EB; }
a { background-color: rgb(173,41,235); }
div.DivClassName
{
background-color: #AD29EB;
}
.BgClassName
{
background-color: #AD29EB;
}
</style>
border-color css
<style>
span { border-color: #AD29EB; }
span { border-color: rgb(173,41,235); }
td.TdClassName
{
border-color: #AD29EB;
}
.TagClassName
{
border-color: #AD29EB;
}
</style>