Shades of Medium Orchid #AD46C6
Tints of Medium Orchid #AD46C6
RGB
CMYK
RGB Variations
Color information
#AD46C6 (or 0xAD46C6) is known color: Medium Orchid. HEX triplet: AD, 46 and C6. RGB value is (173,70,198). Sum of RGB (Red+Green+Blue) = 173+70+198=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD46C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46C6 is #52B939. Grayscale: #727272. Windows color (decimal): -5421370 or 12994221. OLE color: 12994221.
HSL color Cylindrical-coordinate representation of color #AD46C6: hue angle of 288.28º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD46C6 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 70 | 198 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.22 |
| HSL | 288.28º | 0.53% | 0.53% | - |
| HSV(B) | 288.28º | 0.65% | 0.78% | - |
| XYZ | 29.62 | 17.34 | 55.21 | - |
| YUV | 115.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 198 | 0.13 | 0.65 | 0 | 0.22 | 288.28 | 0.53 | 0.53 |
| Hex | AD | 46 | C6 | D | 41 | 0 | 16 | 120 | 35 | 35 |
| Octal | 255 | 106 | 306 | 15 | 101 | 0 | 26 | 440 | 65 | 65 |
| Binary | 10101101 | 1000110 | 11000110 | 1101 | 1000001 | 0 | 10110 | 100100000 | 110101 | 110101 |
Color Harmonies of #AD46C6
Complementary color
Monochromatic Colors of #AD46C6
Black with #AD46C6
Text Example
Text Example
White with #AD46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46C6; }
p { color: rgb(173,70,198); }
H1.HeaderClassName
{
color: #AD46C6;
}
.AnyTagClassName
{
color: #AD46C6;
}
</style>
background-color css
<style>
a { background-color: #AD46C6; }
a { background-color: rgb(173,70,198); }
div.DivClassName
{
background-color: #AD46C6;
}
.BgClassName
{
background-color: #AD46C6;
}
</style>
border-color css
<style>
span { border-color: #AD46C6; }
span { border-color: rgb(173,70,198); }
td.TdClassName
{
border-color: #AD46C6;
}
.TagClassName
{
border-color: #AD46C6;
}
</style>