Shades of East Side #A59AB0
Tints of East Side #A59AB0
RGB
CMYK
RGB Variations
Color information
#A59AB0 (or 0xA59AB0) is known color: East Side. HEX triplet: A5, 9A and B0. RGB value is (165,154,176). Sum of RGB (Red+Green+Blue) = 165+154+176=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 176 - color contains mainly: blue. Hex color #A59AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AB0 is #5A654F. Grayscale: #9F9F9F. Windows color (decimal): -5924176 or 11573925. OLE color: 11573925.
HSL color Cylindrical-coordinate representation of color #A59AB0: hue angle of 270º 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 #A59AB0 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 154 | 176 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.31 |
| HSL | 270º | 0.12% | 0.65% | - |
| HSV(B) | 270º | 0.13% | 0.69% | - |
| XYZ | 34.91 | 34.25 | 45.84 | - |
| YUV | 159.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 176 | 0.06 | 0.12 | 0 | 0.31 | 270 | 0.12 | 0.65 |
| Hex | A5 | 9A | B0 | 6 | C | 0 | 1F | 10E | C | 41 |
| Octal | 245 | 232 | 260 | 6 | 14 | 0 | 37 | 416 | 14 | 101 |
| Binary | 10100101 | 10011010 | 10110000 | 110 | 1100 | 0 | 11111 | 100001110 | 1100 | 1000001 |
Color Harmonies of #A59AB0
Complementary color
Monochromatic Colors of #A59AB0
Black with #A59AB0
Text Example
Text Example
White with #A59AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AB0; }
p { color: rgb(165,154,176); }
H1.HeaderClassName
{
color: #A59AB0;
}
.AnyTagClassName
{
color: #A59AB0;
}
</style>
background-color css
<style>
a { background-color: #A59AB0; }
a { background-color: rgb(165,154,176); }
div.DivClassName
{
background-color: #A59AB0;
}
.BgClassName
{
background-color: #A59AB0;
}
</style>
border-color css
<style>
span { border-color: #A59AB0; }
span { border-color: rgb(165,154,176); }
td.TdClassName
{
border-color: #A59AB0;
}
.TagClassName
{
border-color: #A59AB0;
}
</style>