Shades of East Side #A47EAE
Tints of East Side #A47EAE
RGB
CMYK
RGB Variations
Color information
#A47EAE (or 0xA47EAE) is known color: East Side. HEX triplet: A4, 7E and AE. RGB value is (164,126,174). Sum of RGB (Red+Green+Blue) = 164+126+174=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #A47EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAE is #5B8151. Grayscale: #8E8E8E. Windows color (decimal): -5996882 or 11435684. OLE color: 11435684.
HSL color Cylindrical-coordinate representation of color #A47EAE: hue angle of 287.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47EAE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 126 | 174 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.32 |
| HSL | 287.5º | 0.23% | 0.59% | - |
| HSV(B) | 287.5º | 0.28% | 0.68% | - |
| XYZ | 30.41 | 25.87 | 43.44 | - |
| YUV | 142.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 174 | 0.06 | 0.28 | 0 | 0.32 | 287.5 | 0.23 | 0.59 |
| Hex | A4 | 7E | AE | 6 | 1C | 0 | 20 | 120 | 17 | 3B |
| Octal | 244 | 176 | 256 | 6 | 34 | 0 | 40 | 440 | 27 | 73 |
| Binary | 10100100 | 1111110 | 10101110 | 110 | 11100 | 0 | 100000 | 100100000 | 10111 | 111011 |
Color Harmonies of #A47EAE
Complementary color
Monochromatic Colors of #A47EAE
Black with #A47EAE
Text Example
Text Example
White with #A47EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EAE; }
p { color: rgb(164,126,174); }
H1.HeaderClassName
{
color: #A47EAE;
}
.AnyTagClassName
{
color: #A47EAE;
}
</style>
background-color css
<style>
a { background-color: #A47EAE; }
a { background-color: rgb(164,126,174); }
div.DivClassName
{
background-color: #A47EAE;
}
.BgClassName
{
background-color: #A47EAE;
}
</style>
border-color css
<style>
span { border-color: #A47EAE; }
span { border-color: rgb(164,126,174); }
td.TdClassName
{
border-color: #A47EAE;
}
.TagClassName
{
border-color: #A47EAE;
}
</style>