Shades of Medium Orchid #AD49CB
Tints of Medium Orchid #AD49CB
RGB
CMYK
RGB Variations
Color information
#AD49CB (or 0xAD49CB) is known color: Medium Orchid. HEX triplet: AD, 49 and CB. RGB value is (173,73,203). Sum of RGB (Red+Green+Blue) = 173+73+203=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD49CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49CB is #52B634. Grayscale: #757575. Windows color (decimal): -5420597 or 13322669. OLE color: 13322669.
HSL color Cylindrical-coordinate representation of color #AD49CB: hue angle of 286.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD49CB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 73 | 203 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.20 |
| HSL | 286.15º | 0.56% | 0.54% | - |
| HSV(B) | 286.15º | 0.64% | 0.8% | - |
| XYZ | 30.4 | 17.96 | 58.36 | - |
| YUV | 117.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 203 | 0.15 | 0.64 | 0 | 0.20 | 286.15 | 0.56 | 0.54 |
| Hex | AD | 49 | CB | F | 40 | 0 | 14 | 11E | 38 | 36 |
| Octal | 255 | 111 | 313 | 17 | 100 | 0 | 24 | 436 | 70 | 66 |
| Binary | 10101101 | 1001001 | 11001011 | 1111 | 1000000 | 0 | 10100 | 100011110 | 111000 | 110110 |
Color Harmonies of #AD49CB
Complementary color
Monochromatic Colors of #AD49CB
Black with #AD49CB
Text Example
Text Example
White with #AD49CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49CB; }
p { color: rgb(173,73,203); }
H1.HeaderClassName
{
color: #AD49CB;
}
.AnyTagClassName
{
color: #AD49CB;
}
</style>
background-color css
<style>
a { background-color: #AD49CB; }
a { background-color: rgb(173,73,203); }
div.DivClassName
{
background-color: #AD49CB;
}
.BgClassName
{
background-color: #AD49CB;
}
</style>
border-color css
<style>
span { border-color: #AD49CB; }
span { border-color: rgb(173,73,203); }
td.TdClassName
{
border-color: #AD49CB;
}
.TagClassName
{
border-color: #AD49CB;
}
</style>