Shades of Dark Orchid #AD22C0
Tints of Dark Orchid #AD22C0
RGB
CMYK
RGB Variations
Color information
#AD22C0 (or 0xAD22C0) is known color: Dark Orchid. HEX triplet: AD, 22 and C0. RGB value is (173,34,192). Sum of RGB (Red+Green+Blue) = 173+34+192=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD22C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22C0 is #52DD3F. Grayscale: #5D5D5D. Windows color (decimal): -5430592 or 12591789. OLE color: 12591789.
HSL color Cylindrical-coordinate representation of color #AD22C0: hue angle of 292.78º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD22C0 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 34 | 192 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.25 |
| HSL | 292.78º | 0.7% | 0.44% | - |
| HSV(B) | 292.78º | 0.82% | 0.75% | - |
| XYZ | 27.32 | 13.83 | 51.1 | - |
| YUV | 93.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 192 | 0.10 | 0.82 | 0 | 0.25 | 292.78 | 0.7 | 0.44 |
| Hex | AD | 22 | C0 | A | 52 | 0 | 19 | 125 | 46 | 2C |
| Octal | 255 | 42 | 300 | 12 | 122 | 0 | 31 | 445 | 106 | 54 |
| Binary | 10101101 | 100010 | 11000000 | 1010 | 1010010 | 0 | 11001 | 100100101 | 1000110 | 101100 |
Color Harmonies of #AD22C0
Complementary color
Monochromatic Colors of #AD22C0
Black with #AD22C0
Text Example
Text Example
White with #AD22C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22C0; }
p { color: rgb(173,34,192); }
H1.HeaderClassName
{
color: #AD22C0;
}
.AnyTagClassName
{
color: #AD22C0;
}
</style>
background-color css
<style>
a { background-color: #AD22C0; }
a { background-color: rgb(173,34,192); }
div.DivClassName
{
background-color: #AD22C0;
}
.BgClassName
{
background-color: #AD22C0;
}
</style>
border-color css
<style>
span { border-color: #AD22C0; }
span { border-color: rgb(173,34,192); }
td.TdClassName
{
border-color: #AD22C0;
}
.TagClassName
{
border-color: #AD22C0;
}
</style>