Shades of Medium Orchid #AD59E1
Tints of Medium Orchid #AD59E1
RGB
CMYK
RGB Variations
Color information
#AD59E1 (or 0xAD59E1) is known color: Medium Orchid. HEX triplet: AD, 59 and E1. RGB value is (173,89,225). Sum of RGB (Red+Green+Blue) = 173+89+225=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD59E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59E1 is #52A61E. Grayscale: #818181. Windows color (decimal): -5416479 or 14768557. OLE color: 14768557.
HSL color Cylindrical-coordinate representation of color #AD59E1: hue angle of 277.06º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD59E1 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 89 | 225 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.12 |
| HSL | 277.06º | 0.69% | 0.62% | - |
| HSV(B) | 277.06º | 0.6% | 0.88% | - |
| XYZ | 34.4 | 21.47 | 73.56 | - |
| YUV | 129.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 225 | 0.23 | 0.60 | 0 | 0.12 | 277.06 | 0.69 | 0.62 |
| Hex | AD | 59 | E1 | 17 | 3C | 0 | C | 115 | 45 | 3E |
| Octal | 255 | 131 | 341 | 27 | 74 | 0 | 14 | 425 | 105 | 76 |
| Binary | 10101101 | 1011001 | 11100001 | 10111 | 111100 | 0 | 1100 | 100010101 | 1000101 | 111110 |
Color Harmonies of #AD59E1
Complementary color
Monochromatic Colors of #AD59E1
Black with #AD59E1
Text Example
Text Example
White with #AD59E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59E1; }
p { color: rgb(173,89,225); }
H1.HeaderClassName
{
color: #AD59E1;
}
.AnyTagClassName
{
color: #AD59E1;
}
</style>
background-color css
<style>
a { background-color: #AD59E1; }
a { background-color: rgb(173,89,225); }
div.DivClassName
{
background-color: #AD59E1;
}
.BgClassName
{
background-color: #AD59E1;
}
</style>
border-color css
<style>
span { border-color: #AD59E1; }
span { border-color: rgb(173,89,225); }
td.TdClassName
{
border-color: #AD59E1;
}
.TagClassName
{
border-color: #AD59E1;
}
</style>