Shades of Medium Orchid #AD5BC1
Tints of Medium Orchid #AD5BC1
RGB
CMYK
RGB Variations
Color information
#AD5BC1 (or 0xAD5BC1) is known color: Medium Orchid. HEX triplet: AD, 5B and C1. RGB value is (173,91,193). Sum of RGB (Red+Green+Blue) = 173+91+193=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD5BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BC1 is #52A43E. Grayscale: #7E7E7E. Windows color (decimal): -5415999 or 12671917. OLE color: 12671917.
HSL color Cylindrical-coordinate representation of color #AD5BC1: hue angle of 288.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5BC1 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 91 | 193 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.24 |
| HSL | 288.24º | 0.45% | 0.56% | - |
| HSV(B) | 288.24º | 0.53% | 0.76% | - |
| XYZ | 30.6 | 20.22 | 52.74 | - |
| YUV | 127.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 193 | 0.10 | 0.53 | 0 | 0.24 | 288.24 | 0.45 | 0.56 |
| Hex | AD | 5B | C1 | A | 35 | 0 | 18 | 120 | 2D | 38 |
| Octal | 255 | 133 | 301 | 12 | 65 | 0 | 30 | 440 | 55 | 70 |
| Binary | 10101101 | 1011011 | 11000001 | 1010 | 110101 | 0 | 11000 | 100100000 | 101101 | 111000 |
Color Harmonies of #AD5BC1
Complementary color
Monochromatic Colors of #AD5BC1
Black with #AD5BC1
Text Example
Text Example
White with #AD5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BC1; }
p { color: rgb(173,91,193); }
H1.HeaderClassName
{
color: #AD5BC1;
}
.AnyTagClassName
{
color: #AD5BC1;
}
</style>
background-color css
<style>
a { background-color: #AD5BC1; }
a { background-color: rgb(173,91,193); }
div.DivClassName
{
background-color: #AD5BC1;
}
.BgClassName
{
background-color: #AD5BC1;
}
</style>
border-color css
<style>
span { border-color: #AD5BC1; }
span { border-color: rgb(173,91,193); }
td.TdClassName
{
border-color: #AD5BC1;
}
.TagClassName
{
border-color: #AD5BC1;
}
</style>