Shades of Medium Orchid #AD4EDA
Tints of Medium Orchid #AD4EDA
RGB
CMYK
RGB Variations
Color information
#AD4EDA (or 0xAD4EDA) is known color: Medium Orchid. HEX triplet: AD, 4E and DA. RGB value is (173,78,218). Sum of RGB (Red+Green+Blue) = 173+78+218=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD4EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EDA is #52B125. Grayscale: #797979. Windows color (decimal): -5419302 or 14306989. OLE color: 14306989.
HSL color Cylindrical-coordinate representation of color #AD4EDA: hue angle of 280.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4EDA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 78 | 218 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.15 |
| HSL | 280.71º | 0.65% | 0.58% | - |
| HSV(B) | 280.71º | 0.64% | 0.85% | - |
| XYZ | 32.61 | 19.39 | 68.35 | - |
| YUV | 122.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 218 | 0.21 | 0.64 | 0 | 0.15 | 280.71 | 0.65 | 0.58 |
| Hex | AD | 4E | DA | 15 | 40 | 0 | F | 119 | 41 | 3A |
| Octal | 255 | 116 | 332 | 25 | 100 | 0 | 17 | 431 | 101 | 72 |
| Binary | 10101101 | 1001110 | 11011010 | 10101 | 1000000 | 0 | 1111 | 100011001 | 1000001 | 111010 |
Color Harmonies of #AD4EDA
Complementary color
Monochromatic Colors of #AD4EDA
Black with #AD4EDA
Text Example
Text Example
White with #AD4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EDA; }
p { color: rgb(173,78,218); }
H1.HeaderClassName
{
color: #AD4EDA;
}
.AnyTagClassName
{
color: #AD4EDA;
}
</style>
background-color css
<style>
a { background-color: #AD4EDA; }
a { background-color: rgb(173,78,218); }
div.DivClassName
{
background-color: #AD4EDA;
}
.BgClassName
{
background-color: #AD4EDA;
}
</style>
border-color css
<style>
span { border-color: #AD4EDA; }
span { border-color: rgb(173,78,218); }
td.TdClassName
{
border-color: #AD4EDA;
}
.TagClassName
{
border-color: #AD4EDA;
}
</style>