Shades of Medium Orchid #AD59EE
Tints of Medium Orchid #AD59EE
RGB
CMYK
RGB Variations
Color information
#AD59EE (or 0xAD59EE) is known color: Medium Orchid. HEX triplet: AD, 59 and EE. RGB value is (173,89,238). Sum of RGB (Red+Green+Blue) = 173+89+238=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD59EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59EE is #52A611. Grayscale: #828282. Windows color (decimal): -5416466 or 15620525. OLE color: 15620525.
HSL color Cylindrical-coordinate representation of color #AD59EE: hue angle of 273.83º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD59EE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 89 | 238 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.07 |
| HSL | 273.83º | 0.81% | 0.64% | - |
| HSV(B) | 273.83º | 0.63% | 0.93% | - |
| XYZ | 36.24 | 22.2 | 83.26 | - |
| YUV | 131.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 238 | 0.27 | 0.63 | 0 | 0.07 | 273.83 | 0.81 | 0.64 |
| Hex | AD | 59 | EE | 1B | 3F | 0 | 7 | 112 | 51 | 40 |
| Octal | 255 | 131 | 356 | 33 | 77 | 0 | 7 | 422 | 121 | 100 |
| Binary | 10101101 | 1011001 | 11101110 | 11011 | 111111 | 0 | 111 | 100010010 | 1010001 | 1000000 |
Color Harmonies of #AD59EE
Complementary color
Monochromatic Colors of #AD59EE
Black with #AD59EE
Text Example
Text Example
White with #AD59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59EE; }
p { color: rgb(173,89,238); }
H1.HeaderClassName
{
color: #AD59EE;
}
.AnyTagClassName
{
color: #AD59EE;
}
</style>
background-color css
<style>
a { background-color: #AD59EE; }
a { background-color: rgb(173,89,238); }
div.DivClassName
{
background-color: #AD59EE;
}
.BgClassName
{
background-color: #AD59EE;
}
</style>
border-color css
<style>
span { border-color: #AD59EE; }
span { border-color: rgb(173,89,238); }
td.TdClassName
{
border-color: #AD59EE;
}
.TagClassName
{
border-color: #AD59EE;
}
</style>