Shades of East Side #A796B4
Tints of East Side #A796B4
RGB
CMYK
RGB Variations
Color information
#A796B4 (or 0xA796B4) is known color: East Side. HEX triplet: A7, 96 and B4. RGB value is (167,150,180). Sum of RGB (Red+Green+Blue) = 167+150+180=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #A796B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796B4 is #58694B. Grayscale: #9E9E9E. Windows color (decimal): -5794124 or 11835047. OLE color: 11835047.
HSL color Cylindrical-coordinate representation of color #A796B4: hue angle of 274º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A796B4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 150 | 180 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.29 |
| HSL | 274º | 0.17% | 0.65% | - |
| HSV(B) | 274º | 0.17% | 0.71% | - |
| XYZ | 35.08 | 33.32 | 47.76 | - |
| YUV | 158.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 180 | 0.07 | 0.17 | 0 | 0.29 | 274 | 0.17 | 0.65 |
| Hex | A7 | 96 | B4 | 7 | 11 | 0 | 1D | 112 | 11 | 41 |
| Octal | 247 | 226 | 264 | 7 | 21 | 0 | 35 | 422 | 21 | 101 |
| Binary | 10100111 | 10010110 | 10110100 | 111 | 10001 | 0 | 11101 | 100010010 | 10001 | 1000001 |
Color Harmonies of #A796B4
Complementary color
Monochromatic Colors of #A796B4
Black with #A796B4
Text Example
Text Example
White with #A796B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A796B4; }
p { color: rgb(167,150,180); }
H1.HeaderClassName
{
color: #A796B4;
}
.AnyTagClassName
{
color: #A796B4;
}
</style>
background-color css
<style>
a { background-color: #A796B4; }
a { background-color: rgb(167,150,180); }
div.DivClassName
{
background-color: #A796B4;
}
.BgClassName
{
background-color: #A796B4;
}
</style>
border-color css
<style>
span { border-color: #A796B4; }
span { border-color: rgb(167,150,180); }
td.TdClassName
{
border-color: #A796B4;
}
.TagClassName
{
border-color: #A796B4;
}
</style>