Shades of East Side #A496B1
Tints of East Side #A496B1
RGB
CMYK
RGB Variations
Color information
#A496B1 (or 0xA496B1) is known color: East Side. HEX triplet: A4, 96 and B1. RGB value is (164,150,177). Sum of RGB (Red+Green+Blue) = 164+150+177=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #A496B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496B1 is #5B694E. Grayscale: #9D9D9D. Windows color (decimal): -5990735 or 11638436. OLE color: 11638436.
HSL color Cylindrical-coordinate representation of color #A496B1: hue angle of 271.11º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A496B1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 150 | 177 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.31 |
| HSL | 271.11º | 0.15% | 0.64% | - |
| HSV(B) | 271.11º | 0.15% | 0.69% | - |
| XYZ | 34.15 | 32.88 | 46.14 | - |
| YUV | 157.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 177 | 0.07 | 0.15 | 0 | 0.31 | 271.11 | 0.15 | 0.64 |
| Hex | A4 | 96 | B1 | 7 | F | 0 | 1F | 10F | F | 40 |
| Octal | 244 | 226 | 261 | 7 | 17 | 0 | 37 | 417 | 17 | 100 |
| Binary | 10100100 | 10010110 | 10110001 | 111 | 1111 | 0 | 11111 | 100001111 | 1111 | 1000000 |
Color Harmonies of #A496B1
Complementary color
Monochromatic Colors of #A496B1
Black with #A496B1
Text Example
Text Example
White with #A496B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A496B1; }
p { color: rgb(164,150,177); }
H1.HeaderClassName
{
color: #A496B1;
}
.AnyTagClassName
{
color: #A496B1;
}
</style>
background-color css
<style>
a { background-color: #A496B1; }
a { background-color: rgb(164,150,177); }
div.DivClassName
{
background-color: #A496B1;
}
.BgClassName
{
background-color: #A496B1;
}
</style>
border-color css
<style>
span { border-color: #A496B1; }
span { border-color: rgb(164,150,177); }
td.TdClassName
{
border-color: #A496B1;
}
.TagClassName
{
border-color: #A496B1;
}
</style>