Shades of East Side #A296AA
Tints of East Side #A296AA
RGB
CMYK
RGB Variations
Color information
#A296AA (or 0xA296AA) is known color: East Side. HEX triplet: A2, 96 and AA. RGB value is (162,150,170). Sum of RGB (Red+Green+Blue) = 162+150+170=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A296AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A296AA is #5D6955. Grayscale: #9B9B9B. Windows color (decimal): -6121814 or 11179682. OLE color: 11179682.
HSL color Cylindrical-coordinate representation of color #A296AA: hue angle of 276º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A296AA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 150 | 170 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.33 |
| HSL | 276º | 0.11% | 0.63% | - |
| HSV(B) | 276º | 0.12% | 0.67% | - |
| XYZ | 33.06 | 32.4 | 42.54 | - |
| YUV | 155.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 170 | 0.05 | 0.12 | 0 | 0.33 | 276 | 0.11 | 0.63 |
| Hex | A2 | 96 | AA | 5 | C | 0 | 21 | 114 | B | 3F |
| Octal | 242 | 226 | 252 | 5 | 14 | 0 | 41 | 424 | 13 | 77 |
| Binary | 10100010 | 10010110 | 10101010 | 101 | 1100 | 0 | 100001 | 100010100 | 1011 | 111111 |
Color Harmonies of #A296AA
Complementary color
Monochromatic Colors of #A296AA
Black with #A296AA
Text Example
Text Example
White with #A296AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296AA; }
p { color: rgb(162,150,170); }
H1.HeaderClassName
{
color: #A296AA;
}
.AnyTagClassName
{
color: #A296AA;
}
</style>
background-color css
<style>
a { background-color: #A296AA; }
a { background-color: rgb(162,150,170); }
div.DivClassName
{
background-color: #A296AA;
}
.BgClassName
{
background-color: #A296AA;
}
</style>
border-color css
<style>
span { border-color: #A296AA; }
span { border-color: rgb(162,150,170); }
td.TdClassName
{
border-color: #A296AA;
}
.TagClassName
{
border-color: #A296AA;
}
</style>