Shades of Medium Orchid #AD5EE9
Tints of Medium Orchid #AD5EE9
RGB
CMYK
RGB Variations
Color information
#AD5EE9 (or 0xAD5EE9) is known color: Medium Orchid. HEX triplet: AD, 5E and E9. RGB value is (173,94,233). Sum of RGB (Red+Green+Blue) = 173+94+233=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD5EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EE9 is #52A116. Grayscale: #848484. Windows color (decimal): -5415191 or 15294125. OLE color: 15294125.
HSL color Cylindrical-coordinate representation of color #AD5EE9: hue angle of 274.1º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5EE9 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 94 | 233 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.09 |
| HSL | 274.1º | 0.76% | 0.64% | - |
| HSV(B) | 274.1º | 0.6% | 0.91% | - |
| XYZ | 35.94 | 22.77 | 79.59 | - |
| YUV | 133.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 233 | 0.26 | 0.60 | 0 | 0.09 | 274.1 | 0.76 | 0.64 |
| Hex | AD | 5E | E9 | 1A | 3C | 0 | 9 | 112 | 4C | 40 |
| Octal | 255 | 136 | 351 | 32 | 74 | 0 | 11 | 422 | 114 | 100 |
| Binary | 10101101 | 1011110 | 11101001 | 11010 | 111100 | 0 | 1001 | 100010010 | 1001100 | 1000000 |
Color Harmonies of #AD5EE9
Complementary color
Monochromatic Colors of #AD5EE9
Black with #AD5EE9
Text Example
Text Example
White with #AD5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EE9; }
p { color: rgb(173,94,233); }
H1.HeaderClassName
{
color: #AD5EE9;
}
.AnyTagClassName
{
color: #AD5EE9;
}
</style>
background-color css
<style>
a { background-color: #AD5EE9; }
a { background-color: rgb(173,94,233); }
div.DivClassName
{
background-color: #AD5EE9;
}
.BgClassName
{
background-color: #AD5EE9;
}
</style>
border-color css
<style>
span { border-color: #AD5EE9; }
span { border-color: rgb(173,94,233); }
td.TdClassName
{
border-color: #AD5EE9;
}
.TagClassName
{
border-color: #AD5EE9;
}
</style>