Shades of Medium Orchid #AD59DC
Tints of Medium Orchid #AD59DC
RGB
CMYK
RGB Variations
Color information
#AD59DC (or 0xAD59DC) is known color: Medium Orchid. HEX triplet: AD, 59 and DC. RGB value is (173,89,220). Sum of RGB (Red+Green+Blue) = 173+89+220=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59DC is #52A623. Grayscale: #808080. Windows color (decimal): -5416484 or 14440877. OLE color: 14440877.
HSL color Cylindrical-coordinate representation of color #AD59DC: hue angle of 278.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD59DC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 89 | 220 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.14 |
| HSL | 278.47º | 0.65% | 0.61% | - |
| HSV(B) | 278.47º | 0.6% | 0.86% | - |
| XYZ | 33.72 | 21.2 | 70.02 | - |
| YUV | 129.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 220 | 0.21 | 0.60 | 0 | 0.14 | 278.47 | 0.65 | 0.61 |
| Hex | AD | 59 | DC | 15 | 3C | 0 | E | 116 | 41 | 3D |
| Octal | 255 | 131 | 334 | 25 | 74 | 0 | 16 | 426 | 101 | 75 |
| Binary | 10101101 | 1011001 | 11011100 | 10101 | 111100 | 0 | 1110 | 100010110 | 1000001 | 111101 |
Color Harmonies of #AD59DC
Complementary color
Monochromatic Colors of #AD59DC
Black with #AD59DC
Text Example
Text Example
White with #AD59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59DC; }
p { color: rgb(173,89,220); }
H1.HeaderClassName
{
color: #AD59DC;
}
.AnyTagClassName
{
color: #AD59DC;
}
</style>
background-color css
<style>
a { background-color: #AD59DC; }
a { background-color: rgb(173,89,220); }
div.DivClassName
{
background-color: #AD59DC;
}
.BgClassName
{
background-color: #AD59DC;
}
</style>
border-color css
<style>
span { border-color: #AD59DC; }
span { border-color: rgb(173,89,220); }
td.TdClassName
{
border-color: #AD59DC;
}
.TagClassName
{
border-color: #AD59DC;
}
</style>