Shades of East Side #A59AB2
Tints of East Side #A59AB2
RGB
CMYK
RGB Variations
Color information
#A59AB2 (or 0xA59AB2) is known color: East Side. HEX triplet: A5, 9A and B2. RGB value is (165,154,178). Sum of RGB (Red+Green+Blue) = 165+154+178=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #A59AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AB2 is #5A654D. Grayscale: #9F9F9F. Windows color (decimal): -5924174 or 11704997. OLE color: 11704997.
HSL color Cylindrical-coordinate representation of color #A59AB2: hue angle of 267.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59AB2 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 154 | 178 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.30 |
| HSL | 267.5º | 0.13% | 0.65% | - |
| HSV(B) | 267.5º | 0.13% | 0.7% | - |
| XYZ | 35.11 | 34.32 | 46.89 | - |
| YUV | 160.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 178 | 0.07 | 0.13 | 0 | 0.30 | 267.5 | 0.13 | 0.65 |
| Hex | A5 | 9A | B2 | 7 | D | 0 | 1E | 10C | D | 41 |
| Octal | 245 | 232 | 262 | 7 | 15 | 0 | 36 | 414 | 15 | 101 |
| Binary | 10100101 | 10011010 | 10110010 | 111 | 1101 | 0 | 11110 | 100001100 | 1101 | 1000001 |
Color Harmonies of #A59AB2
Complementary color
Monochromatic Colors of #A59AB2
Black with #A59AB2
Text Example
Text Example
White with #A59AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AB2; }
p { color: rgb(165,154,178); }
H1.HeaderClassName
{
color: #A59AB2;
}
.AnyTagClassName
{
color: #A59AB2;
}
</style>
background-color css
<style>
a { background-color: #A59AB2; }
a { background-color: rgb(165,154,178); }
div.DivClassName
{
background-color: #A59AB2;
}
.BgClassName
{
background-color: #A59AB2;
}
</style>
border-color css
<style>
span { border-color: #A59AB2; }
span { border-color: rgb(165,154,178); }
td.TdClassName
{
border-color: #A59AB2;
}
.TagClassName
{
border-color: #A59AB2;
}
</style>