Shades of Medium Orchid #AD49CF
Tints of Medium Orchid #AD49CF
RGB
CMYK
RGB Variations
Color information
#AD49CF (or 0xAD49CF) is known color: Medium Orchid. HEX triplet: AD, 49 and CF. RGB value is (173,73,207). Sum of RGB (Red+Green+Blue) = 173+73+207=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49CF is #52B630. Grayscale: #757575. Windows color (decimal): -5420593 or 13584813. OLE color: 13584813.
HSL color Cylindrical-coordinate representation of color #AD49CF: hue angle of 284.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD49CF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 73 | 207 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.19 |
| HSL | 284.78º | 0.58% | 0.55% | - |
| HSV(B) | 284.78º | 0.65% | 0.81% | - |
| XYZ | 30.88 | 18.15 | 60.91 | - |
| YUV | 118.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 207 | 0.16 | 0.65 | 0 | 0.19 | 284.78 | 0.58 | 0.55 |
| Hex | AD | 49 | CF | 10 | 41 | 0 | 13 | 11D | 3A | 37 |
| Octal | 255 | 111 | 317 | 20 | 101 | 0 | 23 | 435 | 72 | 67 |
| Binary | 10101101 | 1001001 | 11001111 | 10000 | 1000001 | 0 | 10011 | 100011101 | 111010 | 110111 |
Color Harmonies of #AD49CF
Complementary color
Monochromatic Colors of #AD49CF
Black with #AD49CF
Text Example
Text Example
White with #AD49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49CF; }
p { color: rgb(173,73,207); }
H1.HeaderClassName
{
color: #AD49CF;
}
.AnyTagClassName
{
color: #AD49CF;
}
</style>
background-color css
<style>
a { background-color: #AD49CF; }
a { background-color: rgb(173,73,207); }
div.DivClassName
{
background-color: #AD49CF;
}
.BgClassName
{
background-color: #AD49CF;
}
</style>
border-color css
<style>
span { border-color: #AD49CF; }
span { border-color: rgb(173,73,207); }
td.TdClassName
{
border-color: #AD49CF;
}
.TagClassName
{
border-color: #AD49CF;
}
</style>