Shades of East Side #A497AD
Tints of East Side #A497AD
RGB
CMYK
RGB Variations
Color information
#A497AD (or 0xA497AD) is known color: East Side. HEX triplet: A4, 97 and AD. RGB value is (164,151,173). Sum of RGB (Red+Green+Blue) = 164+151+173=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A497AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497AD is #5B6852. Grayscale: #9D9D9D. Windows color (decimal): -5990483 or 11376548. OLE color: 11376548.
HSL color Cylindrical-coordinate representation of color #A497AD: hue angle of 275.45º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A497AD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 151 | 173 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.32 |
| HSL | 275.45º | 0.12% | 0.64% | - |
| HSV(B) | 275.45º | 0.13% | 0.68% | - |
| XYZ | 33.92 | 33.04 | 44.13 | - |
| YUV | 157.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 173 | 0.05 | 0.13 | 0 | 0.32 | 275.45 | 0.12 | 0.64 |
| Hex | A4 | 97 | AD | 5 | D | 0 | 20 | 113 | C | 40 |
| Octal | 244 | 227 | 255 | 5 | 15 | 0 | 40 | 423 | 14 | 100 |
| Binary | 10100100 | 10010111 | 10101101 | 101 | 1101 | 0 | 100000 | 100010011 | 1100 | 1000000 |
Color Harmonies of #A497AD
Complementary color
Monochromatic Colors of #A497AD
Black with #A497AD
Text Example
Text Example
White with #A497AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497AD; }
p { color: rgb(164,151,173); }
H1.HeaderClassName
{
color: #A497AD;
}
.AnyTagClassName
{
color: #A497AD;
}
</style>
background-color css
<style>
a { background-color: #A497AD; }
a { background-color: rgb(164,151,173); }
div.DivClassName
{
background-color: #A497AD;
}
.BgClassName
{
background-color: #A497AD;
}
</style>
border-color css
<style>
span { border-color: #A497AD; }
span { border-color: rgb(164,151,173); }
td.TdClassName
{
border-color: #A497AD;
}
.TagClassName
{
border-color: #A497AD;
}
</style>