Shades of Medium Orchid #A756D1
Tints of Medium Orchid #A756D1
RGB
CMYK
RGB Variations
Color information
#A756D1 (or 0xA756D1) is known color: Medium Orchid. HEX triplet: A7, 56 and D1. RGB value is (167,86,209). Sum of RGB (Red+Green+Blue) = 167+86+209=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #A756D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756D1 is #58A92E. Grayscale: #7B7B7B. Windows color (decimal): -5810479 or 13719207. OLE color: 13719207.
HSL color Cylindrical-coordinate representation of color #A756D1: hue angle of 279.51º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A756D1 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 86 | 209 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.18 |
| HSL | 279.51º | 0.57% | 0.58% | - |
| HSV(B) | 279.51º | 0.59% | 0.82% | - |
| XYZ | 30.77 | 19.47 | 62.46 | - |
| YUV | 124.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 209 | 0.20 | 0.59 | 0 | 0.18 | 279.51 | 0.57 | 0.58 |
| Hex | A7 | 56 | D1 | 14 | 3B | 0 | 12 | 118 | 39 | 3A |
| Octal | 247 | 126 | 321 | 24 | 73 | 0 | 22 | 430 | 71 | 72 |
| Binary | 10100111 | 1010110 | 11010001 | 10100 | 111011 | 0 | 10010 | 100011000 | 111001 | 111010 |
Color Harmonies of #A756D1
Complementary color
Monochromatic Colors of #A756D1
Black with #A756D1
Text Example
Text Example
White with #A756D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756D1; }
p { color: rgb(167,86,209); }
H1.HeaderClassName
{
color: #A756D1;
}
.AnyTagClassName
{
color: #A756D1;
}
</style>
background-color css
<style>
a { background-color: #A756D1; }
a { background-color: rgb(167,86,209); }
div.DivClassName
{
background-color: #A756D1;
}
.BgClassName
{
background-color: #A756D1;
}
</style>
border-color css
<style>
span { border-color: #A756D1; }
span { border-color: rgb(167,86,209); }
td.TdClassName
{
border-color: #A756D1;
}
.TagClassName
{
border-color: #A756D1;
}
</style>