Shades of Medium Orchid #AD46CE
Tints of Medium Orchid #AD46CE
RGB
CMYK
RGB Variations
Color information
#AD46CE (or 0xAD46CE) is known color: Medium Orchid. HEX triplet: AD, 46 and CE. RGB value is (173,70,206). Sum of RGB (Red+Green+Blue) = 173+70+206=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD46CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46CE is #52B931. Grayscale: #737373. Windows color (decimal): -5421362 or 13518509. OLE color: 13518509.
HSL color Cylindrical-coordinate representation of color #AD46CE: hue angle of 285.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD46CE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 70 | 206 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.19 |
| HSL | 285.44º | 0.58% | 0.54% | - |
| HSV(B) | 285.44º | 0.66% | 0.81% | - |
| XYZ | 30.56 | 17.72 | 60.2 | - |
| YUV | 116.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 206 | 0.16 | 0.66 | 0 | 0.19 | 285.44 | 0.58 | 0.54 |
| Hex | AD | 46 | CE | 10 | 42 | 0 | 13 | 11D | 3A | 36 |
| Octal | 255 | 106 | 316 | 20 | 102 | 0 | 23 | 435 | 72 | 66 |
| Binary | 10101101 | 1000110 | 11001110 | 10000 | 1000010 | 0 | 10011 | 100011101 | 111010 | 110110 |
Color Harmonies of #AD46CE
Complementary color
Monochromatic Colors of #AD46CE
Black with #AD46CE
Text Example
Text Example
White with #AD46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46CE; }
p { color: rgb(173,70,206); }
H1.HeaderClassName
{
color: #AD46CE;
}
.AnyTagClassName
{
color: #AD46CE;
}
</style>
background-color css
<style>
a { background-color: #AD46CE; }
a { background-color: rgb(173,70,206); }
div.DivClassName
{
background-color: #AD46CE;
}
.BgClassName
{
background-color: #AD46CE;
}
</style>
border-color css
<style>
span { border-color: #AD46CE; }
span { border-color: rgb(173,70,206); }
td.TdClassName
{
border-color: #AD46CE;
}
.TagClassName
{
border-color: #AD46CE;
}
</style>