Shades of East Side #A897BB
Tints of East Side #A897BB
RGB
CMYK
RGB Variations
Color information
#A897BB (or 0xA897BB) is known color: East Side. HEX triplet: A8, 97 and BB. RGB value is (168,151,187). Sum of RGB (Red+Green+Blue) = 168+151+187=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A897BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897BB is #576844. Grayscale: #A0A0A0. Windows color (decimal): -5728325 or 12294056. OLE color: 12294056.
HSL color Cylindrical-coordinate representation of color #A897BB: hue angle of 268.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A897BB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 151 | 187 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.27 |
| HSL | 268.33º | 0.21% | 0.66% | - |
| HSV(B) | 268.33º | 0.19% | 0.73% | - |
| XYZ | 36.18 | 34.05 | 51.68 | - |
| YUV | 160.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 187 | 0.10 | 0.19 | 0 | 0.27 | 268.33 | 0.21 | 0.66 |
| Hex | A8 | 97 | BB | A | 13 | 0 | 1B | 10C | 15 | 42 |
| Octal | 250 | 227 | 273 | 12 | 23 | 0 | 33 | 414 | 25 | 102 |
| Binary | 10101000 | 10010111 | 10111011 | 1010 | 10011 | 0 | 11011 | 100001100 | 10101 | 1000010 |
Color Harmonies of #A897BB
Complementary color
Monochromatic Colors of #A897BB
Black with #A897BB
Text Example
Text Example
White with #A897BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897BB; }
p { color: rgb(168,151,187); }
H1.HeaderClassName
{
color: #A897BB;
}
.AnyTagClassName
{
color: #A897BB;
}
</style>
background-color css
<style>
a { background-color: #A897BB; }
a { background-color: rgb(168,151,187); }
div.DivClassName
{
background-color: #A897BB;
}
.BgClassName
{
background-color: #A897BB;
}
</style>
border-color css
<style>
span { border-color: #A897BB; }
span { border-color: rgb(168,151,187); }
td.TdClassName
{
border-color: #A897BB;
}
.TagClassName
{
border-color: #A897BB;
}
</style>