Shades of East Side #A897AD
Tints of East Side #A897AD
RGB
CMYK
RGB Variations
Color information
#A897AD (or 0xA897AD) is known color: East Side. HEX triplet: A8, 97 and AD. RGB value is (168,151,173). Sum of RGB (Red+Green+Blue) = 168+151+173=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A897AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A897AD is #576852. Grayscale: #9E9E9E. Windows color (decimal): -5728339 or 11376552. OLE color: 11376552.
HSL color Cylindrical-coordinate representation of color #A897AD: hue angle of 286.36º 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 #A897AD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 151 | 173 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.32 |
| HSL | 286.36º | 0.12% | 0.64% | - |
| HSV(B) | 286.36º | 0.13% | 0.68% | - |
| XYZ | 34.76 | 33.48 | 44.16 | - |
| YUV | 158.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 173 | 0.03 | 0.13 | 0 | 0.32 | 286.36 | 0.12 | 0.64 |
| Hex | A8 | 97 | AD | 3 | D | 0 | 20 | 11E | C | 40 |
| Octal | 250 | 227 | 255 | 3 | 15 | 0 | 40 | 436 | 14 | 100 |
| Binary | 10101000 | 10010111 | 10101101 | 11 | 1101 | 0 | 100000 | 100011110 | 1100 | 1000000 |
Color Harmonies of #A897AD
Complementary color
Monochromatic Colors of #A897AD
Black with #A897AD
Text Example
Text Example
White with #A897AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897AD; }
p { color: rgb(168,151,173); }
H1.HeaderClassName
{
color: #A897AD;
}
.AnyTagClassName
{
color: #A897AD;
}
</style>
background-color css
<style>
a { background-color: #A897AD; }
a { background-color: rgb(168,151,173); }
div.DivClassName
{
background-color: #A897AD;
}
.BgClassName
{
background-color: #A897AD;
}
</style>
border-color css
<style>
span { border-color: #A897AD; }
span { border-color: rgb(168,151,173); }
td.TdClassName
{
border-color: #A897AD;
}
.TagClassName
{
border-color: #A897AD;
}
</style>