Shades of East Side #A597AC
Tints of East Side #A597AC
RGB
CMYK
RGB Variations
Color information
#A597AC (or 0xA597AC) is known color: East Side. HEX triplet: A5, 97 and AC. RGB value is (165,151,172). Sum of RGB (Red+Green+Blue) = 165+151+172=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A597AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A597AC is #5A6853. Grayscale: #9D9D9D. Windows color (decimal): -5924948 or 11311013. OLE color: 11311013.
HSL color Cylindrical-coordinate representation of color #A597AC: hue angle of 280º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A597AC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 151 | 172 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.33 |
| HSL | 280º | 0.11% | 0.63% | - |
| HSV(B) | 280º | 0.12% | 0.67% | - |
| XYZ | 34.03 | 33.11 | 43.63 | - |
| YUV | 157.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 172 | 0.04 | 0.12 | 0 | 0.33 | 280 | 0.11 | 0.63 |
| Hex | A5 | 97 | AC | 4 | C | 0 | 21 | 118 | B | 3F |
| Octal | 245 | 227 | 254 | 4 | 14 | 0 | 41 | 430 | 13 | 77 |
| Binary | 10100101 | 10010111 | 10101100 | 100 | 1100 | 0 | 100001 | 100011000 | 1011 | 111111 |
Color Harmonies of #A597AC
Complementary color
Monochromatic Colors of #A597AC
Black with #A597AC
Text Example
Text Example
White with #A597AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597AC; }
p { color: rgb(165,151,172); }
H1.HeaderClassName
{
color: #A597AC;
}
.AnyTagClassName
{
color: #A597AC;
}
</style>
background-color css
<style>
a { background-color: #A597AC; }
a { background-color: rgb(165,151,172); }
div.DivClassName
{
background-color: #A597AC;
}
.BgClassName
{
background-color: #A597AC;
}
</style>
border-color css
<style>
span { border-color: #A597AC; }
span { border-color: rgb(165,151,172); }
td.TdClassName
{
border-color: #A597AC;
}
.TagClassName
{
border-color: #A597AC;
}
</style>