Shades of Dark Orchid #AD29AD
Tints of Dark Orchid #AD29AD
RGB
CMYK
RGB Variations
Color information
#AD29AD (or 0xAD29AD) is known color: Dark Orchid. HEX triplet: AD, 29 and AD. RGB value is (173,41,173). Sum of RGB (Red+Green+Blue) = 173+41+173=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD29AD is #52D652. Grayscale: #5F5F5F. Windows color (decimal): -5428819 or 11348397. OLE color: 11348397.
HSL color Cylindrical-coordinate representation of color #AD29AD: hue angle of 300º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD29AD is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 173 | - |
| CMYK | 0 | 0.76 | 0 | 0.32 |
| HSL | 300º | 0.62% | 0.42% | - |
| HSV(B) | 300º | 0.76% | 0.68% | - |
| XYZ | 25.57 | 13.49 | 40.79 | - |
| YUV | 95.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 173 | 0 | 0.76 | 0 | 0.32 | 300 | 0.62 | 0.42 |
| Hex | AD | 29 | AD | 0 | 4C | 0 | 20 | 12C | 3E | 2A |
| Octal | 255 | 51 | 255 | 0 | 114 | 0 | 40 | 454 | 76 | 52 |
| Binary | 10101101 | 101001 | 10101101 | 0 | 1001100 | 0 | 100000 | 100101100 | 111110 | 101010 |
Color Harmonies of #AD29AD
Complementary color
Monochromatic Colors of #AD29AD
Black with #AD29AD
Text Example
Text Example
White with #AD29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD29AD; }
p { color: rgb(173,41,173); }
H1.HeaderClassName
{
color: #AD29AD;
}
.AnyTagClassName
{
color: #AD29AD;
}
</style>
background-color css
<style>
a { background-color: #AD29AD; }
a { background-color: rgb(173,41,173); }
div.DivClassName
{
background-color: #AD29AD;
}
.BgClassName
{
background-color: #AD29AD;
}
</style>
border-color css
<style>
span { border-color: #AD29AD; }
span { border-color: rgb(173,41,173); }
td.TdClassName
{
border-color: #AD29AD;
}
.TagClassName
{
border-color: #AD29AD;
}
</style>