Shades of Dark Orchid #AD37BE
Tints of Dark Orchid #AD37BE
RGB
CMYK
RGB Variations
Color information
#AD37BE (or 0xAD37BE) is known color: Dark Orchid. HEX triplet: AD, 37 and BE. RGB value is (173,55,190). Sum of RGB (Red+Green+Blue) = 173+55+190=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37BE is #52C841. Grayscale: #696969. Windows color (decimal): -5425218 or 12466093. OLE color: 12466093.
HSL color Cylindrical-coordinate representation of color #AD37BE: hue angle of 292.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD37BE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 55 | 190 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.25 |
| HSL | 292.44º | 0.55% | 0.48% | - |
| HSV(B) | 292.44º | 0.71% | 0.75% | - |
| XYZ | 27.89 | 15.33 | 50.2 | - |
| YUV | 105.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 190 | 0.09 | 0.71 | 0 | 0.25 | 292.44 | 0.55 | 0.48 |
| Hex | AD | 37 | BE | 9 | 47 | 0 | 19 | 124 | 37 | 30 |
| Octal | 255 | 67 | 276 | 11 | 107 | 0 | 31 | 444 | 67 | 60 |
| Binary | 10101101 | 110111 | 10111110 | 1001 | 1000111 | 0 | 11001 | 100100100 | 110111 | 110000 |
Color Harmonies of #AD37BE
Complementary color
Monochromatic Colors of #AD37BE
Black with #AD37BE
Text Example
Text Example
White with #AD37BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37BE; }
p { color: rgb(173,55,190); }
H1.HeaderClassName
{
color: #AD37BE;
}
.AnyTagClassName
{
color: #AD37BE;
}
</style>
background-color css
<style>
a { background-color: #AD37BE; }
a { background-color: rgb(173,55,190); }
div.DivClassName
{
background-color: #AD37BE;
}
.BgClassName
{
background-color: #AD37BE;
}
</style>
border-color css
<style>
span { border-color: #AD37BE; }
span { border-color: rgb(173,55,190); }
td.TdClassName
{
border-color: #AD37BE;
}
.TagClassName
{
border-color: #AD37BE;
}
</style>