Shades of Medium Orchid #AD5EE1
Tints of Medium Orchid #AD5EE1
RGB
CMYK
RGB Variations
Color information
#AD5EE1 (or 0xAD5EE1) is known color: Medium Orchid. HEX triplet: AD, 5E and E1. RGB value is (173,94,225). Sum of RGB (Red+Green+Blue) = 173+94+225=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD5EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EE1 is #52A11E. Grayscale: #848484. Windows color (decimal): -5415199 or 14769837. OLE color: 14769837.
HSL color Cylindrical-coordinate representation of color #AD5EE1: hue angle of 276.18º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5EE1 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 94 | 225 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.12 |
| HSL | 276.18º | 0.69% | 0.63% | - |
| HSV(B) | 276.18º | 0.58% | 0.88% | - |
| XYZ | 34.83 | 22.33 | 73.71 | - |
| YUV | 132.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 225 | 0.23 | 0.58 | 0 | 0.12 | 276.18 | 0.69 | 0.63 |
| Hex | AD | 5E | E1 | 17 | 3A | 0 | C | 114 | 45 | 3F |
| Octal | 255 | 136 | 341 | 27 | 72 | 0 | 14 | 424 | 105 | 77 |
| Binary | 10101101 | 1011110 | 11100001 | 10111 | 111010 | 0 | 1100 | 100010100 | 1000101 | 111111 |
Color Harmonies of #AD5EE1
Complementary color
Monochromatic Colors of #AD5EE1
Black with #AD5EE1
Text Example
Text Example
White with #AD5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EE1; }
p { color: rgb(173,94,225); }
H1.HeaderClassName
{
color: #AD5EE1;
}
.AnyTagClassName
{
color: #AD5EE1;
}
</style>
background-color css
<style>
a { background-color: #AD5EE1; }
a { background-color: rgb(173,94,225); }
div.DivClassName
{
background-color: #AD5EE1;
}
.BgClassName
{
background-color: #AD5EE1;
}
</style>
border-color css
<style>
span { border-color: #AD5EE1; }
span { border-color: rgb(173,94,225); }
td.TdClassName
{
border-color: #AD5EE1;
}
.TagClassName
{
border-color: #AD5EE1;
}
</style>