Shades of Medium Orchid #AD50BF
Tints of Medium Orchid #AD50BF
RGB
CMYK
RGB Variations
Color information
#AD50BF (or 0xAD50BF) is known color: Medium Orchid. HEX triplet: AD, 50 and BF. RGB value is (173,80,191). Sum of RGB (Red+Green+Blue) = 173+80+191=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50BF is #52AF40. Grayscale: #787878. Windows color (decimal): -5418817 or 12538029. OLE color: 12538029.
HSL color Cylindrical-coordinate representation of color #AD50BF: hue angle of 290.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD50BF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 80 | 191 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.25 |
| HSL | 290.27º | 0.46% | 0.53% | - |
| HSV(B) | 290.27º | 0.58% | 0.75% | - |
| XYZ | 29.51 | 18.38 | 51.28 | - |
| YUV | 120.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 191 | 0.09 | 0.58 | 0 | 0.25 | 290.27 | 0.46 | 0.53 |
| Hex | AD | 50 | BF | 9 | 3A | 0 | 19 | 122 | 2E | 35 |
| Octal | 255 | 120 | 277 | 11 | 72 | 0 | 31 | 442 | 56 | 65 |
| Binary | 10101101 | 1010000 | 10111111 | 1001 | 111010 | 0 | 11001 | 100100010 | 101110 | 110101 |
Color Harmonies of #AD50BF
Complementary color
Monochromatic Colors of #AD50BF
Black with #AD50BF
Text Example
Text Example
White with #AD50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50BF; }
p { color: rgb(173,80,191); }
H1.HeaderClassName
{
color: #AD50BF;
}
.AnyTagClassName
{
color: #AD50BF;
}
</style>
background-color css
<style>
a { background-color: #AD50BF; }
a { background-color: rgb(173,80,191); }
div.DivClassName
{
background-color: #AD50BF;
}
.BgClassName
{
background-color: #AD50BF;
}
</style>
border-color css
<style>
span { border-color: #AD50BF; }
span { border-color: rgb(173,80,191); }
td.TdClassName
{
border-color: #AD50BF;
}
.TagClassName
{
border-color: #AD50BF;
}
</style>