Shades of Medium Orchid #AD59E9
Tints of Medium Orchid #AD59E9
RGB
CMYK
RGB Variations
Color information
#AD59E9 (or 0xAD59E9) is known color: Medium Orchid. HEX triplet: AD, 59 and E9. RGB value is (173,89,233). Sum of RGB (Red+Green+Blue) = 173+89+233=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD59E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59E9 is #52A616. Grayscale: #828282. Windows color (decimal): -5416471 or 15292845. OLE color: 15292845.
HSL color Cylindrical-coordinate representation of color #AD59E9: hue angle of 275º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD59E9 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 89 | 233 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.09 |
| HSL | 275º | 0.77% | 0.63% | - |
| HSV(B) | 275º | 0.62% | 0.91% | - |
| XYZ | 35.51 | 21.91 | 79.45 | - |
| YUV | 130.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 233 | 0.26 | 0.62 | 0 | 0.09 | 275 | 0.77 | 0.63 |
| Hex | AD | 59 | E9 | 1A | 3E | 0 | 9 | 113 | 4D | 3F |
| Octal | 255 | 131 | 351 | 32 | 76 | 0 | 11 | 423 | 115 | 77 |
| Binary | 10101101 | 1011001 | 11101001 | 11010 | 111110 | 0 | 1001 | 100010011 | 1001101 | 111111 |
Color Harmonies of #AD59E9
Complementary color
Monochromatic Colors of #AD59E9
Black with #AD59E9
Text Example
Text Example
White with #AD59E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59E9; }
p { color: rgb(173,89,233); }
H1.HeaderClassName
{
color: #AD59E9;
}
.AnyTagClassName
{
color: #AD59E9;
}
</style>
background-color css
<style>
a { background-color: #AD59E9; }
a { background-color: rgb(173,89,233); }
div.DivClassName
{
background-color: #AD59E9;
}
.BgClassName
{
background-color: #AD59E9;
}
</style>
border-color css
<style>
span { border-color: #AD59E9; }
span { border-color: rgb(173,89,233); }
td.TdClassName
{
border-color: #AD59E9;
}
.TagClassName
{
border-color: #AD59E9;
}
</style>