Shades of East Side #A495A9
Tints of East Side #A495A9
RGB
CMYK
RGB Variations
Color information
#A495A9 (or 0xA495A9) is known color: East Side. HEX triplet: A4, 95 and A9. RGB value is (164,149,169). Sum of RGB (Red+Green+Blue) = 164+149+169=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 169 - color contains mainly: blue. Hex color #A495A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A495A9 is #5B6A56. Grayscale: #9B9B9B. Windows color (decimal): -5990999 or 11113892. OLE color: 11113892.
HSL color Cylindrical-coordinate representation of color #A495A9: hue angle of 285º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A495A9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 149 | 169 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.34 |
| HSL | 285º | 0.1% | 0.62% | - |
| HSV(B) | 285º | 0.12% | 0.66% | - |
| XYZ | 33.22 | 32.25 | 42.01 | - |
| YUV | 155.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 169 | 0.03 | 0.12 | 0 | 0.34 | 285 | 0.1 | 0.62 |
| Hex | A4 | 95 | A9 | 3 | C | 0 | 22 | 11D | A | 3E |
| Octal | 244 | 225 | 251 | 3 | 14 | 0 | 42 | 435 | 12 | 76 |
| Binary | 10100100 | 10010101 | 10101001 | 11 | 1100 | 0 | 100010 | 100011101 | 1010 | 111110 |
Color Harmonies of #A495A9
Complementary color
Monochromatic Colors of #A495A9
Black with #A495A9
Text Example
Text Example
White with #A495A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495A9; }
p { color: rgb(164,149,169); }
H1.HeaderClassName
{
color: #A495A9;
}
.AnyTagClassName
{
color: #A495A9;
}
</style>
background-color css
<style>
a { background-color: #A495A9; }
a { background-color: rgb(164,149,169); }
div.DivClassName
{
background-color: #A495A9;
}
.BgClassName
{
background-color: #A495A9;
}
</style>
border-color css
<style>
span { border-color: #A495A9; }
span { border-color: rgb(164,149,169); }
td.TdClassName
{
border-color: #A495A9;
}
.TagClassName
{
border-color: #A495A9;
}
</style>