Shades of Medium Orchid #A756D8
Tints of Medium Orchid #A756D8
RGB
CMYK
RGB Variations
Color information
#A756D8 (or 0xA756D8) is known color: Medium Orchid. HEX triplet: A7, 56 and D8. RGB value is (167,86,216). Sum of RGB (Red+Green+Blue) = 167+86+216=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #A756D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756D8 is #58A927. Grayscale: #7C7C7C. Windows color (decimal): -5810472 or 14177959. OLE color: 14177959.
HSL color Cylindrical-coordinate representation of color #A756D8: hue angle of 277.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A756D8 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 86 | 216 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.15 |
| HSL | 277.38º | 0.63% | 0.59% | - |
| HSV(B) | 277.38º | 0.6% | 0.85% | - |
| XYZ | 31.66 | 19.83 | 67.12 | - |
| YUV | 125.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 216 | 0.23 | 0.60 | 0 | 0.15 | 277.38 | 0.63 | 0.59 |
| Hex | A7 | 56 | D8 | 17 | 3C | 0 | F | 115 | 3E | 3B |
| Octal | 247 | 126 | 330 | 27 | 74 | 0 | 17 | 425 | 76 | 73 |
| Binary | 10100111 | 1010110 | 11011000 | 10111 | 111100 | 0 | 1111 | 100010101 | 111110 | 111011 |
Color Harmonies of #A756D8
Complementary color
Monochromatic Colors of #A756D8
Black with #A756D8
Text Example
Text Example
White with #A756D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756D8; }
p { color: rgb(167,86,216); }
H1.HeaderClassName
{
color: #A756D8;
}
.AnyTagClassName
{
color: #A756D8;
}
</style>
background-color css
<style>
a { background-color: #A756D8; }
a { background-color: rgb(167,86,216); }
div.DivClassName
{
background-color: #A756D8;
}
.BgClassName
{
background-color: #A756D8;
}
</style>
border-color css
<style>
span { border-color: #A756D8; }
span { border-color: rgb(167,86,216); }
td.TdClassName
{
border-color: #A756D8;
}
.TagClassName
{
border-color: #A756D8;
}
</style>