Shades of Medium Orchid #AD59C1
Tints of Medium Orchid #AD59C1
RGB
CMYK
RGB Variations
Color information
#AD59C1 (or 0xAD59C1) is known color: Medium Orchid. HEX triplet: AD, 59 and C1. RGB value is (173,89,193). Sum of RGB (Red+Green+Blue) = 173+89+193=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD59C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59C1 is #52A63E. Grayscale: #7D7D7D. Windows color (decimal): -5416511 or 12671405. OLE color: 12671405.
HSL color Cylindrical-coordinate representation of color #AD59C1: hue angle of 288.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD59C1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 89 | 193 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.24 |
| HSL | 288.46º | 0.46% | 0.55% | - |
| HSV(B) | 288.46º | 0.54% | 0.76% | - |
| XYZ | 30.43 | 19.88 | 52.69 | - |
| YUV | 125.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 193 | 0.10 | 0.54 | 0 | 0.24 | 288.46 | 0.46 | 0.55 |
| Hex | AD | 59 | C1 | A | 36 | 0 | 18 | 120 | 2E | 37 |
| Octal | 255 | 131 | 301 | 12 | 66 | 0 | 30 | 440 | 56 | 67 |
| Binary | 10101101 | 1011001 | 11000001 | 1010 | 110110 | 0 | 11000 | 100100000 | 101110 | 110111 |
Color Harmonies of #AD59C1
Complementary color
Monochromatic Colors of #AD59C1
Black with #AD59C1
Text Example
Text Example
White with #AD59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59C1; }
p { color: rgb(173,89,193); }
H1.HeaderClassName
{
color: #AD59C1;
}
.AnyTagClassName
{
color: #AD59C1;
}
</style>
background-color css
<style>
a { background-color: #AD59C1; }
a { background-color: rgb(173,89,193); }
div.DivClassName
{
background-color: #AD59C1;
}
.BgClassName
{
background-color: #AD59C1;
}
</style>
border-color css
<style>
span { border-color: #AD59C1; }
span { border-color: rgb(173,89,193); }
td.TdClassName
{
border-color: #AD59C1;
}
.TagClassName
{
border-color: #AD59C1;
}
</style>