Shades of Medium Orchid #AD5AC8
Tints of Medium Orchid #AD5AC8
RGB
CMYK
RGB Variations
Color information
#AD5AC8 (or 0xAD5AC8) is known color: Medium Orchid. HEX triplet: AD, 5A and C8. RGB value is (173,90,200). Sum of RGB (Red+Green+Blue) = 173+90+200=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD5AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AC8 is #52A537. Grayscale: #7F7F7F. Windows color (decimal): -5416248 or 13130413. OLE color: 13130413.
HSL color Cylindrical-coordinate representation of color #AD5AC8: hue angle of 285.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5AC8 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 90 | 200 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.22 |
| HSL | 285.27º | 0.5% | 0.57% | - |
| HSV(B) | 285.27º | 0.55% | 0.78% | - |
| XYZ | 31.32 | 20.37 | 56.92 | - |
| YUV | 127.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 200 | 0.14 | 0.55 | 0 | 0.22 | 285.27 | 0.5 | 0.57 |
| Hex | AD | 5A | C8 | E | 37 | 0 | 16 | 11D | 32 | 39 |
| Octal | 255 | 132 | 310 | 16 | 67 | 0 | 26 | 435 | 62 | 71 |
| Binary | 10101101 | 1011010 | 11001000 | 1110 | 110111 | 0 | 10110 | 100011101 | 110010 | 111001 |
Color Harmonies of #AD5AC8
Complementary color
Monochromatic Colors of #AD5AC8
Black with #AD5AC8
Text Example
Text Example
White with #AD5AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AC8; }
p { color: rgb(173,90,200); }
H1.HeaderClassName
{
color: #AD5AC8;
}
.AnyTagClassName
{
color: #AD5AC8;
}
</style>
background-color css
<style>
a { background-color: #AD5AC8; }
a { background-color: rgb(173,90,200); }
div.DivClassName
{
background-color: #AD5AC8;
}
.BgClassName
{
background-color: #AD5AC8;
}
</style>
border-color css
<style>
span { border-color: #AD5AC8; }
span { border-color: rgb(173,90,200); }
td.TdClassName
{
border-color: #AD5AC8;
}
.TagClassName
{
border-color: #AD5AC8;
}
</style>