Shades of Medium Orchid #AD5ADA
Tints of Medium Orchid #AD5ADA
RGB
CMYK
RGB Variations
Color information
#AD5ADA (or 0xAD5ADA) is known color: Medium Orchid. HEX triplet: AD, 5A and DA. RGB value is (173,90,218). Sum of RGB (Red+Green+Blue) = 173+90+218=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD5ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ADA is #52A525. Grayscale: #808080. Windows color (decimal): -5416230 or 14310061. OLE color: 14310061.
HSL color Cylindrical-coordinate representation of color #AD5ADA: hue angle of 278.91º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5ADA is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 90 | 218 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.15 |
| HSL | 278.91º | 0.63% | 0.6% | - |
| HSV(B) | 278.91º | 0.59% | 0.85% | - |
| XYZ | 33.54 | 21.26 | 68.66 | - |
| YUV | 129.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 218 | 0.21 | 0.59 | 0 | 0.15 | 278.91 | 0.63 | 0.6 |
| Hex | AD | 5A | DA | 15 | 3B | 0 | F | 117 | 3F | 3C |
| Octal | 255 | 132 | 332 | 25 | 73 | 0 | 17 | 427 | 77 | 74 |
| Binary | 10101101 | 1011010 | 11011010 | 10101 | 111011 | 0 | 1111 | 100010111 | 111111 | 111100 |
Color Harmonies of #AD5ADA
Complementary color
Monochromatic Colors of #AD5ADA
Black with #AD5ADA
Text Example
Text Example
White with #AD5ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ADA; }
p { color: rgb(173,90,218); }
H1.HeaderClassName
{
color: #AD5ADA;
}
.AnyTagClassName
{
color: #AD5ADA;
}
</style>
background-color css
<style>
a { background-color: #AD5ADA; }
a { background-color: rgb(173,90,218); }
div.DivClassName
{
background-color: #AD5ADA;
}
.BgClassName
{
background-color: #AD5ADA;
}
</style>
border-color css
<style>
span { border-color: #AD5ADA; }
span { border-color: rgb(173,90,218); }
td.TdClassName
{
border-color: #AD5ADA;
}
.TagClassName
{
border-color: #AD5ADA;
}
</style>