Shades of Medium Orchid #AD59D7
Tints of Medium Orchid #AD59D7
RGB
CMYK
RGB Variations
Color information
#AD59D7 (or 0xAD59D7) is known color: Medium Orchid. HEX triplet: AD, 59 and D7. RGB value is (173,89,215). Sum of RGB (Red+Green+Blue) = 173+89+215=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD59D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59D7 is #52A628. Grayscale: #808080. Windows color (decimal): -5416489 or 14113197. OLE color: 14113197.
HSL color Cylindrical-coordinate representation of color #AD59D7: hue angle of 280º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD59D7 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 89 | 215 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.16 |
| HSL | 280º | 0.61% | 0.6% | - |
| HSV(B) | 280º | 0.59% | 0.84% | - |
| XYZ | 33.07 | 20.94 | 66.59 | - |
| YUV | 128.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 215 | 0.20 | 0.59 | 0 | 0.16 | 280 | 0.61 | 0.6 |
| Hex | AD | 59 | D7 | 14 | 3B | 0 | 10 | 118 | 3D | 3C |
| Octal | 255 | 131 | 327 | 24 | 73 | 0 | 20 | 430 | 75 | 74 |
| Binary | 10101101 | 1011001 | 11010111 | 10100 | 111011 | 0 | 10000 | 100011000 | 111101 | 111100 |
Color Harmonies of #AD59D7
Complementary color
Monochromatic Colors of #AD59D7
Black with #AD59D7
Text Example
Text Example
White with #AD59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59D7; }
p { color: rgb(173,89,215); }
H1.HeaderClassName
{
color: #AD59D7;
}
.AnyTagClassName
{
color: #AD59D7;
}
</style>
background-color css
<style>
a { background-color: #AD59D7; }
a { background-color: rgb(173,89,215); }
div.DivClassName
{
background-color: #AD59D7;
}
.BgClassName
{
background-color: #AD59D7;
}
</style>
border-color css
<style>
span { border-color: #AD59D7; }
span { border-color: rgb(173,89,215); }
td.TdClassName
{
border-color: #AD59D7;
}
.TagClassName
{
border-color: #AD59D7;
}
</style>