Shades of Medium Orchid #AD59CB
Tints of Medium Orchid #AD59CB
RGB
CMYK
RGB Variations
Color information
#AD59CB (or 0xAD59CB) is known color: Medium Orchid. HEX triplet: AD, 59 and CB. RGB value is (173,89,203). Sum of RGB (Red+Green+Blue) = 173+89+203=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59CB is #52A634. Grayscale: #7E7E7E. Windows color (decimal): -5416501 or 13326765. OLE color: 13326765.
HSL color Cylindrical-coordinate representation of color #AD59CB: hue angle of 284.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD59CB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 89 | 203 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.20 |
| HSL | 284.21º | 0.52% | 0.57% | - |
| HSV(B) | 284.21º | 0.56% | 0.8% | - |
| XYZ | 31.59 | 20.34 | 58.76 | - |
| YUV | 127.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 203 | 0.15 | 0.56 | 0 | 0.20 | 284.21 | 0.52 | 0.57 |
| Hex | AD | 59 | CB | F | 38 | 0 | 14 | 11C | 34 | 39 |
| Octal | 255 | 131 | 313 | 17 | 70 | 0 | 24 | 434 | 64 | 71 |
| Binary | 10101101 | 1011001 | 11001011 | 1111 | 111000 | 0 | 10100 | 100011100 | 110100 | 111001 |
Color Harmonies of #AD59CB
Complementary color
Monochromatic Colors of #AD59CB
Black with #AD59CB
Text Example
Text Example
White with #AD59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59CB; }
p { color: rgb(173,89,203); }
H1.HeaderClassName
{
color: #AD59CB;
}
.AnyTagClassName
{
color: #AD59CB;
}
</style>
background-color css
<style>
a { background-color: #AD59CB; }
a { background-color: rgb(173,89,203); }
div.DivClassName
{
background-color: #AD59CB;
}
.BgClassName
{
background-color: #AD59CB;
}
</style>
border-color css
<style>
span { border-color: #AD59CB; }
span { border-color: rgb(173,89,203); }
td.TdClassName
{
border-color: #AD59CB;
}
.TagClassName
{
border-color: #AD59CB;
}
</style>