Shades of Dark Orchid #AD37BD
Tints of Dark Orchid #AD37BD
RGB
CMYK
RGB Variations
Color information
#AD37BD (or 0xAD37BD) is known color: Dark Orchid. HEX triplet: AD, 37 and BD. RGB value is (173,55,189). Sum of RGB (Red+Green+Blue) = 173+55+189=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD37BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37BD is #52C842. Grayscale: #696969. Windows color (decimal): -5425219 or 12400557. OLE color: 12400557.
HSL color Cylindrical-coordinate representation of color #AD37BD: hue angle of 292.84º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD37BD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 55 | 189 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.26 |
| HSL | 292.84º | 0.55% | 0.48% | - |
| HSV(B) | 292.84º | 0.71% | 0.74% | - |
| XYZ | 27.79 | 15.29 | 49.63 | - |
| YUV | 105.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 189 | 0.08 | 0.71 | 0 | 0.26 | 292.84 | 0.55 | 0.48 |
| Hex | AD | 37 | BD | 8 | 47 | 0 | 1A | 125 | 37 | 30 |
| Octal | 255 | 67 | 275 | 10 | 107 | 0 | 32 | 445 | 67 | 60 |
| Binary | 10101101 | 110111 | 10111101 | 1000 | 1000111 | 0 | 11010 | 100100101 | 110111 | 110000 |
Color Harmonies of #AD37BD
Complementary color
Monochromatic Colors of #AD37BD
Black with #AD37BD
Text Example
Text Example
White with #AD37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37BD; }
p { color: rgb(173,55,189); }
H1.HeaderClassName
{
color: #AD37BD;
}
.AnyTagClassName
{
color: #AD37BD;
}
</style>
background-color css
<style>
a { background-color: #AD37BD; }
a { background-color: rgb(173,55,189); }
div.DivClassName
{
background-color: #AD37BD;
}
.BgClassName
{
background-color: #AD37BD;
}
</style>
border-color css
<style>
span { border-color: #AD37BD; }
span { border-color: rgb(173,55,189); }
td.TdClassName
{
border-color: #AD37BD;
}
.TagClassName
{
border-color: #AD37BD;
}
</style>