Shades of Medium Orchid #AD5BD0
Tints of Medium Orchid #AD5BD0
RGB
CMYK
RGB Variations
Color information
#AD5BD0 (or 0xAD5BD0) is known color: Medium Orchid. HEX triplet: AD, 5B and D0. RGB value is (173,91,208). Sum of RGB (Red+Green+Blue) = 173+91+208=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD5BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BD0 is #52A42F. Grayscale: #808080. Windows color (decimal): -5415984 or 13654957. OLE color: 13654957.
HSL color Cylindrical-coordinate representation of color #AD5BD0: hue angle of 282.05º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5BD0 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 91 | 208 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.18 |
| HSL | 282.05º | 0.55% | 0.59% | - |
| HSV(B) | 282.05º | 0.56% | 0.82% | - |
| XYZ | 32.36 | 20.92 | 62.01 | - |
| YUV | 128.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 208 | 0.17 | 0.56 | 0 | 0.18 | 282.05 | 0.55 | 0.59 |
| Hex | AD | 5B | D0 | 11 | 38 | 0 | 12 | 11A | 37 | 3B |
| Octal | 255 | 133 | 320 | 21 | 70 | 0 | 22 | 432 | 67 | 73 |
| Binary | 10101101 | 1011011 | 11010000 | 10001 | 111000 | 0 | 10010 | 100011010 | 110111 | 111011 |
Color Harmonies of #AD5BD0
Complementary color
Monochromatic Colors of #AD5BD0
Black with #AD5BD0
Text Example
Text Example
White with #AD5BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BD0; }
p { color: rgb(173,91,208); }
H1.HeaderClassName
{
color: #AD5BD0;
}
.AnyTagClassName
{
color: #AD5BD0;
}
</style>
background-color css
<style>
a { background-color: #AD5BD0; }
a { background-color: rgb(173,91,208); }
div.DivClassName
{
background-color: #AD5BD0;
}
.BgClassName
{
background-color: #AD5BD0;
}
</style>
border-color css
<style>
span { border-color: #AD5BD0; }
span { border-color: rgb(173,91,208); }
td.TdClassName
{
border-color: #AD5BD0;
}
.TagClassName
{
border-color: #AD5BD0;
}
</style>