Shades of Medium Orchid #AD5AD0
Tints of Medium Orchid #AD5AD0
RGB
CMYK
RGB Variations
Color information
#AD5AD0 (or 0xAD5AD0) is known color: Medium Orchid. HEX triplet: AD, 5A and D0. RGB value is (173,90,208). Sum of RGB (Red+Green+Blue) = 173+90+208=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD5AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AD0 is #52A52F. Grayscale: #7F7F7F. Windows color (decimal): -5416240 or 13654701. OLE color: 13654701.
HSL color Cylindrical-coordinate representation of color #AD5AD0: hue angle of 282.2º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5AD0 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 90 | 208 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.18 |
| HSL | 282.2º | 0.56% | 0.58% | - |
| HSV(B) | 282.2º | 0.57% | 0.82% | - |
| XYZ | 32.27 | 20.75 | 61.98 | - |
| YUV | 128.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 208 | 0.17 | 0.57 | 0 | 0.18 | 282.2 | 0.56 | 0.58 |
| Hex | AD | 5A | D0 | 11 | 39 | 0 | 12 | 11A | 38 | 3A |
| Octal | 255 | 132 | 320 | 21 | 71 | 0 | 22 | 432 | 70 | 72 |
| Binary | 10101101 | 1011010 | 11010000 | 10001 | 111001 | 0 | 10010 | 100011010 | 111000 | 111010 |
Color Harmonies of #AD5AD0
Complementary color
Monochromatic Colors of #AD5AD0
Black with #AD5AD0
Text Example
Text Example
White with #AD5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AD0; }
p { color: rgb(173,90,208); }
H1.HeaderClassName
{
color: #AD5AD0;
}
.AnyTagClassName
{
color: #AD5AD0;
}
</style>
background-color css
<style>
a { background-color: #AD5AD0; }
a { background-color: rgb(173,90,208); }
div.DivClassName
{
background-color: #AD5AD0;
}
.BgClassName
{
background-color: #AD5AD0;
}
</style>
border-color css
<style>
span { border-color: #AD5AD0; }
span { border-color: rgb(173,90,208); }
td.TdClassName
{
border-color: #AD5AD0;
}
.TagClassName
{
border-color: #AD5AD0;
}
</style>