Shades of Medium Orchid #AD49DE
Tints of Medium Orchid #AD49DE
RGB
CMYK
RGB Variations
Color information
#AD49DE (or 0xAD49DE) is known color: Medium Orchid. HEX triplet: AD, 49 and DE. RGB value is (173,73,222). Sum of RGB (Red+Green+Blue) = 173+73+222=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD49DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49DE is #52B621. Grayscale: #777777. Windows color (decimal): -5420578 or 14567853. OLE color: 14567853.
HSL color Cylindrical-coordinate representation of color #AD49DE: hue angle of 280.27º 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 #AD49DE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 73 | 222 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 280.27º | 0.69% | 0.58% | - |
| HSV(B) | 280.27º | 0.67% | 0.87% | - |
| XYZ | 32.8 | 18.92 | 71.03 | - |
| YUV | 119.89 | 185.63 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 222 | 0.22 | 0.67 | 0 | 0.13 | 280.27 | 0.69 | 0.58 |
| Hex | AD | 49 | DE | 16 | 43 | 0 | D | 118 | 45 | 3A |
| Octal | 255 | 111 | 336 | 26 | 103 | 0 | 15 | 430 | 105 | 72 |
| Binary | 10101101 | 1001001 | 11011110 | 10110 | 1000011 | 0 | 1101 | 100011000 | 1000101 | 111010 |
Color Harmonies of #AD49DE
Complementary color
Monochromatic Colors of #AD49DE
Black with #AD49DE
Text Example
Text Example
White with #AD49DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49DE; }
p { color: rgb(173,73,222); }
H1.HeaderClassName
{
color: #AD49DE;
}
.AnyTagClassName
{
color: #AD49DE;
}
</style>
background-color css
<style>
a { background-color: #AD49DE; }
a { background-color: rgb(173,73,222); }
div.DivClassName
{
background-color: #AD49DE;
}
.BgClassName
{
background-color: #AD49DE;
}
</style>
border-color css
<style>
span { border-color: #AD49DE; }
span { border-color: rgb(173,73,222); }
td.TdClassName
{
border-color: #AD49DE;
}
.TagClassName
{
border-color: #AD49DE;
}
</style>