Shades of Dark Orchid #AD29DB
Tints of Dark Orchid #AD29DB
RGB
CMYK
RGB Variations
Color information
#AD29DB (or 0xAD29DB) is known color: Dark Orchid. HEX triplet: AD, 29 and DB. RGB value is (173,41,219). Sum of RGB (Red+Green+Blue) = 173+41+219=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29DB is #52D624. Grayscale: #646464. Windows color (decimal): -5428773 or 14363053. OLE color: 14363053.
HSL color Cylindrical-coordinate representation of color #AD29DB: hue angle of 284.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD29DB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 41 | 219 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.14 |
| HSL | 284.49º | 0.71% | 0.51% | - |
| HSV(B) | 284.49º | 0.81% | 0.86% | - |
| XYZ | 30.81 | 15.58 | 68.4 | - |
| YUV | 100.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 219 | 0.21 | 0.81 | 0 | 0.14 | 284.49 | 0.71 | 0.51 |
| Hex | AD | 29 | DB | 15 | 51 | 0 | E | 11C | 47 | 33 |
| Octal | 255 | 51 | 333 | 25 | 121 | 0 | 16 | 434 | 107 | 63 |
| Binary | 10101101 | 101001 | 11011011 | 10101 | 1010001 | 0 | 1110 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AD29DB
Complementary color
Monochromatic Colors of #AD29DB
Black with #AD29DB
Text Example
Text Example
White with #AD29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD29DB; }
p { color: rgb(173,41,219); }
H1.HeaderClassName
{
color: #AD29DB;
}
.AnyTagClassName
{
color: #AD29DB;
}
</style>
background-color css
<style>
a { background-color: #AD29DB; }
a { background-color: rgb(173,41,219); }
div.DivClassName
{
background-color: #AD29DB;
}
.BgClassName
{
background-color: #AD29DB;
}
</style>
border-color css
<style>
span { border-color: #AD29DB; }
span { border-color: rgb(173,41,219); }
td.TdClassName
{
border-color: #AD29DB;
}
.TagClassName
{
border-color: #AD29DB;
}
</style>