Shades of Medium Orchid #AD5ED1
Tints of Medium Orchid #AD5ED1
RGB
CMYK
RGB Variations
Color information
#AD5ED1 (or 0xAD5ED1) is known color: Medium Orchid. HEX triplet: AD, 5E and D1. RGB value is (173,94,209). Sum of RGB (Red+Green+Blue) = 173+94+209=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD5ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ED1 is #52A12E. Grayscale: #828282. Windows color (decimal): -5415215 or 13721261. OLE color: 13721261.
HSL color Cylindrical-coordinate representation of color #AD5ED1: hue angle of 281.22º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5ED1 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 94 | 209 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.18 |
| HSL | 281.22º | 0.56% | 0.59% | - |
| HSV(B) | 281.22º | 0.55% | 0.82% | - |
| XYZ | 32.74 | 21.49 | 62.74 | - |
| YUV | 130.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 209 | 0.17 | 0.55 | 0 | 0.18 | 281.22 | 0.56 | 0.59 |
| Hex | AD | 5E | D1 | 11 | 37 | 0 | 12 | 119 | 38 | 3B |
| Octal | 255 | 136 | 321 | 21 | 67 | 0 | 22 | 431 | 70 | 73 |
| Binary | 10101101 | 1011110 | 11010001 | 10001 | 110111 | 0 | 10010 | 100011001 | 111000 | 111011 |
Color Harmonies of #AD5ED1
Complementary color
Monochromatic Colors of #AD5ED1
Black with #AD5ED1
Text Example
Text Example
White with #AD5ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ED1; }
p { color: rgb(173,94,209); }
H1.HeaderClassName
{
color: #AD5ED1;
}
.AnyTagClassName
{
color: #AD5ED1;
}
</style>
background-color css
<style>
a { background-color: #AD5ED1; }
a { background-color: rgb(173,94,209); }
div.DivClassName
{
background-color: #AD5ED1;
}
.BgClassName
{
background-color: #AD5ED1;
}
</style>
border-color css
<style>
span { border-color: #AD5ED1; }
span { border-color: rgb(173,94,209); }
td.TdClassName
{
border-color: #AD5ED1;
}
.TagClassName
{
border-color: #AD5ED1;
}
</style>