Shades of Medium Orchid #AD46C3
Tints of Medium Orchid #AD46C3
RGB
CMYK
RGB Variations
Color information
#AD46C3 (or 0xAD46C3) is known color: Medium Orchid. HEX triplet: AD, 46 and C3. RGB value is (173,70,195). Sum of RGB (Red+Green+Blue) = 173+70+195=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD46C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46C3 is #52B93C. Grayscale: #727272. Windows color (decimal): -5421373 or 12797613. OLE color: 12797613.
HSL color Cylindrical-coordinate representation of color #AD46C3: hue angle of 289.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD46C3 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 70 | 195 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.24 |
| HSL | 289.44º | 0.51% | 0.52% | - |
| HSV(B) | 289.44º | 0.64% | 0.76% | - |
| XYZ | 29.27 | 17.2 | 53.41 | - |
| YUV | 115.05 | 173.12 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 195 | 0.11 | 0.64 | 0 | 0.24 | 289.44 | 0.51 | 0.52 |
| Hex | AD | 46 | C3 | B | 40 | 0 | 18 | 121 | 33 | 34 |
| Octal | 255 | 106 | 303 | 13 | 100 | 0 | 30 | 441 | 63 | 64 |
| Binary | 10101101 | 1000110 | 11000011 | 1011 | 1000000 | 0 | 11000 | 100100001 | 110011 | 110100 |
Color Harmonies of #AD46C3
Complementary color
Monochromatic Colors of #AD46C3
Black with #AD46C3
Text Example
Text Example
White with #AD46C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46C3; }
p { color: rgb(173,70,195); }
H1.HeaderClassName
{
color: #AD46C3;
}
.AnyTagClassName
{
color: #AD46C3;
}
</style>
background-color css
<style>
a { background-color: #AD46C3; }
a { background-color: rgb(173,70,195); }
div.DivClassName
{
background-color: #AD46C3;
}
.BgClassName
{
background-color: #AD46C3;
}
</style>
border-color css
<style>
span { border-color: #AD46C3; }
span { border-color: rgb(173,70,195); }
td.TdClassName
{
border-color: #AD46C3;
}
.TagClassName
{
border-color: #AD46C3;
}
</style>