Shades of Medium Orchid #AD59ED
Tints of Medium Orchid #AD59ED
RGB
CMYK
RGB Variations
Color information
#AD59ED (or 0xAD59ED) is known color: Medium Orchid. HEX triplet: AD, 59 and ED. RGB value is (173,89,237). Sum of RGB (Red+Green+Blue) = 173+89+237=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59ED is #52A612. Grayscale: #828282. Windows color (decimal): -5416467 or 15554989. OLE color: 15554989.
HSL color Cylindrical-coordinate representation of color #AD59ED: hue angle of 274.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD59ED is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 89 | 237 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.07 |
| HSL | 274.05º | 0.8% | 0.64% | - |
| HSV(B) | 274.05º | 0.62% | 0.93% | - |
| XYZ | 36.09 | 22.14 | 82.49 | - |
| YUV | 130.99 | 187.83 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 237 | 0.27 | 0.62 | 0 | 0.07 | 274.05 | 0.8 | 0.64 |
| Hex | AD | 59 | ED | 1B | 3E | 0 | 7 | 112 | 50 | 40 |
| Octal | 255 | 131 | 355 | 33 | 76 | 0 | 7 | 422 | 120 | 100 |
| Binary | 10101101 | 1011001 | 11101101 | 11011 | 111110 | 0 | 111 | 100010010 | 1010000 | 1000000 |
Color Harmonies of #AD59ED
Complementary color
Monochromatic Colors of #AD59ED
Black with #AD59ED
Text Example
Text Example
White with #AD59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59ED; }
p { color: rgb(173,89,237); }
H1.HeaderClassName
{
color: #AD59ED;
}
.AnyTagClassName
{
color: #AD59ED;
}
</style>
background-color css
<style>
a { background-color: #AD59ED; }
a { background-color: rgb(173,89,237); }
div.DivClassName
{
background-color: #AD59ED;
}
.BgClassName
{
background-color: #AD59ED;
}
</style>
border-color css
<style>
span { border-color: #AD59ED; }
span { border-color: rgb(173,89,237); }
td.TdClassName
{
border-color: #AD59ED;
}
.TagClassName
{
border-color: #AD59ED;
}
</style>