Shades of Medium Orchid #AD49EC
Tints of Medium Orchid #AD49EC
RGB
CMYK
RGB Variations
Color information
#AD49EC (or 0xAD49EC) is known color: Medium Orchid. HEX triplet: AD, 49 and EC. RGB value is (173,73,236). Sum of RGB (Red+Green+Blue) = 173+73+236=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD49EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49EC is #52B613. Grayscale: #787878. Windows color (decimal): -5420564 or 15485357. OLE color: 15485357.
HSL color Cylindrical-coordinate representation of color #AD49EC: hue angle of 276.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD49EC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 73 | 236 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.07 |
| HSL | 276.81º | 0.81% | 0.61% | - |
| HSV(B) | 276.81º | 0.69% | 0.93% | - |
| XYZ | 34.76 | 19.71 | 81.33 | - |
| YUV | 121.48 | 192.63 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 236 | 0.27 | 0.69 | 0 | 0.07 | 276.81 | 0.81 | 0.61 |
| Hex | AD | 49 | EC | 1B | 45 | 0 | 7 | 115 | 51 | 3D |
| Octal | 255 | 111 | 354 | 33 | 105 | 0 | 7 | 425 | 121 | 75 |
| Binary | 10101101 | 1001001 | 11101100 | 11011 | 1000101 | 0 | 111 | 100010101 | 1010001 | 111101 |
Color Harmonies of #AD49EC
Complementary color
Monochromatic Colors of #AD49EC
Black with #AD49EC
Text Example
Text Example
White with #AD49EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49EC; }
p { color: rgb(173,73,236); }
H1.HeaderClassName
{
color: #AD49EC;
}
.AnyTagClassName
{
color: #AD49EC;
}
</style>
background-color css
<style>
a { background-color: #AD49EC; }
a { background-color: rgb(173,73,236); }
div.DivClassName
{
background-color: #AD49EC;
}
.BgClassName
{
background-color: #AD49EC;
}
</style>
border-color css
<style>
span { border-color: #AD49EC; }
span { border-color: rgb(173,73,236); }
td.TdClassName
{
border-color: #AD49EC;
}
.TagClassName
{
border-color: #AD49EC;
}
</style>