Shades of Medium Orchid #AD54C0
Tints of Medium Orchid #AD54C0
RGB
CMYK
RGB Variations
Color information
#AD54C0 (or 0xAD54C0) is known color: Medium Orchid. HEX triplet: AD, 54 and C0. RGB value is (173,84,192). Sum of RGB (Red+Green+Blue) = 173+84+192=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54C0 is #52AB3F. Grayscale: #7A7A7A. Windows color (decimal): -5417792 or 12604589. OLE color: 12604589.
HSL color Cylindrical-coordinate representation of color #AD54C0: hue angle of 289.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD54C0 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 84 | 192 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.25 |
| HSL | 289.44º | 0.46% | 0.54% | - |
| HSV(B) | 289.44º | 0.56% | 0.75% | - |
| XYZ | 29.92 | 19.03 | 51.97 | - |
| YUV | 122.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 192 | 0.10 | 0.56 | 0 | 0.25 | 289.44 | 0.46 | 0.54 |
| Hex | AD | 54 | C0 | A | 38 | 0 | 19 | 121 | 2E | 36 |
| Octal | 255 | 124 | 300 | 12 | 70 | 0 | 31 | 441 | 56 | 66 |
| Binary | 10101101 | 1010100 | 11000000 | 1010 | 111000 | 0 | 11001 | 100100001 | 101110 | 110110 |
Color Harmonies of #AD54C0
Complementary color
Monochromatic Colors of #AD54C0
Black with #AD54C0
Text Example
Text Example
White with #AD54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54C0; }
p { color: rgb(173,84,192); }
H1.HeaderClassName
{
color: #AD54C0;
}
.AnyTagClassName
{
color: #AD54C0;
}
</style>
background-color css
<style>
a { background-color: #AD54C0; }
a { background-color: rgb(173,84,192); }
div.DivClassName
{
background-color: #AD54C0;
}
.BgClassName
{
background-color: #AD54C0;
}
</style>
border-color css
<style>
span { border-color: #AD54C0; }
span { border-color: rgb(173,84,192); }
td.TdClassName
{
border-color: #AD54C0;
}
.TagClassName
{
border-color: #AD54C0;
}
</style>