Shades of East Side #A49BAD
Tints of East Side #A49BAD
RGB
CMYK
RGB Variations
Color information
#A49BAD (or 0xA49BAD) is known color: East Side. HEX triplet: A4, 9B and AD. RGB value is (164,155,173). Sum of RGB (Red+Green+Blue) = 164+155+173=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A49BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BAD is #5B6452. Grayscale: #9F9F9F. Windows color (decimal): -5989459 or 11377572. OLE color: 11377572.
HSL color Cylindrical-coordinate representation of color #A49BAD: hue angle of 270º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49BAD is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 155 | 173 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.32 |
| HSL | 270º | 0.1% | 0.64% | - |
| HSV(B) | 270º | 0.1% | 0.68% | - |
| XYZ | 34.57 | 34.35 | 44.34 | - |
| YUV | 159.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 173 | 0.05 | 0.10 | 0 | 0.32 | 270 | 0.1 | 0.64 |
| Hex | A4 | 9B | AD | 5 | A | 0 | 20 | 10E | A | 40 |
| Octal | 244 | 233 | 255 | 5 | 12 | 0 | 40 | 416 | 12 | 100 |
| Binary | 10100100 | 10011011 | 10101101 | 101 | 1010 | 0 | 100000 | 100001110 | 1010 | 1000000 |
Color Harmonies of #A49BAD
Complementary color
Monochromatic Colors of #A49BAD
Black with #A49BAD
Text Example
Text Example
White with #A49BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BAD; }
p { color: rgb(164,155,173); }
H1.HeaderClassName
{
color: #A49BAD;
}
.AnyTagClassName
{
color: #A49BAD;
}
</style>
background-color css
<style>
a { background-color: #A49BAD; }
a { background-color: rgb(164,155,173); }
div.DivClassName
{
background-color: #A49BAD;
}
.BgClassName
{
background-color: #A49BAD;
}
</style>
border-color css
<style>
span { border-color: #A49BAD; }
span { border-color: rgb(164,155,173); }
td.TdClassName
{
border-color: #A49BAD;
}
.TagClassName
{
border-color: #A49BAD;
}
</style>