Shades of Medium Orchid #AD59CA
Tints of Medium Orchid #AD59CA
RGB
CMYK
RGB Variations
Color information
#AD59CA (or 0xAD59CA) is known color: Medium Orchid. HEX triplet: AD, 59 and CA. RGB value is (173,89,202). Sum of RGB (Red+Green+Blue) = 173+89+202=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59CA is #52A635. Grayscale: #7E7E7E. Windows color (decimal): -5416502 or 13261229. OLE color: 13261229.
HSL color Cylindrical-coordinate representation of color #AD59CA: hue angle of 284.6º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD59CA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 89 | 202 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.21 |
| HSL | 284.6º | 0.52% | 0.57% | - |
| HSV(B) | 284.6º | 0.56% | 0.79% | - |
| XYZ | 31.47 | 20.29 | 58.14 | - |
| YUV | 127 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 202 | 0.14 | 0.56 | 0 | 0.21 | 284.6 | 0.52 | 0.57 |
| Hex | AD | 59 | CA | E | 38 | 0 | 15 | 11D | 34 | 39 |
| Octal | 255 | 131 | 312 | 16 | 70 | 0 | 25 | 435 | 64 | 71 |
| Binary | 10101101 | 1011001 | 11001010 | 1110 | 111000 | 0 | 10101 | 100011101 | 110100 | 111001 |
Color Harmonies of #AD59CA
Complementary color
Monochromatic Colors of #AD59CA
Black with #AD59CA
Text Example
Text Example
White with #AD59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59CA; }
p { color: rgb(173,89,202); }
H1.HeaderClassName
{
color: #AD59CA;
}
.AnyTagClassName
{
color: #AD59CA;
}
</style>
background-color css
<style>
a { background-color: #AD59CA; }
a { background-color: rgb(173,89,202); }
div.DivClassName
{
background-color: #AD59CA;
}
.BgClassName
{
background-color: #AD59CA;
}
</style>
border-color css
<style>
span { border-color: #AD59CA; }
span { border-color: rgb(173,89,202); }
td.TdClassName
{
border-color: #AD59CA;
}
.TagClassName
{
border-color: #AD59CA;
}
</style>