Shades of East Side #A59AB1
Tints of East Side #A59AB1
RGB
CMYK
RGB Variations
Color information
#A59AB1 (or 0xA59AB1) is known color: East Side. HEX triplet: A5, 9A and B1. RGB value is (165,154,177). Sum of RGB (Red+Green+Blue) = 165+154+177=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 177 - color contains mainly: blue. Hex color #A59AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AB1 is #5A654E. Grayscale: #9F9F9F. Windows color (decimal): -5924175 or 11639461. OLE color: 11639461.
HSL color Cylindrical-coordinate representation of color #A59AB1: hue angle of 268.7º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59AB1 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 154 | 177 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.31 |
| HSL | 268.7º | 0.13% | 0.65% | - |
| HSV(B) | 268.7º | 0.13% | 0.69% | - |
| XYZ | 35.01 | 34.28 | 46.37 | - |
| YUV | 159.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 177 | 0.07 | 0.13 | 0 | 0.31 | 268.7 | 0.13 | 0.65 |
| Hex | A5 | 9A | B1 | 7 | D | 0 | 1F | 10D | D | 41 |
| Octal | 245 | 232 | 261 | 7 | 15 | 0 | 37 | 415 | 15 | 101 |
| Binary | 10100101 | 10011010 | 10110001 | 111 | 1101 | 0 | 11111 | 100001101 | 1101 | 1000001 |
Color Harmonies of #A59AB1
Complementary color
Monochromatic Colors of #A59AB1
Black with #A59AB1
Text Example
Text Example
White with #A59AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AB1; }
p { color: rgb(165,154,177); }
H1.HeaderClassName
{
color: #A59AB1;
}
.AnyTagClassName
{
color: #A59AB1;
}
</style>
background-color css
<style>
a { background-color: #A59AB1; }
a { background-color: rgb(165,154,177); }
div.DivClassName
{
background-color: #A59AB1;
}
.BgClassName
{
background-color: #A59AB1;
}
</style>
border-color css
<style>
span { border-color: #A59AB1; }
span { border-color: rgb(165,154,177); }
td.TdClassName
{
border-color: #A59AB1;
}
.TagClassName
{
border-color: #A59AB1;
}
</style>