Shades of Medium Orchid #AD46DD
Tints of Medium Orchid #AD46DD
RGB
CMYK
RGB Variations
Color information
#AD46DD (or 0xAD46DD) is known color: Medium Orchid. HEX triplet: AD, 46 and DD. RGB value is (173,70,221). Sum of RGB (Red+Green+Blue) = 173+70+221=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46DD is #52B922. Grayscale: #757575. Windows color (decimal): -5421347 or 14501549. OLE color: 14501549.
HSL color Cylindrical-coordinate representation of color #AD46DD: hue angle of 280.93º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD46DD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 70 | 221 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.13 |
| HSL | 280.93º | 0.69% | 0.57% | - |
| HSV(B) | 280.93º | 0.68% | 0.87% | - |
| XYZ | 32.47 | 18.49 | 70.26 | - |
| YUV | 118.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 221 | 0.22 | 0.68 | 0 | 0.13 | 280.93 | 0.69 | 0.57 |
| Hex | AD | 46 | DD | 16 | 44 | 0 | D | 119 | 45 | 39 |
| Octal | 255 | 106 | 335 | 26 | 104 | 0 | 15 | 431 | 105 | 71 |
| Binary | 10101101 | 1000110 | 11011101 | 10110 | 1000100 | 0 | 1101 | 100011001 | 1000101 | 111001 |
Color Harmonies of #AD46DD
Complementary color
Monochromatic Colors of #AD46DD
Black with #AD46DD
Text Example
Text Example
White with #AD46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46DD; }
p { color: rgb(173,70,221); }
H1.HeaderClassName
{
color: #AD46DD;
}
.AnyTagClassName
{
color: #AD46DD;
}
</style>
background-color css
<style>
a { background-color: #AD46DD; }
a { background-color: rgb(173,70,221); }
div.DivClassName
{
background-color: #AD46DD;
}
.BgClassName
{
background-color: #AD46DD;
}
</style>
border-color css
<style>
span { border-color: #AD46DD; }
span { border-color: rgb(173,70,221); }
td.TdClassName
{
border-color: #AD46DD;
}
.TagClassName
{
border-color: #AD46DD;
}
</style>