Shades of Medium Orchid #AD4EE8
Tints of Medium Orchid #AD4EE8
RGB
CMYK
RGB Variations
Color information
#AD4EE8 (or 0xAD4EE8) is known color: Medium Orchid. HEX triplet: AD, 4E and E8. RGB value is (173,78,232). Sum of RGB (Red+Green+Blue) = 173+78+232=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD4EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EE8 is #52B117. Grayscale: #7B7B7B. Windows color (decimal): -5419288 or 15224493. OLE color: 15224493.
HSL color Cylindrical-coordinate representation of color #AD4EE8: hue angle of 277.01º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4EE8 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 78 | 232 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.09 |
| HSL | 277.01º | 0.77% | 0.61% | - |
| HSV(B) | 277.01º | 0.66% | 0.91% | - |
| XYZ | 34.52 | 20.16 | 78.42 | - |
| YUV | 123.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 232 | 0.25 | 0.66 | 0 | 0.09 | 277.01 | 0.77 | 0.61 |
| Hex | AD | 4E | E8 | 19 | 42 | 0 | 9 | 115 | 4D | 3D |
| Octal | 255 | 116 | 350 | 31 | 102 | 0 | 11 | 425 | 115 | 75 |
| Binary | 10101101 | 1001110 | 11101000 | 11001 | 1000010 | 0 | 1001 | 100010101 | 1001101 | 111101 |
Color Harmonies of #AD4EE8
Complementary color
Monochromatic Colors of #AD4EE8
Black with #AD4EE8
Text Example
Text Example
White with #AD4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EE8; }
p { color: rgb(173,78,232); }
H1.HeaderClassName
{
color: #AD4EE8;
}
.AnyTagClassName
{
color: #AD4EE8;
}
</style>
background-color css
<style>
a { background-color: #AD4EE8; }
a { background-color: rgb(173,78,232); }
div.DivClassName
{
background-color: #AD4EE8;
}
.BgClassName
{
background-color: #AD4EE8;
}
</style>
border-color css
<style>
span { border-color: #AD4EE8; }
span { border-color: rgb(173,78,232); }
td.TdClassName
{
border-color: #AD4EE8;
}
.TagClassName
{
border-color: #AD4EE8;
}
</style>