Shades of East Side #A599B0
Tints of East Side #A599B0
RGB
CMYK
RGB Variations
Color information
#A599B0 (or 0xA599B0) is known color: East Side. HEX triplet: A5, 99 and B0. RGB value is (165,153,176). Sum of RGB (Red+Green+Blue) = 165+153+176=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #A599B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599B0 is #5A664F. Grayscale: #9F9F9F. Windows color (decimal): -5924432 or 11573669. OLE color: 11573669.
HSL color Cylindrical-coordinate representation of color #A599B0: hue angle of 271.3º 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 #A599B0 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 153 | 176 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.31 |
| HSL | 271.3º | 0.13% | 0.65% | - |
| HSV(B) | 271.3º | 0.13% | 0.69% | - |
| XYZ | 34.74 | 33.92 | 45.79 | - |
| YUV | 159.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 176 | 0.06 | 0.13 | 0 | 0.31 | 271.3 | 0.13 | 0.65 |
| Hex | A5 | 99 | B0 | 6 | D | 0 | 1F | 10F | D | 41 |
| Octal | 245 | 231 | 260 | 6 | 15 | 0 | 37 | 417 | 15 | 101 |
| Binary | 10100101 | 10011001 | 10110000 | 110 | 1101 | 0 | 11111 | 100001111 | 1101 | 1000001 |
Color Harmonies of #A599B0
Complementary color
Monochromatic Colors of #A599B0
Black with #A599B0
Text Example
Text Example
White with #A599B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599B0; }
p { color: rgb(165,153,176); }
H1.HeaderClassName
{
color: #A599B0;
}
.AnyTagClassName
{
color: #A599B0;
}
</style>
background-color css
<style>
a { background-color: #A599B0; }
a { background-color: rgb(165,153,176); }
div.DivClassName
{
background-color: #A599B0;
}
.BgClassName
{
background-color: #A599B0;
}
</style>
border-color css
<style>
span { border-color: #A599B0; }
span { border-color: rgb(165,153,176); }
td.TdClassName
{
border-color: #A599B0;
}
.TagClassName
{
border-color: #A599B0;
}
</style>