Shades of Dark Orchid #AD29BA
Tints of Dark Orchid #AD29BA
RGB
CMYK
RGB Variations
Color information
#AD29BA (or 0xAD29BA) is known color: Dark Orchid. HEX triplet: AD, 29 and BA. RGB value is (173,41,186). Sum of RGB (Red+Green+Blue) = 173+41+186=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29BA is #52D645. Grayscale: #606060. Windows color (decimal): -5428806 or 12200365. OLE color: 12200365.
HSL color Cylindrical-coordinate representation of color #AD29BA: hue angle of 294.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD29BA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 41 | 186 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.27 |
| HSL | 294.62º | 0.64% | 0.45% | - |
| HSV(B) | 294.62º | 0.78% | 0.73% | - |
| XYZ | 26.89 | 14.02 | 47.74 | - |
| YUV | 97 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 186 | 0.07 | 0.78 | 0 | 0.27 | 294.62 | 0.64 | 0.45 |
| Hex | AD | 29 | BA | 7 | 4E | 0 | 1B | 127 | 40 | 2D |
| Octal | 255 | 51 | 272 | 7 | 116 | 0 | 33 | 447 | 100 | 55 |
| Binary | 10101101 | 101001 | 10111010 | 111 | 1001110 | 0 | 11011 | 100100111 | 1000000 | 101101 |
Color Harmonies of #AD29BA
Complementary color
Monochromatic Colors of #AD29BA
Black with #AD29BA
Text Example
Text Example
White with #AD29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD29BA; }
p { color: rgb(173,41,186); }
H1.HeaderClassName
{
color: #AD29BA;
}
.AnyTagClassName
{
color: #AD29BA;
}
</style>
background-color css
<style>
a { background-color: #AD29BA; }
a { background-color: rgb(173,41,186); }
div.DivClassName
{
background-color: #AD29BA;
}
.BgClassName
{
background-color: #AD29BA;
}
</style>
border-color css
<style>
span { border-color: #AD29BA; }
span { border-color: rgb(173,41,186); }
td.TdClassName
{
border-color: #AD29BA;
}
.TagClassName
{
border-color: #AD29BA;
}
</style>