Shades of East Side #A296A9
Tints of East Side #A296A9
RGB
CMYK
RGB Variations
Color information
#A296A9 (or 0xA296A9) is known color: East Side. HEX triplet: A2, 96 and A9. RGB value is (162,150,169). Sum of RGB (Red+Green+Blue) = 162+150+169=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 169 - color contains mainly: blue. Hex color #A296A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A296A9 is #5D6956. Grayscale: #9B9B9B. Windows color (decimal): -6121815 or 11114146. OLE color: 11114146.
HSL color Cylindrical-coordinate representation of color #A296A9: hue angle of 277.89º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A296A9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 150 | 169 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.34 |
| HSL | 277.89º | 0.1% | 0.63% | - |
| HSV(B) | 277.89º | 0.11% | 0.66% | - |
| XYZ | 32.97 | 32.36 | 42.04 | - |
| YUV | 155.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 169 | 0.04 | 0.11 | 0 | 0.34 | 277.89 | 0.1 | 0.63 |
| Hex | A2 | 96 | A9 | 4 | B | 0 | 22 | 116 | A | 3F |
| Octal | 242 | 226 | 251 | 4 | 13 | 0 | 42 | 426 | 12 | 77 |
| Binary | 10100010 | 10010110 | 10101001 | 100 | 1011 | 0 | 100010 | 100010110 | 1010 | 111111 |
Color Harmonies of #A296A9
Complementary color
Monochromatic Colors of #A296A9
Black with #A296A9
Text Example
Text Example
White with #A296A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296A9; }
p { color: rgb(162,150,169); }
H1.HeaderClassName
{
color: #A296A9;
}
.AnyTagClassName
{
color: #A296A9;
}
</style>
background-color css
<style>
a { background-color: #A296A9; }
a { background-color: rgb(162,150,169); }
div.DivClassName
{
background-color: #A296A9;
}
.BgClassName
{
background-color: #A296A9;
}
</style>
border-color css
<style>
span { border-color: #A296A9; }
span { border-color: rgb(162,150,169); }
td.TdClassName
{
border-color: #A296A9;
}
.TagClassName
{
border-color: #A296A9;
}
</style>