Shades of Dark Orchid #AD22BC
Tints of Dark Orchid #AD22BC
RGB
CMYK
RGB Variations
Color information
#AD22BC (or 0xAD22BC) is known color: Dark Orchid. HEX triplet: AD, 22 and BC. RGB value is (173,34,188). Sum of RGB (Red+Green+Blue) = 173+34+188=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD22BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22BC is #52DD43. Grayscale: #5C5C5C. Windows color (decimal): -5430596 or 12329645. OLE color: 12329645.
HSL color Cylindrical-coordinate representation of color #AD22BC: hue angle of 294.16º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD22BC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 34 | 188 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.26 |
| HSL | 294.16º | 0.69% | 0.44% | - |
| HSV(B) | 294.16º | 0.82% | 0.74% | - |
| XYZ | 26.88 | 13.66 | 48.8 | - |
| YUV | 93.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 188 | 0.08 | 0.82 | 0 | 0.26 | 294.16 | 0.69 | 0.44 |
| Hex | AD | 22 | BC | 8 | 52 | 0 | 1A | 126 | 45 | 2C |
| Octal | 255 | 42 | 274 | 10 | 122 | 0 | 32 | 446 | 105 | 54 |
| Binary | 10101101 | 100010 | 10111100 | 1000 | 1010010 | 0 | 11010 | 100100110 | 1000101 | 101100 |
Color Harmonies of #AD22BC
Complementary color
Monochromatic Colors of #AD22BC
Black with #AD22BC
Text Example
Text Example
White with #AD22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22BC; }
p { color: rgb(173,34,188); }
H1.HeaderClassName
{
color: #AD22BC;
}
.AnyTagClassName
{
color: #AD22BC;
}
</style>
background-color css
<style>
a { background-color: #AD22BC; }
a { background-color: rgb(173,34,188); }
div.DivClassName
{
background-color: #AD22BC;
}
.BgClassName
{
background-color: #AD22BC;
}
</style>
border-color css
<style>
span { border-color: #AD22BC; }
span { border-color: rgb(173,34,188); }
td.TdClassName
{
border-color: #AD22BC;
}
.TagClassName
{
border-color: #AD22BC;
}
</style>