Shades of Dark Orchid #AD22D0
Tints of Dark Orchid #AD22D0
RGB
CMYK
RGB Variations
Color information
#AD22D0 (or 0xAD22D0) is known color: Dark Orchid. HEX triplet: AD, 22 and D0. RGB value is (173,34,208). Sum of RGB (Red+Green+Blue) = 173+34+208=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD22D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22D0 is #52DD2F. Grayscale: #5E5E5E. Windows color (decimal): -5430576 or 13640365. OLE color: 13640365.
HSL color Cylindrical-coordinate representation of color #AD22D0: hue angle of 287.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD22D0 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 34 | 208 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.18 |
| HSL | 287.93º | 0.72% | 0.47% | - |
| HSV(B) | 287.93º | 0.84% | 0.82% | - |
| XYZ | 29.19 | 14.58 | 60.95 | - |
| YUV | 95.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 208 | 0.17 | 0.84 | 0 | 0.18 | 287.93 | 0.72 | 0.47 |
| Hex | AD | 22 | D0 | 11 | 54 | 0 | 12 | 120 | 48 | 2F |
| Octal | 255 | 42 | 320 | 21 | 124 | 0 | 22 | 440 | 110 | 57 |
| Binary | 10101101 | 100010 | 11010000 | 10001 | 1010100 | 0 | 10010 | 100100000 | 1001000 | 101111 |
Color Harmonies of #AD22D0
Complementary color
Monochromatic Colors of #AD22D0
Black with #AD22D0
Text Example
Text Example
White with #AD22D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22D0; }
p { color: rgb(173,34,208); }
H1.HeaderClassName
{
color: #AD22D0;
}
.AnyTagClassName
{
color: #AD22D0;
}
</style>
background-color css
<style>
a { background-color: #AD22D0; }
a { background-color: rgb(173,34,208); }
div.DivClassName
{
background-color: #AD22D0;
}
.BgClassName
{
background-color: #AD22D0;
}
</style>
border-color css
<style>
span { border-color: #AD22D0; }
span { border-color: rgb(173,34,208); }
td.TdClassName
{
border-color: #AD22D0;
}
.TagClassName
{
border-color: #AD22D0;
}
</style>