Shades of East Side #A597B2
Tints of East Side #A597B2
RGB
CMYK
RGB Variations
Color information
#A597B2 (or 0xA597B2) is known color: East Side. HEX triplet: A5, 97 and B2. RGB value is (165,151,178). Sum of RGB (Red+Green+Blue) = 165+151+178=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 178 - color contains mainly: blue. Hex color #A597B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A597B2 is #5A684D. Grayscale: #9E9E9E. Windows color (decimal): -5924942 or 11704229. OLE color: 11704229.
HSL color Cylindrical-coordinate representation of color #A597B2: hue angle of 271.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A597B2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 151 | 178 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.30 |
| HSL | 271.11º | 0.15% | 0.65% | - |
| HSV(B) | 271.11º | 0.15% | 0.7% | - |
| XYZ | 34.62 | 33.35 | 46.73 | - |
| YUV | 158.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 178 | 0.07 | 0.15 | 0 | 0.30 | 271.11 | 0.15 | 0.65 |
| Hex | A5 | 97 | B2 | 7 | F | 0 | 1E | 10F | F | 41 |
| Octal | 245 | 227 | 262 | 7 | 17 | 0 | 36 | 417 | 17 | 101 |
| Binary | 10100101 | 10010111 | 10110010 | 111 | 1111 | 0 | 11110 | 100001111 | 1111 | 1000001 |
Color Harmonies of #A597B2
Complementary color
Monochromatic Colors of #A597B2
Black with #A597B2
Text Example
Text Example
White with #A597B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597B2; }
p { color: rgb(165,151,178); }
H1.HeaderClassName
{
color: #A597B2;
}
.AnyTagClassName
{
color: #A597B2;
}
</style>
background-color css
<style>
a { background-color: #A597B2; }
a { background-color: rgb(165,151,178); }
div.DivClassName
{
background-color: #A597B2;
}
.BgClassName
{
background-color: #A597B2;
}
</style>
border-color css
<style>
span { border-color: #A597B2; }
span { border-color: rgb(165,151,178); }
td.TdClassName
{
border-color: #A597B2;
}
.TagClassName
{
border-color: #A597B2;
}
</style>