Shades of East Side #A292AB
Tints of East Side #A292AB
RGB
CMYK
RGB Variations
Color information
#A292AB (or 0xA292AB) is known color: East Side. HEX triplet: A2, 92 and AB. RGB value is (162,146,171). Sum of RGB (Red+Green+Blue) = 162+146+171=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A292AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A292AB is #5D6D54. Grayscale: #999999. Windows color (decimal): -6122837 or 11244194. OLE color: 11244194.
HSL color Cylindrical-coordinate representation of color #A292AB: hue angle of 278.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A292AB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 146 | 171 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.33 |
| HSL | 278.4º | 0.13% | 0.62% | - |
| HSV(B) | 278.4º | 0.15% | 0.67% | - |
| XYZ | 32.53 | 31.18 | 42.83 | - |
| YUV | 153.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 171 | 0.05 | 0.15 | 0 | 0.33 | 278.4 | 0.13 | 0.62 |
| Hex | A2 | 92 | AB | 5 | F | 0 | 21 | 116 | D | 3E |
| Octal | 242 | 222 | 253 | 5 | 17 | 0 | 41 | 426 | 15 | 76 |
| Binary | 10100010 | 10010010 | 10101011 | 101 | 1111 | 0 | 100001 | 100010110 | 1101 | 111110 |
Color Harmonies of #A292AB
Complementary color
Monochromatic Colors of #A292AB
Black with #A292AB
Text Example
Text Example
White with #A292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292AB; }
p { color: rgb(162,146,171); }
H1.HeaderClassName
{
color: #A292AB;
}
.AnyTagClassName
{
color: #A292AB;
}
</style>
background-color css
<style>
a { background-color: #A292AB; }
a { background-color: rgb(162,146,171); }
div.DivClassName
{
background-color: #A292AB;
}
.BgClassName
{
background-color: #A292AB;
}
</style>
border-color css
<style>
span { border-color: #A292AB; }
span { border-color: rgb(162,146,171); }
td.TdClassName
{
border-color: #A292AB;
}
.TagClassName
{
border-color: #A292AB;
}
</style>