Shades of Medium Orchid #AD53D9
Tints of Medium Orchid #AD53D9
RGB
CMYK
RGB Variations
Color information
#AD53D9 (or 0xAD53D9) is known color: Medium Orchid. HEX triplet: AD, 53 and D9. RGB value is (173,83,217). Sum of RGB (Red+Green+Blue) = 173+83+217=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD53D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53D9 is #52AC26. Grayscale: #7C7C7C. Windows color (decimal): -5418023 or 14242733. OLE color: 14242733.
HSL color Cylindrical-coordinate representation of color #AD53D9: hue angle of 280.3º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD53D9 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 83 | 217 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.15 |
| HSL | 280.3º | 0.64% | 0.59% | - |
| HSV(B) | 280.3º | 0.62% | 0.85% | - |
| XYZ | 32.85 | 20.08 | 67.79 | - |
| YUV | 125.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 217 | 0.20 | 0.62 | 0 | 0.15 | 280.3 | 0.64 | 0.59 |
| Hex | AD | 53 | D9 | 14 | 3E | 0 | F | 118 | 40 | 3B |
| Octal | 255 | 123 | 331 | 24 | 76 | 0 | 17 | 430 | 100 | 73 |
| Binary | 10101101 | 1010011 | 11011001 | 10100 | 111110 | 0 | 1111 | 100011000 | 1000000 | 111011 |
Color Harmonies of #AD53D9
Complementary color
Monochromatic Colors of #AD53D9
Black with #AD53D9
Text Example
Text Example
White with #AD53D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53D9; }
p { color: rgb(173,83,217); }
H1.HeaderClassName
{
color: #AD53D9;
}
.AnyTagClassName
{
color: #AD53D9;
}
</style>
background-color css
<style>
a { background-color: #AD53D9; }
a { background-color: rgb(173,83,217); }
div.DivClassName
{
background-color: #AD53D9;
}
.BgClassName
{
background-color: #AD53D9;
}
</style>
border-color css
<style>
span { border-color: #AD53D9; }
span { border-color: rgb(173,83,217); }
td.TdClassName
{
border-color: #AD53D9;
}
.TagClassName
{
border-color: #AD53D9;
}
</style>