Shades of Medium Orchid #AD49E7
Tints of Medium Orchid #AD49E7
RGB
CMYK
RGB Variations
Color information
#AD49E7 (or 0xAD49E7) is known color: Medium Orchid. HEX triplet: AD, 49 and E7. RGB value is (173,73,231). Sum of RGB (Red+Green+Blue) = 173+73+231=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD49E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49E7 is #52B618. Grayscale: #787878. Windows color (decimal): -5420569 or 15157677. OLE color: 15157677.
HSL color Cylindrical-coordinate representation of color #AD49E7: hue angle of 277.97º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD49E7 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 73 | 231 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.09 |
| HSL | 277.97º | 0.77% | 0.6% | - |
| HSV(B) | 277.97º | 0.68% | 0.91% | - |
| XYZ | 34.04 | 19.42 | 77.56 | - |
| YUV | 120.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 231 | 0.25 | 0.68 | 0 | 0.09 | 277.97 | 0.77 | 0.6 |
| Hex | AD | 49 | E7 | 19 | 44 | 0 | 9 | 116 | 4D | 3C |
| Octal | 255 | 111 | 347 | 31 | 104 | 0 | 11 | 426 | 115 | 74 |
| Binary | 10101101 | 1001001 | 11100111 | 11001 | 1000100 | 0 | 1001 | 100010110 | 1001101 | 111100 |
Color Harmonies of #AD49E7
Complementary color
Monochromatic Colors of #AD49E7
Black with #AD49E7
Text Example
Text Example
White with #AD49E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49E7; }
p { color: rgb(173,73,231); }
H1.HeaderClassName
{
color: #AD49E7;
}
.AnyTagClassName
{
color: #AD49E7;
}
</style>
background-color css
<style>
a { background-color: #AD49E7; }
a { background-color: rgb(173,73,231); }
div.DivClassName
{
background-color: #AD49E7;
}
.BgClassName
{
background-color: #AD49E7;
}
</style>
border-color css
<style>
span { border-color: #AD49E7; }
span { border-color: rgb(173,73,231); }
td.TdClassName
{
border-color: #AD49E7;
}
.TagClassName
{
border-color: #AD49E7;
}
</style>