Shades of East Side #A47EAD
Tints of East Side #A47EAD
RGB
CMYK
RGB Variations
Color information
#A47EAD (or 0xA47EAD) is known color: East Side. HEX triplet: A4, 7E and AD. RGB value is (164,126,173). Sum of RGB (Red+Green+Blue) = 164+126+173=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A47EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAD is #5B8152. Grayscale: #8E8E8E. Windows color (decimal): -5996883 or 11370148. OLE color: 11370148.
HSL color Cylindrical-coordinate representation of color #A47EAD: hue angle of 288.51º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47EAD is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 126 | 173 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.32 |
| HSL | 288.51º | 0.22% | 0.59% | - |
| HSV(B) | 288.51º | 0.27% | 0.68% | - |
| XYZ | 30.31 | 25.83 | 42.92 | - |
| YUV | 142.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 173 | 0.05 | 0.27 | 0 | 0.32 | 288.51 | 0.22 | 0.59 |
| Hex | A4 | 7E | AD | 5 | 1B | 0 | 20 | 121 | 16 | 3B |
| Octal | 244 | 176 | 255 | 5 | 33 | 0 | 40 | 441 | 26 | 73 |
| Binary | 10100100 | 1111110 | 10101101 | 101 | 11011 | 0 | 100000 | 100100001 | 10110 | 111011 |
Color Harmonies of #A47EAD
Complementary color
Monochromatic Colors of #A47EAD
Black with #A47EAD
Text Example
Text Example
White with #A47EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EAD; }
p { color: rgb(164,126,173); }
H1.HeaderClassName
{
color: #A47EAD;
}
.AnyTagClassName
{
color: #A47EAD;
}
</style>
background-color css
<style>
a { background-color: #A47EAD; }
a { background-color: rgb(164,126,173); }
div.DivClassName
{
background-color: #A47EAD;
}
.BgClassName
{
background-color: #A47EAD;
}
</style>
border-color css
<style>
span { border-color: #A47EAD; }
span { border-color: rgb(164,126,173); }
td.TdClassName
{
border-color: #A47EAD;
}
.TagClassName
{
border-color: #A47EAD;
}
</style>