Shades of Dark Orchid #AD20D0
Tints of Dark Orchid #AD20D0
RGB
CMYK
RGB Variations
Color information
#AD20D0 (or 0xAD20D0) is known color: Dark Orchid. HEX triplet: AD, 20 and D0. RGB value is (173,32,208). Sum of RGB (Red+Green+Blue) = 173+32+208=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD20D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20D0 is #52DF2F. Grayscale: #5D5D5D. Windows color (decimal): -5431088 or 13639853. OLE color: 13639853.
HSL color Cylindrical-coordinate representation of color #AD20D0: hue angle of 288.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD20D0 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 32 | 208 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.18 |
| HSL | 288.07º | 0.73% | 0.47% | - |
| HSV(B) | 288.07º | 0.85% | 0.82% | - |
| XYZ | 29.14 | 14.47 | 60.93 | - |
| YUV | 94.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 208 | 0.17 | 0.85 | 0 | 0.18 | 288.07 | 0.73 | 0.47 |
| Hex | AD | 20 | D0 | 11 | 55 | 0 | 12 | 120 | 49 | 2F |
| Octal | 255 | 40 | 320 | 21 | 125 | 0 | 22 | 440 | 111 | 57 |
| Binary | 10101101 | 100000 | 11010000 | 10001 | 1010101 | 0 | 10010 | 100100000 | 1001001 | 101111 |
Color Harmonies of #AD20D0
Complementary color
Monochromatic Colors of #AD20D0
Black with #AD20D0
Text Example
Text Example
White with #AD20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20D0; }
p { color: rgb(173,32,208); }
H1.HeaderClassName
{
color: #AD20D0;
}
.AnyTagClassName
{
color: #AD20D0;
}
</style>
background-color css
<style>
a { background-color: #AD20D0; }
a { background-color: rgb(173,32,208); }
div.DivClassName
{
background-color: #AD20D0;
}
.BgClassName
{
background-color: #AD20D0;
}
</style>
border-color css
<style>
span { border-color: #AD20D0; }
span { border-color: rgb(173,32,208); }
td.TdClassName
{
border-color: #AD20D0;
}
.TagClassName
{
border-color: #AD20D0;
}
</style>