Shades of Medium Orchid #AD49DD
Tints of Medium Orchid #AD49DD
RGB
CMYK
RGB Variations
Color information
#AD49DD (or 0xAD49DD) is known color: Medium Orchid. HEX triplet: AD, 49 and DD. RGB value is (173,73,221). Sum of RGB (Red+Green+Blue) = 173+73+221=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49DD is #52B622. Grayscale: #777777. Windows color (decimal): -5420579 or 14502317. OLE color: 14502317.
HSL color Cylindrical-coordinate representation of color #AD49DD: hue angle of 280.54º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD49DD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 73 | 221 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 280.54º | 0.69% | 0.58% | - |
| HSV(B) | 280.54º | 0.67% | 0.87% | - |
| XYZ | 32.67 | 18.87 | 70.33 | - |
| YUV | 119.77 | 185.13 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 221 | 0.22 | 0.67 | 0 | 0.13 | 280.54 | 0.69 | 0.58 |
| Hex | AD | 49 | DD | 16 | 43 | 0 | D | 119 | 45 | 3A |
| Octal | 255 | 111 | 335 | 26 | 103 | 0 | 15 | 431 | 105 | 72 |
| Binary | 10101101 | 1001001 | 11011101 | 10110 | 1000011 | 0 | 1101 | 100011001 | 1000101 | 111010 |
Color Harmonies of #AD49DD
Complementary color
Monochromatic Colors of #AD49DD
Black with #AD49DD
Text Example
Text Example
White with #AD49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49DD; }
p { color: rgb(173,73,221); }
H1.HeaderClassName
{
color: #AD49DD;
}
.AnyTagClassName
{
color: #AD49DD;
}
</style>
background-color css
<style>
a { background-color: #AD49DD; }
a { background-color: rgb(173,73,221); }
div.DivClassName
{
background-color: #AD49DD;
}
.BgClassName
{
background-color: #AD49DD;
}
</style>
border-color css
<style>
span { border-color: #AD49DD; }
span { border-color: rgb(173,73,221); }
td.TdClassName
{
border-color: #AD49DD;
}
.TagClassName
{
border-color: #AD49DD;
}
</style>