Shades of Medium Orchid #AD49EB
Tints of Medium Orchid #AD49EB
RGB
CMYK
RGB Variations
Color information
#AD49EB (or 0xAD49EB) is known color: Medium Orchid. HEX triplet: AD, 49 and EB. RGB value is (173,73,235). Sum of RGB (Red+Green+Blue) = 173+73+235=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49EB is #52B614. Grayscale: #787878. Windows color (decimal): -5420565 or 15419821. OLE color: 15419821.
HSL color Cylindrical-coordinate representation of color #AD49EB: hue angle of 277.04º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD49EB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 73 | 235 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.08 |
| HSL | 277.04º | 0.8% | 0.6% | - |
| HSV(B) | 277.04º | 0.69% | 0.92% | - |
| XYZ | 34.61 | 19.65 | 80.57 | - |
| YUV | 121.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 235 | 0.26 | 0.69 | 0 | 0.08 | 277.04 | 0.8 | 0.6 |
| Hex | AD | 49 | EB | 1A | 45 | 0 | 8 | 115 | 50 | 3C |
| Octal | 255 | 111 | 353 | 32 | 105 | 0 | 10 | 425 | 120 | 74 |
| Binary | 10101101 | 1001001 | 11101011 | 11010 | 1000101 | 0 | 1000 | 100010101 | 1010000 | 111100 |
Color Harmonies of #AD49EB
Complementary color
Monochromatic Colors of #AD49EB
Black with #AD49EB
Text Example
Text Example
White with #AD49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49EB; }
p { color: rgb(173,73,235); }
H1.HeaderClassName
{
color: #AD49EB;
}
.AnyTagClassName
{
color: #AD49EB;
}
</style>
background-color css
<style>
a { background-color: #AD49EB; }
a { background-color: rgb(173,73,235); }
div.DivClassName
{
background-color: #AD49EB;
}
.BgClassName
{
background-color: #AD49EB;
}
</style>
border-color css
<style>
span { border-color: #AD49EB; }
span { border-color: rgb(173,73,235); }
td.TdClassName
{
border-color: #AD49EB;
}
.TagClassName
{
border-color: #AD49EB;
}
</style>