Shades of East Side #A797BA
Tints of East Side #A797BA
RGB
CMYK
RGB Variations
Color information
#A797BA (or 0xA797BA) is known color: East Side. HEX triplet: A7, 97 and BA. RGB value is (167,151,186). Sum of RGB (Red+Green+Blue) = 167+151+186=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A797BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797BA is #586845. Grayscale: #9F9F9F. Windows color (decimal): -5793862 or 12228519. OLE color: 12228519.
HSL color Cylindrical-coordinate representation of color #A797BA: hue angle of 267.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A797BA is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 151 | 186 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.27 |
| HSL | 267.43º | 0.2% | 0.66% | - |
| HSV(B) | 267.43º | 0.19% | 0.73% | - |
| XYZ | 35.87 | 33.89 | 51.11 | - |
| YUV | 159.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 186 | 0.10 | 0.19 | 0 | 0.27 | 267.43 | 0.2 | 0.66 |
| Hex | A7 | 97 | BA | A | 13 | 0 | 1B | 10B | 14 | 42 |
| Octal | 247 | 227 | 272 | 12 | 23 | 0 | 33 | 413 | 24 | 102 |
| Binary | 10100111 | 10010111 | 10111010 | 1010 | 10011 | 0 | 11011 | 100001011 | 10100 | 1000010 |
Color Harmonies of #A797BA
Complementary color
Monochromatic Colors of #A797BA
Black with #A797BA
Text Example
Text Example
White with #A797BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A797BA; }
p { color: rgb(167,151,186); }
H1.HeaderClassName
{
color: #A797BA;
}
.AnyTagClassName
{
color: #A797BA;
}
</style>
background-color css
<style>
a { background-color: #A797BA; }
a { background-color: rgb(167,151,186); }
div.DivClassName
{
background-color: #A797BA;
}
.BgClassName
{
background-color: #A797BA;
}
</style>
border-color css
<style>
span { border-color: #A797BA; }
span { border-color: rgb(167,151,186); }
td.TdClassName
{
border-color: #A797BA;
}
.TagClassName
{
border-color: #A797BA;
}
</style>