Shades of Dark Orchid #AD22CB
Tints of Dark Orchid #AD22CB
RGB
CMYK
RGB Variations
Color information
#AD22CB (or 0xAD22CB) is known color: Dark Orchid. HEX triplet: AD, 22 and CB. RGB value is (173,34,203). Sum of RGB (Red+Green+Blue) = 173+34+203=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD22CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22CB is #52DD34. Grayscale: #5E5E5E. Windows color (decimal): -5430581 or 13312685. OLE color: 13312685.
HSL color Cylindrical-coordinate representation of color #AD22CB: hue angle of 289.35º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD22CB is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 34 | 203 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.20 |
| HSL | 289.35º | 0.71% | 0.46% | - |
| HSV(B) | 289.35º | 0.83% | 0.8% | - |
| XYZ | 28.59 | 14.34 | 57.76 | - |
| YUV | 94.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 203 | 0.15 | 0.83 | 0 | 0.20 | 289.35 | 0.71 | 0.46 |
| Hex | AD | 22 | CB | F | 53 | 0 | 14 | 121 | 47 | 2E |
| Octal | 255 | 42 | 313 | 17 | 123 | 0 | 24 | 441 | 107 | 56 |
| Binary | 10101101 | 100010 | 11001011 | 1111 | 1010011 | 0 | 10100 | 100100001 | 1000111 | 101110 |
Color Harmonies of #AD22CB
Complementary color
Monochromatic Colors of #AD22CB
Black with #AD22CB
Text Example
Text Example
White with #AD22CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22CB; }
p { color: rgb(173,34,203); }
H1.HeaderClassName
{
color: #AD22CB;
}
.AnyTagClassName
{
color: #AD22CB;
}
</style>
background-color css
<style>
a { background-color: #AD22CB; }
a { background-color: rgb(173,34,203); }
div.DivClassName
{
background-color: #AD22CB;
}
.BgClassName
{
background-color: #AD22CB;
}
</style>
border-color css
<style>
span { border-color: #AD22CB; }
span { border-color: rgb(173,34,203); }
td.TdClassName
{
border-color: #AD22CB;
}
.TagClassName
{
border-color: #AD22CB;
}
</style>