Shades of Medium Orchid #AD55E8
Tints of Medium Orchid #AD55E8
RGB
CMYK
RGB Variations
Color information
#AD55E8 (or 0xAD55E8) is known color: Medium Orchid. HEX triplet: AD, 55 and E8. RGB value is (173,85,232). Sum of RGB (Red+Green+Blue) = 173+85+232=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD55E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55E8 is #52AA17. Grayscale: #7F7F7F. Windows color (decimal): -5417496 or 15226285. OLE color: 15226285.
HSL color Cylindrical-coordinate representation of color #AD55E8: hue angle of 275.92º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD55E8 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 85 | 232 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.09 |
| HSL | 275.92º | 0.76% | 0.62% | - |
| HSV(B) | 275.92º | 0.63% | 0.91% | - |
| XYZ | 35.05 | 21.21 | 78.59 | - |
| YUV | 128.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 232 | 0.25 | 0.63 | 0 | 0.09 | 275.92 | 0.76 | 0.62 |
| Hex | AD | 55 | E8 | 19 | 3F | 0 | 9 | 114 | 4C | 3E |
| Octal | 255 | 125 | 350 | 31 | 77 | 0 | 11 | 424 | 114 | 76 |
| Binary | 10101101 | 1010101 | 11101000 | 11001 | 111111 | 0 | 1001 | 100010100 | 1001100 | 111110 |
Color Harmonies of #AD55E8
Complementary color
Monochromatic Colors of #AD55E8
Black with #AD55E8
Text Example
Text Example
White with #AD55E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55E8; }
p { color: rgb(173,85,232); }
H1.HeaderClassName
{
color: #AD55E8;
}
.AnyTagClassName
{
color: #AD55E8;
}
</style>
background-color css
<style>
a { background-color: #AD55E8; }
a { background-color: rgb(173,85,232); }
div.DivClassName
{
background-color: #AD55E8;
}
.BgClassName
{
background-color: #AD55E8;
}
</style>
border-color css
<style>
span { border-color: #AD55E8; }
span { border-color: rgb(173,85,232); }
td.TdClassName
{
border-color: #AD55E8;
}
.TagClassName
{
border-color: #AD55E8;
}
</style>