Shades of Dark Orchid #AD22BB
Tints of Dark Orchid #AD22BB
RGB
CMYK
RGB Variations
Color information
#AD22BB (or 0xAD22BB) is known color: Dark Orchid. HEX triplet: AD, 22 and BB. RGB value is (173,34,187). Sum of RGB (Red+Green+Blue) = 173+34+187=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD22BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22BB is #52DD44. Grayscale: #5C5C5C. Windows color (decimal): -5430597 or 12264109. OLE color: 12264109.
HSL color Cylindrical-coordinate representation of color #AD22BB: hue angle of 294.51º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD22BB is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 34 | 187 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.27 |
| HSL | 294.51º | 0.69% | 0.43% | - |
| HSV(B) | 294.51º | 0.82% | 0.73% | - |
| XYZ | 26.78 | 13.62 | 48.23 | - |
| YUV | 93 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 187 | 0.07 | 0.82 | 0 | 0.27 | 294.51 | 0.69 | 0.43 |
| Hex | AD | 22 | BB | 7 | 52 | 0 | 1B | 127 | 45 | 2B |
| Octal | 255 | 42 | 273 | 7 | 122 | 0 | 33 | 447 | 105 | 53 |
| Binary | 10101101 | 100010 | 10111011 | 111 | 1010010 | 0 | 11011 | 100100111 | 1000101 | 101011 |
Color Harmonies of #AD22BB
Complementary color
Monochromatic Colors of #AD22BB
Black with #AD22BB
Text Example
Text Example
White with #AD22BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22BB; }
p { color: rgb(173,34,187); }
H1.HeaderClassName
{
color: #AD22BB;
}
.AnyTagClassName
{
color: #AD22BB;
}
</style>
background-color css
<style>
a { background-color: #AD22BB; }
a { background-color: rgb(173,34,187); }
div.DivClassName
{
background-color: #AD22BB;
}
.BgClassName
{
background-color: #AD22BB;
}
</style>
border-color css
<style>
span { border-color: #AD22BB; }
span { border-color: rgb(173,34,187); }
td.TdClassName
{
border-color: #AD22BB;
}
.TagClassName
{
border-color: #AD22BB;
}
</style>