Shades of Medium Orchid #AD53C6
Tints of Medium Orchid #AD53C6
RGB
CMYK
RGB Variations
Color information
#AD53C6 (or 0xAD53C6) is known color: Medium Orchid. HEX triplet: AD, 53 and C6. RGB value is (173,83,198). Sum of RGB (Red+Green+Blue) = 173+83+198=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD53C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53C6 is #52AC39. Grayscale: #7A7A7A. Windows color (decimal): -5418042 or 12997549. OLE color: 12997549.
HSL color Cylindrical-coordinate representation of color #AD53C6: hue angle of 286.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD53C6 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 83 | 198 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.22 |
| HSL | 286.96º | 0.5% | 0.55% | - |
| HSV(B) | 286.96º | 0.58% | 0.78% | - |
| XYZ | 30.52 | 19.15 | 55.51 | - |
| YUV | 123.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 198 | 0.13 | 0.58 | 0 | 0.22 | 286.96 | 0.5 | 0.55 |
| Hex | AD | 53 | C6 | D | 3A | 0 | 16 | 11F | 32 | 37 |
| Octal | 255 | 123 | 306 | 15 | 72 | 0 | 26 | 437 | 62 | 67 |
| Binary | 10101101 | 1010011 | 11000110 | 1101 | 111010 | 0 | 10110 | 100011111 | 110010 | 110111 |
Color Harmonies of #AD53C6
Complementary color
Monochromatic Colors of #AD53C6
Black with #AD53C6
Text Example
Text Example
White with #AD53C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53C6; }
p { color: rgb(173,83,198); }
H1.HeaderClassName
{
color: #AD53C6;
}
.AnyTagClassName
{
color: #AD53C6;
}
</style>
background-color css
<style>
a { background-color: #AD53C6; }
a { background-color: rgb(173,83,198); }
div.DivClassName
{
background-color: #AD53C6;
}
.BgClassName
{
background-color: #AD53C6;
}
</style>
border-color css
<style>
span { border-color: #AD53C6; }
span { border-color: rgb(173,83,198); }
td.TdClassName
{
border-color: #AD53C6;
}
.TagClassName
{
border-color: #AD53C6;
}
</style>