Shades of East Side #A77CAD
Tints of East Side #A77CAD
RGB
CMYK
RGB Variations
Color information
#A77CAD (or 0xA77CAD) is known color: East Side. HEX triplet: A7, 7C and AD. RGB value is (167,124,173). Sum of RGB (Red+Green+Blue) = 167+124+173=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A77CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77CAD is #588352. Grayscale: #8E8E8E. Windows color (decimal): -5800787 or 11369639. OLE color: 11369639.
HSL color Cylindrical-coordinate representation of color #A77CAD: hue angle of 292.65º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A77CAD is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 124 | 173 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.32 |
| HSL | 292.65º | 0.23% | 0.58% | - |
| HSV(B) | 292.65º | 0.28% | 0.68% | - |
| XYZ | 30.69 | 25.65 | 42.87 | - |
| YUV | 142.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 173 | 0.03 | 0.28 | 0 | 0.32 | 292.65 | 0.23 | 0.58 |
| Hex | A7 | 7C | AD | 3 | 1C | 0 | 20 | 125 | 17 | 3A |
| Octal | 247 | 174 | 255 | 3 | 34 | 0 | 40 | 445 | 27 | 72 |
| Binary | 10100111 | 1111100 | 10101101 | 11 | 11100 | 0 | 100000 | 100100101 | 10111 | 111010 |
Color Harmonies of #A77CAD
Complementary color
Monochromatic Colors of #A77CAD
Black with #A77CAD
Text Example
Text Example
White with #A77CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CAD; }
p { color: rgb(167,124,173); }
H1.HeaderClassName
{
color: #A77CAD;
}
.AnyTagClassName
{
color: #A77CAD;
}
</style>
background-color css
<style>
a { background-color: #A77CAD; }
a { background-color: rgb(167,124,173); }
div.DivClassName
{
background-color: #A77CAD;
}
.BgClassName
{
background-color: #A77CAD;
}
</style>
border-color css
<style>
span { border-color: #A77CAD; }
span { border-color: rgb(167,124,173); }
td.TdClassName
{
border-color: #A77CAD;
}
.TagClassName
{
border-color: #A77CAD;
}
</style>