Shades of Medium Orchid #AD56F6
Tints of Medium Orchid #AD56F6
RGB
CMYK
RGB Variations
Color information
#AD56F6 (or 0xAD56F6) is known color: Medium Orchid. HEX triplet: AD, 56 and F6. RGB value is (173,86,246). Sum of RGB (Red+Green+Blue) = 173+86+246=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD56F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56F6 is #52A909. Grayscale: #818181. Windows color (decimal): -5417226 or 16144045. OLE color: 16144045.
HSL color Cylindrical-coordinate representation of color #AD56F6: hue angle of 272.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD56F6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 86 | 246 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.04 |
| HSL | 272.63º | 0.9% | 0.65% | - |
| HSV(B) | 272.63º | 0.65% | 0.96% | - |
| XYZ | 37.2 | 22.19 | 89.51 | - |
| YUV | 130.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 246 | 0.30 | 0.65 | 0 | 0.04 | 272.63 | 0.9 | 0.65 |
| Hex | AD | 56 | F6 | 1E | 41 | 0 | 4 | 111 | 5A | 41 |
| Octal | 255 | 126 | 366 | 36 | 101 | 0 | 4 | 421 | 132 | 101 |
| Binary | 10101101 | 1010110 | 11110110 | 11110 | 1000001 | 0 | 100 | 100010001 | 1011010 | 1000001 |
Color Harmonies of #AD56F6
Complementary color
Monochromatic Colors of #AD56F6
Black with #AD56F6
Text Example
Text Example
White with #AD56F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56F6; }
p { color: rgb(173,86,246); }
H1.HeaderClassName
{
color: #AD56F6;
}
.AnyTagClassName
{
color: #AD56F6;
}
</style>
background-color css
<style>
a { background-color: #AD56F6; }
a { background-color: rgb(173,86,246); }
div.DivClassName
{
background-color: #AD56F6;
}
.BgClassName
{
background-color: #AD56F6;
}
</style>
border-color css
<style>
span { border-color: #AD56F6; }
span { border-color: rgb(173,86,246); }
td.TdClassName
{
border-color: #AD56F6;
}
.TagClassName
{
border-color: #AD56F6;
}
</style>