Shades of Medium Orchid #AD46D5
Tints of Medium Orchid #AD46D5
RGB
CMYK
RGB Variations
Color information
#AD46D5 (or 0xAD46D5) is known color: Medium Orchid. HEX triplet: AD, 46 and D5. RGB value is (173,70,213). Sum of RGB (Red+Green+Blue) = 173+70+213=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD46D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46D5 is #52B92A. Grayscale: #747474. Windows color (decimal): -5421355 or 13977261. OLE color: 13977261.
HSL color Cylindrical-coordinate representation of color #AD46D5: hue angle of 283.22º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD46D5 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 70 | 213 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.16 |
| HSL | 283.22º | 0.63% | 0.55% | - |
| HSV(B) | 283.22º | 0.67% | 0.84% | - |
| XYZ | 31.43 | 18.07 | 64.78 | - |
| YUV | 117.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 213 | 0.19 | 0.67 | 0 | 0.16 | 283.22 | 0.63 | 0.55 |
| Hex | AD | 46 | D5 | 13 | 43 | 0 | 10 | 11B | 3F | 37 |
| Octal | 255 | 106 | 325 | 23 | 103 | 0 | 20 | 433 | 77 | 67 |
| Binary | 10101101 | 1000110 | 11010101 | 10011 | 1000011 | 0 | 10000 | 100011011 | 111111 | 110111 |
Color Harmonies of #AD46D5
Complementary color
Monochromatic Colors of #AD46D5
Black with #AD46D5
Text Example
Text Example
White with #AD46D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46D5; }
p { color: rgb(173,70,213); }
H1.HeaderClassName
{
color: #AD46D5;
}
.AnyTagClassName
{
color: #AD46D5;
}
</style>
background-color css
<style>
a { background-color: #AD46D5; }
a { background-color: rgb(173,70,213); }
div.DivClassName
{
background-color: #AD46D5;
}
.BgClassName
{
background-color: #AD46D5;
}
</style>
border-color css
<style>
span { border-color: #AD46D5; }
span { border-color: rgb(173,70,213); }
td.TdClassName
{
border-color: #AD46D5;
}
.TagClassName
{
border-color: #AD46D5;
}
</style>