Shades of Medium Orchid #AD53D8
Tints of Medium Orchid #AD53D8
RGB
CMYK
RGB Variations
Color information
#AD53D8 (or 0xAD53D8) is known color: Medium Orchid. HEX triplet: AD, 53 and D8. RGB value is (173,83,216). Sum of RGB (Red+Green+Blue) = 173+83+216=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD53D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53D8 is #52AC27. Grayscale: #7C7C7C. Windows color (decimal): -5418024 or 14177197. OLE color: 14177197.
HSL color Cylindrical-coordinate representation of color #AD53D8: hue angle of 280.6º degrees, saturation: 0.63, 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 #AD53D8 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 83 | 216 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.15 |
| HSL | 280.6º | 0.63% | 0.59% | - |
| HSV(B) | 280.6º | 0.62% | 0.85% | - |
| XYZ | 32.72 | 20.03 | 67.11 | - |
| YUV | 125.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 216 | 0.20 | 0.62 | 0 | 0.15 | 280.6 | 0.63 | 0.59 |
| Hex | AD | 53 | D8 | 14 | 3E | 0 | F | 119 | 3F | 3B |
| Octal | 255 | 123 | 330 | 24 | 76 | 0 | 17 | 431 | 77 | 73 |
| Binary | 10101101 | 1010011 | 11011000 | 10100 | 111110 | 0 | 1111 | 100011001 | 111111 | 111011 |
Color Harmonies of #AD53D8
Complementary color
Monochromatic Colors of #AD53D8
Black with #AD53D8
Text Example
Text Example
White with #AD53D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53D8; }
p { color: rgb(173,83,216); }
H1.HeaderClassName
{
color: #AD53D8;
}
.AnyTagClassName
{
color: #AD53D8;
}
</style>
background-color css
<style>
a { background-color: #AD53D8; }
a { background-color: rgb(173,83,216); }
div.DivClassName
{
background-color: #AD53D8;
}
.BgClassName
{
background-color: #AD53D8;
}
</style>
border-color css
<style>
span { border-color: #AD53D8; }
span { border-color: rgb(173,83,216); }
td.TdClassName
{
border-color: #AD53D8;
}
.TagClassName
{
border-color: #AD53D8;
}
</style>