Shades of Medium Orchid #AD5AD7
Tints of Medium Orchid #AD5AD7
RGB
CMYK
RGB Variations
Color information
#AD5AD7 (or 0xAD5AD7) is known color: Medium Orchid. HEX triplet: AD, 5A and D7. RGB value is (173,90,215). Sum of RGB (Red+Green+Blue) = 173+90+215=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD5AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AD7 is #52A528. Grayscale: #808080. Windows color (decimal): -5416233 or 14113453. OLE color: 14113453.
HSL color Cylindrical-coordinate representation of color #AD5AD7: hue angle of 279.84º degrees, saturation: 0.61, 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 #AD5AD7 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 90 | 215 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.16 |
| HSL | 279.84º | 0.61% | 0.6% | - |
| HSV(B) | 279.84º | 0.58% | 0.84% | - |
| XYZ | 33.16 | 21.1 | 66.62 | - |
| YUV | 129.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 215 | 0.20 | 0.58 | 0 | 0.16 | 279.84 | 0.61 | 0.6 |
| Hex | AD | 5A | D7 | 14 | 3A | 0 | 10 | 118 | 3D | 3C |
| Octal | 255 | 132 | 327 | 24 | 72 | 0 | 20 | 430 | 75 | 74 |
| Binary | 10101101 | 1011010 | 11010111 | 10100 | 111010 | 0 | 10000 | 100011000 | 111101 | 111100 |
Color Harmonies of #AD5AD7
Complementary color
Monochromatic Colors of #AD5AD7
Black with #AD5AD7
Text Example
Text Example
White with #AD5AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AD7; }
p { color: rgb(173,90,215); }
H1.HeaderClassName
{
color: #AD5AD7;
}
.AnyTagClassName
{
color: #AD5AD7;
}
</style>
background-color css
<style>
a { background-color: #AD5AD7; }
a { background-color: rgb(173,90,215); }
div.DivClassName
{
background-color: #AD5AD7;
}
.BgClassName
{
background-color: #AD5AD7;
}
</style>
border-color css
<style>
span { border-color: #AD5AD7; }
span { border-color: rgb(173,90,215); }
td.TdClassName
{
border-color: #AD5AD7;
}
.TagClassName
{
border-color: #AD5AD7;
}
</style>