Shades of East Side #A89AB0
Tints of East Side #A89AB0
RGB
CMYK
RGB Variations
Color information
#A89AB0 (or 0xA89AB0) is known color: East Side. HEX triplet: A8, 9A and B0. RGB value is (168,154,176). Sum of RGB (Red+Green+Blue) = 168+154+176=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #A89AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89AB0 is #57654F. Grayscale: #A0A0A0. Windows color (decimal): -5727568 or 11573928. OLE color: 11573928.
HSL color Cylindrical-coordinate representation of color #A89AB0: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89AB0 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 154 | 176 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.31 |
| HSL | 278.18º | 0.12% | 0.65% | - |
| HSV(B) | 278.18º | 0.13% | 0.69% | - |
| XYZ | 35.54 | 34.57 | 45.87 | - |
| YUV | 160.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 176 | 0.05 | 0.12 | 0 | 0.31 | 278.18 | 0.12 | 0.65 |
| Hex | A8 | 9A | B0 | 5 | C | 0 | 1F | 116 | C | 41 |
| Octal | 250 | 232 | 260 | 5 | 14 | 0 | 37 | 426 | 14 | 101 |
| Binary | 10101000 | 10011010 | 10110000 | 101 | 1100 | 0 | 11111 | 100010110 | 1100 | 1000001 |
Color Harmonies of #A89AB0
Complementary color
Monochromatic Colors of #A89AB0
Black with #A89AB0
Text Example
Text Example
White with #A89AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AB0; }
p { color: rgb(168,154,176); }
H1.HeaderClassName
{
color: #A89AB0;
}
.AnyTagClassName
{
color: #A89AB0;
}
</style>
background-color css
<style>
a { background-color: #A89AB0; }
a { background-color: rgb(168,154,176); }
div.DivClassName
{
background-color: #A89AB0;
}
.BgClassName
{
background-color: #A89AB0;
}
</style>
border-color css
<style>
span { border-color: #A89AB0; }
span { border-color: rgb(168,154,176); }
td.TdClassName
{
border-color: #A89AB0;
}
.TagClassName
{
border-color: #A89AB0;
}
</style>