Shades of Dark Orchid #AD29DC
Tints of Dark Orchid #AD29DC
RGB
CMYK
RGB Variations
Color information
#AD29DC (or 0xAD29DC) is known color: Dark Orchid. HEX triplet: AD, 29 and DC. RGB value is (173,41,220). Sum of RGB (Red+Green+Blue) = 173+41+220=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29DC is #52D623. Grayscale: #646464. Windows color (decimal): -5428772 or 14428589. OLE color: 14428589.
HSL color Cylindrical-coordinate representation of color #AD29DC: hue angle of 284.25º degrees, saturation: 0.72, 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 #AD29DC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 41 | 220 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.14 |
| HSL | 284.25º | 0.72% | 0.51% | - |
| HSV(B) | 284.25º | 0.81% | 0.86% | - |
| XYZ | 30.94 | 15.64 | 69.1 | - |
| YUV | 100.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 220 | 0.21 | 0.81 | 0 | 0.14 | 284.25 | 0.72 | 0.51 |
| Hex | AD | 29 | DC | 15 | 51 | 0 | E | 11C | 48 | 33 |
| Octal | 255 | 51 | 334 | 25 | 121 | 0 | 16 | 434 | 110 | 63 |
| Binary | 10101101 | 101001 | 11011100 | 10101 | 1010001 | 0 | 1110 | 100011100 | 1001000 | 110011 |
Color Harmonies of #AD29DC
Complementary color
Monochromatic Colors of #AD29DC
Black with #AD29DC
Text Example
Text Example
White with #AD29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD29DC; }
p { color: rgb(173,41,220); }
H1.HeaderClassName
{
color: #AD29DC;
}
.AnyTagClassName
{
color: #AD29DC;
}
</style>
background-color css
<style>
a { background-color: #AD29DC; }
a { background-color: rgb(173,41,220); }
div.DivClassName
{
background-color: #AD29DC;
}
.BgClassName
{
background-color: #AD29DC;
}
</style>
border-color css
<style>
span { border-color: #AD29DC; }
span { border-color: rgb(173,41,220); }
td.TdClassName
{
border-color: #AD29DC;
}
.TagClassName
{
border-color: #AD29DC;
}
</style>