Shades of Medium Orchid #AD5ADC
Tints of Medium Orchid #AD5ADC
RGB
CMYK
RGB Variations
Color information
#AD5ADC (or 0xAD5ADC) is known color: Medium Orchid. HEX triplet: AD, 5A and DC. RGB value is (173,90,220). Sum of RGB (Red+Green+Blue) = 173+90+220=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ADC is #52A523. Grayscale: #818181. Windows color (decimal): -5416228 or 14441133. OLE color: 14441133.
HSL color Cylindrical-coordinate representation of color #AD5ADC: hue angle of 278.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5ADC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 90 | 220 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.14 |
| HSL | 278.31º | 0.65% | 0.61% | - |
| HSV(B) | 278.31º | 0.59% | 0.86% | - |
| XYZ | 33.81 | 21.36 | 70.05 | - |
| YUV | 129.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 220 | 0.21 | 0.59 | 0 | 0.14 | 278.31 | 0.65 | 0.61 |
| Hex | AD | 5A | DC | 15 | 3B | 0 | E | 116 | 41 | 3D |
| Octal | 255 | 132 | 334 | 25 | 73 | 0 | 16 | 426 | 101 | 75 |
| Binary | 10101101 | 1011010 | 11011100 | 10101 | 111011 | 0 | 1110 | 100010110 | 1000001 | 111101 |
Color Harmonies of #AD5ADC
Complementary color
Monochromatic Colors of #AD5ADC
Black with #AD5ADC
Text Example
Text Example
White with #AD5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ADC; }
p { color: rgb(173,90,220); }
H1.HeaderClassName
{
color: #AD5ADC;
}
.AnyTagClassName
{
color: #AD5ADC;
}
</style>
background-color css
<style>
a { background-color: #AD5ADC; }
a { background-color: rgb(173,90,220); }
div.DivClassName
{
background-color: #AD5ADC;
}
.BgClassName
{
background-color: #AD5ADC;
}
</style>
border-color css
<style>
span { border-color: #AD5ADC; }
span { border-color: rgb(173,90,220); }
td.TdClassName
{
border-color: #AD5ADC;
}
.TagClassName
{
border-color: #AD5ADC;
}
</style>