Shades of East Side #A49AAD
Tints of East Side #A49AAD
RGB
CMYK
RGB Variations
Color information
#A49AAD (or 0xA49AAD) is known color: East Side. HEX triplet: A4, 9A and AD. RGB value is (164,154,173). Sum of RGB (Red+Green+Blue) = 164+154+173=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A49AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AAD is #5B6552. Grayscale: #9F9F9F. Windows color (decimal): -5989715 or 11377316. OLE color: 11377316.
HSL color Cylindrical-coordinate representation of color #A49AAD: hue angle of 271.58º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49AAD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 154 | 173 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.32 |
| HSL | 271.58º | 0.1% | 0.64% | - |
| HSV(B) | 271.58º | 0.11% | 0.68% | - |
| XYZ | 34.41 | 34.02 | 44.29 | - |
| YUV | 159.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 173 | 0.05 | 0.11 | 0 | 0.32 | 271.58 | 0.1 | 0.64 |
| Hex | A4 | 9A | AD | 5 | B | 0 | 20 | 110 | A | 40 |
| Octal | 244 | 232 | 255 | 5 | 13 | 0 | 40 | 420 | 12 | 100 |
| Binary | 10100100 | 10011010 | 10101101 | 101 | 1011 | 0 | 100000 | 100010000 | 1010 | 1000000 |
Color Harmonies of #A49AAD
Complementary color
Monochromatic Colors of #A49AAD
Black with #A49AAD
Text Example
Text Example
White with #A49AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AAD; }
p { color: rgb(164,154,173); }
H1.HeaderClassName
{
color: #A49AAD;
}
.AnyTagClassName
{
color: #A49AAD;
}
</style>
background-color css
<style>
a { background-color: #A49AAD; }
a { background-color: rgb(164,154,173); }
div.DivClassName
{
background-color: #A49AAD;
}
.BgClassName
{
background-color: #A49AAD;
}
</style>
border-color css
<style>
span { border-color: #A49AAD; }
span { border-color: rgb(164,154,173); }
td.TdClassName
{
border-color: #A49AAD;
}
.TagClassName
{
border-color: #A49AAD;
}
</style>