Shades of East Side #A095A9
Tints of East Side #A095A9
RGB
CMYK
RGB Variations
Color information
#A095A9 (or 0xA095A9) is known color: East Side. HEX triplet: A0, 95 and A9. RGB value is (160,149,169). Sum of RGB (Red+Green+Blue) = 160+149+169=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 169 - color contains mainly: blue. Hex color #A095A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A095A9 is #5F6A56. Grayscale: #9A9A9A. Windows color (decimal): -6253143 or 11113888. OLE color: 11113888.
HSL color Cylindrical-coordinate representation of color #A095A9: hue angle of 273º 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 #A095A9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 149 | 169 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.34 |
| HSL | 273º | 0.1% | 0.62% | - |
| HSV(B) | 273º | 0.12% | 0.66% | - |
| XYZ | 32.41 | 31.83 | 41.97 | - |
| YUV | 154.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 169 | 0.05 | 0.12 | 0 | 0.34 | 273 | 0.1 | 0.62 |
| Hex | A0 | 95 | A9 | 5 | C | 0 | 22 | 111 | A | 3E |
| Octal | 240 | 225 | 251 | 5 | 14 | 0 | 42 | 421 | 12 | 76 |
| Binary | 10100000 | 10010101 | 10101001 | 101 | 1100 | 0 | 100010 | 100010001 | 1010 | 111110 |
Color Harmonies of #A095A9
Complementary color
Monochromatic Colors of #A095A9
Black with #A095A9
Text Example
Text Example
White with #A095A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095A9; }
p { color: rgb(160,149,169); }
H1.HeaderClassName
{
color: #A095A9;
}
.AnyTagClassName
{
color: #A095A9;
}
</style>
background-color css
<style>
a { background-color: #A095A9; }
a { background-color: rgb(160,149,169); }
div.DivClassName
{
background-color: #A095A9;
}
.BgClassName
{
background-color: #A095A9;
}
</style>
border-color css
<style>
span { border-color: #A095A9; }
span { border-color: rgb(160,149,169); }
td.TdClassName
{
border-color: #A095A9;
}
.TagClassName
{
border-color: #A095A9;
}
</style>