Shades of Dark Orchid #AD22DC
Tints of Dark Orchid #AD22DC
RGB
CMYK
RGB Variations
Color information
#AD22DC (or 0xAD22DC) is known color: Dark Orchid. HEX triplet: AD, 22 and DC. RGB value is (173,34,220). Sum of RGB (Red+Green+Blue) = 173+34+220=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD22DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22DC is #52DD23. Grayscale: #606060. Windows color (decimal): -5430564 or 14426797. OLE color: 14426797.
HSL color Cylindrical-coordinate representation of color #AD22DC: hue angle of 284.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD22DC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 34 | 220 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.14 |
| HSL | 284.84º | 0.73% | 0.5% | - |
| HSV(B) | 284.84º | 0.85% | 0.86% | - |
| XYZ | 30.72 | 15.2 | 69.02 | - |
| YUV | 96.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 220 | 0.21 | 0.85 | 0 | 0.14 | 284.84 | 0.73 | 0.5 |
| Hex | AD | 22 | DC | 15 | 55 | 0 | E | 11D | 49 | 32 |
| Octal | 255 | 42 | 334 | 25 | 125 | 0 | 16 | 435 | 111 | 62 |
| Binary | 10101101 | 100010 | 11011100 | 10101 | 1010101 | 0 | 1110 | 100011101 | 1001001 | 110010 |
Color Harmonies of #AD22DC
Complementary color
Monochromatic Colors of #AD22DC
Black with #AD22DC
Text Example
Text Example
White with #AD22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22DC; }
p { color: rgb(173,34,220); }
H1.HeaderClassName
{
color: #AD22DC;
}
.AnyTagClassName
{
color: #AD22DC;
}
</style>
background-color css
<style>
a { background-color: #AD22DC; }
a { background-color: rgb(173,34,220); }
div.DivClassName
{
background-color: #AD22DC;
}
.BgClassName
{
background-color: #AD22DC;
}
</style>
border-color css
<style>
span { border-color: #AD22DC; }
span { border-color: rgb(173,34,220); }
td.TdClassName
{
border-color: #AD22DC;
}
.TagClassName
{
border-color: #AD22DC;
}
</style>