Shades of Medium Orchid #AD5AD6
Tints of Medium Orchid #AD5AD6
RGB
CMYK
RGB Variations
Color information
#AD5AD6 (or 0xAD5AD6) is known color: Medium Orchid. HEX triplet: AD, 5A and D6. RGB value is (173,90,214). Sum of RGB (Red+Green+Blue) = 173+90+214=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD5AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AD6 is #52A529. Grayscale: #808080. Windows color (decimal): -5416234 or 14047917. OLE color: 14047917.
HSL color Cylindrical-coordinate representation of color #AD5AD6: hue angle of 280.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5AD6 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 90 | 214 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.16 |
| HSL | 280.16º | 0.6% | 0.6% | - |
| HSV(B) | 280.16º | 0.58% | 0.84% | - |
| XYZ | 33.03 | 21.05 | 65.94 | - |
| YUV | 128.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 214 | 0.19 | 0.58 | 0 | 0.16 | 280.16 | 0.6 | 0.6 |
| Hex | AD | 5A | D6 | 13 | 3A | 0 | 10 | 118 | 3C | 3C |
| Octal | 255 | 132 | 326 | 23 | 72 | 0 | 20 | 430 | 74 | 74 |
| Binary | 10101101 | 1011010 | 11010110 | 10011 | 111010 | 0 | 10000 | 100011000 | 111100 | 111100 |
Color Harmonies of #AD5AD6
Complementary color
Monochromatic Colors of #AD5AD6
Black with #AD5AD6
Text Example
Text Example
White with #AD5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AD6; }
p { color: rgb(173,90,214); }
H1.HeaderClassName
{
color: #AD5AD6;
}
.AnyTagClassName
{
color: #AD5AD6;
}
</style>
background-color css
<style>
a { background-color: #AD5AD6; }
a { background-color: rgb(173,90,214); }
div.DivClassName
{
background-color: #AD5AD6;
}
.BgClassName
{
background-color: #AD5AD6;
}
</style>
border-color css
<style>
span { border-color: #AD5AD6; }
span { border-color: rgb(173,90,214); }
td.TdClassName
{
border-color: #AD5AD6;
}
.TagClassName
{
border-color: #AD5AD6;
}
</style>