Shades of East Side #A597AA
Tints of East Side #A597AA
RGB
CMYK
RGB Variations
Color information
#A597AA (or 0xA597AA) is known color: East Side. HEX triplet: A5, 97 and AA. RGB value is (165,151,170). Sum of RGB (Red+Green+Blue) = 165+151+170=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: blue. Hex color #A597AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A597AA is #5A6855. Grayscale: #9D9D9D. Windows color (decimal): -5924950 or 11179941. OLE color: 11179941.
HSL color Cylindrical-coordinate representation of color #A597AA: hue angle of 284.21º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A597AA is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 151 | 170 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.33 |
| HSL | 284.21º | 0.1% | 0.63% | - |
| HSV(B) | 284.21º | 0.11% | 0.67% | - |
| XYZ | 33.84 | 33.03 | 42.62 | - |
| YUV | 157.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 170 | 0.03 | 0.11 | 0 | 0.33 | 284.21 | 0.1 | 0.63 |
| Hex | A5 | 97 | AA | 3 | B | 0 | 21 | 11C | A | 3F |
| Octal | 245 | 227 | 252 | 3 | 13 | 0 | 41 | 434 | 12 | 77 |
| Binary | 10100101 | 10010111 | 10101010 | 11 | 1011 | 0 | 100001 | 100011100 | 1010 | 111111 |
Color Harmonies of #A597AA
Complementary color
Monochromatic Colors of #A597AA
Black with #A597AA
Text Example
Text Example
White with #A597AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597AA; }
p { color: rgb(165,151,170); }
H1.HeaderClassName
{
color: #A597AA;
}
.AnyTagClassName
{
color: #A597AA;
}
</style>
background-color css
<style>
a { background-color: #A597AA; }
a { background-color: rgb(165,151,170); }
div.DivClassName
{
background-color: #A597AA;
}
.BgClassName
{
background-color: #A597AA;
}
</style>
border-color css
<style>
span { border-color: #A597AA; }
span { border-color: rgb(165,151,170); }
td.TdClassName
{
border-color: #A597AA;
}
.TagClassName
{
border-color: #A597AA;
}
</style>