Shades of Medium Orchid #AD5DDA
Tints of Medium Orchid #AD5DDA
RGB
CMYK
RGB Variations
Color information
#AD5DDA (or 0xAD5DDA) is known color: Medium Orchid. HEX triplet: AD, 5D and DA. RGB value is (173,93,218). Sum of RGB (Red+Green+Blue) = 173+93+218=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DDA is #52A225. Grayscale: #828282. Windows color (decimal): -5415462 or 14310829. OLE color: 14310829.
HSL color Cylindrical-coordinate representation of color #AD5DDA: hue angle of 278.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5DDA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 93 | 218 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.15 |
| HSL | 278.4º | 0.63% | 0.61% | - |
| HSV(B) | 278.4º | 0.57% | 0.85% | - |
| XYZ | 33.8 | 21.77 | 68.75 | - |
| YUV | 131.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 218 | 0.21 | 0.57 | 0 | 0.15 | 278.4 | 0.63 | 0.61 |
| Hex | AD | 5D | DA | 15 | 39 | 0 | F | 116 | 3F | 3D |
| Octal | 255 | 135 | 332 | 25 | 71 | 0 | 17 | 426 | 77 | 75 |
| Binary | 10101101 | 1011101 | 11011010 | 10101 | 111001 | 0 | 1111 | 100010110 | 111111 | 111101 |
Color Harmonies of #AD5DDA
Complementary color
Monochromatic Colors of #AD5DDA
Black with #AD5DDA
Text Example
Text Example
White with #AD5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DDA; }
p { color: rgb(173,93,218); }
H1.HeaderClassName
{
color: #AD5DDA;
}
.AnyTagClassName
{
color: #AD5DDA;
}
</style>
background-color css
<style>
a { background-color: #AD5DDA; }
a { background-color: rgb(173,93,218); }
div.DivClassName
{
background-color: #AD5DDA;
}
.BgClassName
{
background-color: #AD5DDA;
}
</style>
border-color css
<style>
span { border-color: #AD5DDA; }
span { border-color: rgb(173,93,218); }
td.TdClassName
{
border-color: #AD5DDA;
}
.TagClassName
{
border-color: #AD5DDA;
}
</style>