Shades of East Side #A79AB7
Tints of East Side #A79AB7
RGB
CMYK
RGB Variations
Color information
#A79AB7 (or 0xA79AB7) is known color: East Side. HEX triplet: A7, 9A and B7. RGB value is (167,154,183). Sum of RGB (Red+Green+Blue) = 167+154+183=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 183 - color contains mainly: blue. Hex color #A79AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AB7 is #586548. Grayscale: #A1A1A1. Windows color (decimal): -5793097 or 12032679. OLE color: 12032679.
HSL color Cylindrical-coordinate representation of color #A79AB7: hue angle of 266.9º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A79AB7 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 154 | 183 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.28 |
| HSL | 266.9º | 0.17% | 0.66% | - |
| HSV(B) | 266.9º | 0.16% | 0.72% | - |
| XYZ | 36.04 | 34.75 | 49.61 | - |
| YUV | 161.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 183 | 0.09 | 0.16 | 0 | 0.28 | 266.9 | 0.17 | 0.66 |
| Hex | A7 | 9A | B7 | 9 | 10 | 0 | 1C | 10B | 11 | 42 |
| Octal | 247 | 232 | 267 | 11 | 20 | 0 | 34 | 413 | 21 | 102 |
| Binary | 10100111 | 10011010 | 10110111 | 1001 | 10000 | 0 | 11100 | 100001011 | 10001 | 1000010 |
Color Harmonies of #A79AB7
Complementary color
Monochromatic Colors of #A79AB7
Black with #A79AB7
Text Example
Text Example
White with #A79AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79AB7; }
p { color: rgb(167,154,183); }
H1.HeaderClassName
{
color: #A79AB7;
}
.AnyTagClassName
{
color: #A79AB7;
}
</style>
background-color css
<style>
a { background-color: #A79AB7; }
a { background-color: rgb(167,154,183); }
div.DivClassName
{
background-color: #A79AB7;
}
.BgClassName
{
background-color: #A79AB7;
}
</style>
border-color css
<style>
span { border-color: #A79AB7; }
span { border-color: rgb(167,154,183); }
td.TdClassName
{
border-color: #A79AB7;
}
.TagClassName
{
border-color: #A79AB7;
}
</style>