Shades of Medium Orchid #AD5AC5
Tints of Medium Orchid #AD5AC5
RGB
CMYK
RGB Variations
Color information
#AD5AC5 (or 0xAD5AC5) is known color: Medium Orchid. HEX triplet: AD, 5A and C5. RGB value is (173,90,197). Sum of RGB (Red+Green+Blue) = 173+90+197=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD5AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AC5 is #52A53A. Grayscale: #7E7E7E. Windows color (decimal): -5416251 or 12933805. OLE color: 12933805.
HSL color Cylindrical-coordinate representation of color #AD5AC5: hue angle of 286.54º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5AC5 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 90 | 197 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.23 |
| HSL | 286.54º | 0.48% | 0.56% | - |
| HSV(B) | 286.54º | 0.54% | 0.77% | - |
| XYZ | 30.97 | 20.23 | 55.1 | - |
| YUV | 127.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 197 | 0.12 | 0.54 | 0 | 0.23 | 286.54 | 0.48 | 0.56 |
| Hex | AD | 5A | C5 | C | 36 | 0 | 17 | 11F | 30 | 38 |
| Octal | 255 | 132 | 305 | 14 | 66 | 0 | 27 | 437 | 60 | 70 |
| Binary | 10101101 | 1011010 | 11000101 | 1100 | 110110 | 0 | 10111 | 100011111 | 110000 | 111000 |
Color Harmonies of #AD5AC5
Complementary color
Monochromatic Colors of #AD5AC5
Black with #AD5AC5
Text Example
Text Example
White with #AD5AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AC5; }
p { color: rgb(173,90,197); }
H1.HeaderClassName
{
color: #AD5AC5;
}
.AnyTagClassName
{
color: #AD5AC5;
}
</style>
background-color css
<style>
a { background-color: #AD5AC5; }
a { background-color: rgb(173,90,197); }
div.DivClassName
{
background-color: #AD5AC5;
}
.BgClassName
{
background-color: #AD5AC5;
}
</style>
border-color css
<style>
span { border-color: #AD5AC5; }
span { border-color: rgb(173,90,197); }
td.TdClassName
{
border-color: #AD5AC5;
}
.TagClassName
{
border-color: #AD5AC5;
}
</style>