Shades of Medium Orchid #AD59C3
Tints of Medium Orchid #AD59C3
RGB
CMYK
RGB Variations
Color information
#AD59C3 (or 0xAD59C3) is known color: Medium Orchid. HEX triplet: AD, 59 and C3. RGB value is (173,89,195). Sum of RGB (Red+Green+Blue) = 173+89+195=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD59C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59C3 is #52A63C. Grayscale: #7D7D7D. Windows color (decimal): -5416509 or 12802477. OLE color: 12802477.
HSL color Cylindrical-coordinate representation of color #AD59C3: hue angle of 287.55º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD59C3 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 89 | 195 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.24 |
| HSL | 287.55º | 0.47% | 0.56% | - |
| HSV(B) | 287.55º | 0.54% | 0.76% | - |
| XYZ | 30.66 | 19.97 | 53.87 | - |
| YUV | 126.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 195 | 0.11 | 0.54 | 0 | 0.24 | 287.55 | 0.47 | 0.56 |
| Hex | AD | 59 | C3 | B | 36 | 0 | 18 | 120 | 2F | 38 |
| Octal | 255 | 131 | 303 | 13 | 66 | 0 | 30 | 440 | 57 | 70 |
| Binary | 10101101 | 1011001 | 11000011 | 1011 | 110110 | 0 | 11000 | 100100000 | 101111 | 111000 |
Color Harmonies of #AD59C3
Complementary color
Monochromatic Colors of #AD59C3
Black with #AD59C3
Text Example
Text Example
White with #AD59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59C3; }
p { color: rgb(173,89,195); }
H1.HeaderClassName
{
color: #AD59C3;
}
.AnyTagClassName
{
color: #AD59C3;
}
</style>
background-color css
<style>
a { background-color: #AD59C3; }
a { background-color: rgb(173,89,195); }
div.DivClassName
{
background-color: #AD59C3;
}
.BgClassName
{
background-color: #AD59C3;
}
</style>
border-color css
<style>
span { border-color: #AD59C3; }
span { border-color: rgb(173,89,195); }
td.TdClassName
{
border-color: #AD59C3;
}
.TagClassName
{
border-color: #AD59C3;
}
</style>