Shades of Dark Orchid #AD37BF
Tints of Dark Orchid #AD37BF
RGB
CMYK
RGB Variations
Color information
#AD37BF (or 0xAD37BF) is known color: Dark Orchid. HEX triplet: AD, 37 and BF. RGB value is (173,55,191). Sum of RGB (Red+Green+Blue) = 173+55+191=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD37BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37BF is #52C840. Grayscale: #696969. Windows color (decimal): -5425217 or 12531629. OLE color: 12531629.
HSL color Cylindrical-coordinate representation of color #AD37BF: hue angle of 292.06º 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 #AD37BF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 55 | 191 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.25 |
| HSL | 292.06º | 0.55% | 0.48% | - |
| HSV(B) | 292.06º | 0.71% | 0.75% | - |
| XYZ | 28 | 15.38 | 50.78 | - |
| YUV | 105.79 | 176.09 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 191 | 0.09 | 0.71 | 0 | 0.25 | 292.06 | 0.55 | 0.48 |
| Hex | AD | 37 | BF | 9 | 47 | 0 | 19 | 124 | 37 | 30 |
| Octal | 255 | 67 | 277 | 11 | 107 | 0 | 31 | 444 | 67 | 60 |
| Binary | 10101101 | 110111 | 10111111 | 1001 | 1000111 | 0 | 11001 | 100100100 | 110111 | 110000 |
Color Harmonies of #AD37BF
Complementary color
Monochromatic Colors of #AD37BF
Black with #AD37BF
Text Example
Text Example
White with #AD37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37BF; }
p { color: rgb(173,55,191); }
H1.HeaderClassName
{
color: #AD37BF;
}
.AnyTagClassName
{
color: #AD37BF;
}
</style>
background-color css
<style>
a { background-color: #AD37BF; }
a { background-color: rgb(173,55,191); }
div.DivClassName
{
background-color: #AD37BF;
}
.BgClassName
{
background-color: #AD37BF;
}
</style>
border-color css
<style>
span { border-color: #AD37BF; }
span { border-color: rgb(173,55,191); }
td.TdClassName
{
border-color: #AD37BF;
}
.TagClassName
{
border-color: #AD37BF;
}
</style>