Shades of Dark Orchid #AD22B5
Tints of Dark Orchid #AD22B5
RGB
CMYK
RGB Variations
Color information
#AD22B5 (or 0xAD22B5) is known color: Dark Orchid. HEX triplet: AD, 22 and B5. RGB value is (173,34,181). Sum of RGB (Red+Green+Blue) = 173+34+181=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD22B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22B5 is #52DD4A. Grayscale: #5B5B5B. Windows color (decimal): -5430603 or 11870893. OLE color: 11870893.
HSL color Cylindrical-coordinate representation of color #AD22B5: hue angle of 296.73º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD22B5 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 34 | 181 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.29 |
| HSL | 296.73º | 0.68% | 0.42% | - |
| HSV(B) | 296.73º | 0.81% | 0.71% | - |
| XYZ | 26.15 | 13.36 | 44.92 | - |
| YUV | 92.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 181 | 0.04 | 0.81 | 0 | 0.29 | 296.73 | 0.68 | 0.42 |
| Hex | AD | 22 | B5 | 4 | 51 | 0 | 1D | 129 | 44 | 2A |
| Octal | 255 | 42 | 265 | 4 | 121 | 0 | 35 | 451 | 104 | 52 |
| Binary | 10101101 | 100010 | 10110101 | 100 | 1010001 | 0 | 11101 | 100101001 | 1000100 | 101010 |
Color Harmonies of #AD22B5
Complementary color
Monochromatic Colors of #AD22B5
Black with #AD22B5
Text Example
Text Example
White with #AD22B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22B5; }
p { color: rgb(173,34,181); }
H1.HeaderClassName
{
color: #AD22B5;
}
.AnyTagClassName
{
color: #AD22B5;
}
</style>
background-color css
<style>
a { background-color: #AD22B5; }
a { background-color: rgb(173,34,181); }
div.DivClassName
{
background-color: #AD22B5;
}
.BgClassName
{
background-color: #AD22B5;
}
</style>
border-color css
<style>
span { border-color: #AD22B5; }
span { border-color: rgb(173,34,181); }
td.TdClassName
{
border-color: #AD22B5;
}
.TagClassName
{
border-color: #AD22B5;
}
</style>