Shades of Medium Orchid #AD4ED8
Tints of Medium Orchid #AD4ED8
RGB
CMYK
RGB Variations
Color information
#AD4ED8 (or 0xAD4ED8) is known color: Medium Orchid. HEX triplet: AD, 4E and D8. RGB value is (173,78,216). Sum of RGB (Red+Green+Blue) = 173+78+216=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD4ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ED8 is #52B127. Grayscale: #797979. Windows color (decimal): -5419304 or 14175917. OLE color: 14175917.
HSL color Cylindrical-coordinate representation of color #AD4ED8: hue angle of 281.3º degrees, saturation: 0.64, 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 #AD4ED8 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 78 | 216 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.15 |
| HSL | 281.3º | 0.64% | 0.58% | - |
| HSV(B) | 281.3º | 0.64% | 0.85% | - |
| XYZ | 32.35 | 19.29 | 66.98 | - |
| YUV | 122.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 216 | 0.20 | 0.64 | 0 | 0.15 | 281.3 | 0.64 | 0.58 |
| Hex | AD | 4E | D8 | 14 | 40 | 0 | F | 119 | 40 | 3A |
| Octal | 255 | 116 | 330 | 24 | 100 | 0 | 17 | 431 | 100 | 72 |
| Binary | 10101101 | 1001110 | 11011000 | 10100 | 1000000 | 0 | 1111 | 100011001 | 1000000 | 111010 |
Color Harmonies of #AD4ED8
Complementary color
Monochromatic Colors of #AD4ED8
Black with #AD4ED8
Text Example
Text Example
White with #AD4ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ED8; }
p { color: rgb(173,78,216); }
H1.HeaderClassName
{
color: #AD4ED8;
}
.AnyTagClassName
{
color: #AD4ED8;
}
</style>
background-color css
<style>
a { background-color: #AD4ED8; }
a { background-color: rgb(173,78,216); }
div.DivClassName
{
background-color: #AD4ED8;
}
.BgClassName
{
background-color: #AD4ED8;
}
</style>
border-color css
<style>
span { border-color: #AD4ED8; }
span { border-color: rgb(173,78,216); }
td.TdClassName
{
border-color: #AD4ED8;
}
.TagClassName
{
border-color: #AD4ED8;
}
</style>