Shades of East Side #A294A9
Tints of East Side #A294A9
RGB
CMYK
RGB Variations
Color information
#A294A9 (or 0xA294A9) is known color: East Side. HEX triplet: A2, 94 and A9. RGB value is (162,148,169). Sum of RGB (Red+Green+Blue) = 162+148+169=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 169 - color contains mainly: blue. Hex color #A294A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294A9 is #5D6B56. Grayscale: #9A9A9A. Windows color (decimal): -6122327 or 11113634. OLE color: 11113634.
HSL color Cylindrical-coordinate representation of color #A294A9: hue angle of 280º degrees, saturation: 0.11, 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 #A294A9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 148 | 169 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.34 |
| HSL | 280º | 0.11% | 0.62% | - |
| HSV(B) | 280º | 0.12% | 0.66% | - |
| XYZ | 32.65 | 31.73 | 41.94 | - |
| YUV | 154.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 169 | 0.04 | 0.12 | 0 | 0.34 | 280 | 0.11 | 0.62 |
| Hex | A2 | 94 | A9 | 4 | C | 0 | 22 | 118 | B | 3E |
| Octal | 242 | 224 | 251 | 4 | 14 | 0 | 42 | 430 | 13 | 76 |
| Binary | 10100010 | 10010100 | 10101001 | 100 | 1100 | 0 | 100010 | 100011000 | 1011 | 111110 |
Color Harmonies of #A294A9
Complementary color
Monochromatic Colors of #A294A9
Black with #A294A9
Text Example
Text Example
White with #A294A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294A9; }
p { color: rgb(162,148,169); }
H1.HeaderClassName
{
color: #A294A9;
}
.AnyTagClassName
{
color: #A294A9;
}
</style>
background-color css
<style>
a { background-color: #A294A9; }
a { background-color: rgb(162,148,169); }
div.DivClassName
{
background-color: #A294A9;
}
.BgClassName
{
background-color: #A294A9;
}
</style>
border-color css
<style>
span { border-color: #A294A9; }
span { border-color: rgb(162,148,169); }
td.TdClassName
{
border-color: #A294A9;
}
.TagClassName
{
border-color: #A294A9;
}
</style>