Shades of East Side #A79BB0
Tints of East Side #A79BB0
RGB
CMYK
RGB Variations
Color information
#A79BB0 (or 0xA79BB0) is known color: East Side. HEX triplet: A7, 9B and B0. RGB value is (167,155,176). Sum of RGB (Red+Green+Blue) = 167+155+176=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #A79BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79BB0 is #58644F. Grayscale: #A0A0A0. Windows color (decimal): -5792848 or 11574183. OLE color: 11574183.
HSL color Cylindrical-coordinate representation of color #A79BB0: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A79BB0 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 155 | 176 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.31 |
| HSL | 274.29º | 0.12% | 0.65% | - |
| HSV(B) | 274.29º | 0.12% | 0.69% | - |
| XYZ | 35.49 | 34.79 | 45.92 | - |
| YUV | 160.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 176 | 0.05 | 0.12 | 0 | 0.31 | 274.29 | 0.12 | 0.65 |
| Hex | A7 | 9B | B0 | 5 | C | 0 | 1F | 112 | C | 41 |
| Octal | 247 | 233 | 260 | 5 | 14 | 0 | 37 | 422 | 14 | 101 |
| Binary | 10100111 | 10011011 | 10110000 | 101 | 1100 | 0 | 11111 | 100010010 | 1100 | 1000001 |
Color Harmonies of #A79BB0
Complementary color
Monochromatic Colors of #A79BB0
Black with #A79BB0
Text Example
Text Example
White with #A79BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BB0; }
p { color: rgb(167,155,176); }
H1.HeaderClassName
{
color: #A79BB0;
}
.AnyTagClassName
{
color: #A79BB0;
}
</style>
background-color css
<style>
a { background-color: #A79BB0; }
a { background-color: rgb(167,155,176); }
div.DivClassName
{
background-color: #A79BB0;
}
.BgClassName
{
background-color: #A79BB0;
}
</style>
border-color css
<style>
span { border-color: #A79BB0; }
span { border-color: rgb(167,155,176); }
td.TdClassName
{
border-color: #A79BB0;
}
.TagClassName
{
border-color: #A79BB0;
}
</style>