Shades of Dark Orchid #AD22AD
Tints of Dark Orchid #AD22AD
RGB
CMYK
RGB Variations
Color information
#AD22AD (or 0xAD22AD) is known color: Dark Orchid. HEX triplet: AD, 22 and AD. RGB value is (173,34,173). Sum of RGB (Red+Green+Blue) = 173+34+173=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD22AD is #52DD52. Grayscale: #5A5A5A. Windows color (decimal): -5430611 or 11346605. OLE color: 11346605.
HSL color Cylindrical-coordinate representation of color #AD22AD: hue angle of 300º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD22AD is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 173 | - |
| CMYK | 0 | 0.80 | 0 | 0.32 |
| HSL | 300º | 0.67% | 0.41% | - |
| HSV(B) | 300º | 0.8% | 0.68% | - |
| XYZ | 25.35 | 13.05 | 40.72 | - |
| YUV | 91.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 173 | 0 | 0.80 | 0 | 0.32 | 300 | 0.67 | 0.41 |
| Hex | AD | 22 | AD | 0 | 50 | 0 | 20 | 12C | 43 | 29 |
| Octal | 255 | 42 | 255 | 0 | 120 | 0 | 40 | 454 | 103 | 51 |
| Binary | 10101101 | 100010 | 10101101 | 0 | 1010000 | 0 | 100000 | 100101100 | 1000011 | 101001 |
Color Harmonies of #AD22AD
Complementary color
Monochromatic Colors of #AD22AD
Black with #AD22AD
Text Example
Text Example
White with #AD22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22AD; }
p { color: rgb(173,34,173); }
H1.HeaderClassName
{
color: #AD22AD;
}
.AnyTagClassName
{
color: #AD22AD;
}
</style>
background-color css
<style>
a { background-color: #AD22AD; }
a { background-color: rgb(173,34,173); }
div.DivClassName
{
background-color: #AD22AD;
}
.BgClassName
{
background-color: #AD22AD;
}
</style>
border-color css
<style>
span { border-color: #AD22AD; }
span { border-color: rgb(173,34,173); }
td.TdClassName
{
border-color: #AD22AD;
}
.TagClassName
{
border-color: #AD22AD;
}
</style>