Shades of Medium Orchid #AD5EE0
Tints of Medium Orchid #AD5EE0
RGB
CMYK
RGB Variations
Color information
#AD5EE0 (or 0xAD5EE0) is known color: Medium Orchid. HEX triplet: AD, 5E and E0. RGB value is (173,94,224). Sum of RGB (Red+Green+Blue) = 173+94+224=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD5EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EE0 is #52A11F. Grayscale: #848484. Windows color (decimal): -5415200 or 14704301. OLE color: 14704301.
HSL color Cylindrical-coordinate representation of color #AD5EE0: hue angle of 276.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5EE0 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 94 | 224 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.12 |
| HSL | 276.46º | 0.68% | 0.62% | - |
| HSV(B) | 276.46º | 0.58% | 0.88% | - |
| XYZ | 34.69 | 22.27 | 72.99 | - |
| YUV | 132.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 224 | 0.23 | 0.58 | 0 | 0.12 | 276.46 | 0.68 | 0.62 |
| Hex | AD | 5E | E0 | 17 | 3A | 0 | C | 114 | 44 | 3E |
| Octal | 255 | 136 | 340 | 27 | 72 | 0 | 14 | 424 | 104 | 76 |
| Binary | 10101101 | 1011110 | 11100000 | 10111 | 111010 | 0 | 1100 | 100010100 | 1000100 | 111110 |
Color Harmonies of #AD5EE0
Complementary color
Monochromatic Colors of #AD5EE0
Black with #AD5EE0
Text Example
Text Example
White with #AD5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EE0; }
p { color: rgb(173,94,224); }
H1.HeaderClassName
{
color: #AD5EE0;
}
.AnyTagClassName
{
color: #AD5EE0;
}
</style>
background-color css
<style>
a { background-color: #AD5EE0; }
a { background-color: rgb(173,94,224); }
div.DivClassName
{
background-color: #AD5EE0;
}
.BgClassName
{
background-color: #AD5EE0;
}
</style>
border-color css
<style>
span { border-color: #AD5EE0; }
span { border-color: rgb(173,94,224); }
td.TdClassName
{
border-color: #AD5EE0;
}
.TagClassName
{
border-color: #AD5EE0;
}
</style>