Shades of East Side #A89BAE
Tints of East Side #A89BAE
RGB
CMYK
RGB Variations
Color information
#A89BAE (or 0xA89BAE) is known color: East Side. HEX triplet: A8, 9B and AE. RGB value is (168,155,174). Sum of RGB (Red+Green+Blue) = 168+155+174=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #A89BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAE is #576451. Grayscale: #A0A0A0. Windows color (decimal): -5727314 or 11443112. OLE color: 11443112.
HSL color Cylindrical-coordinate representation of color #A89BAE: hue angle of 281.05º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89BAE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 155 | 174 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.32 |
| HSL | 281.05º | 0.1% | 0.65% | - |
| HSV(B) | 281.05º | 0.11% | 0.68% | - |
| XYZ | 35.51 | 34.82 | 44.89 | - |
| YUV | 161.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 174 | 0.03 | 0.11 | 0 | 0.32 | 281.05 | 0.1 | 0.65 |
| Hex | A8 | 9B | AE | 3 | B | 0 | 20 | 119 | A | 41 |
| Octal | 250 | 233 | 256 | 3 | 13 | 0 | 40 | 431 | 12 | 101 |
| Binary | 10101000 | 10011011 | 10101110 | 11 | 1011 | 0 | 100000 | 100011001 | 1010 | 1000001 |
Color Harmonies of #A89BAE
Complementary color
Monochromatic Colors of #A89BAE
Black with #A89BAE
Text Example
Text Example
White with #A89BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BAE; }
p { color: rgb(168,155,174); }
H1.HeaderClassName
{
color: #A89BAE;
}
.AnyTagClassName
{
color: #A89BAE;
}
</style>
background-color css
<style>
a { background-color: #A89BAE; }
a { background-color: rgb(168,155,174); }
div.DivClassName
{
background-color: #A89BAE;
}
.BgClassName
{
background-color: #A89BAE;
}
</style>
border-color css
<style>
span { border-color: #A89BAE; }
span { border-color: rgb(168,155,174); }
td.TdClassName
{
border-color: #A89BAE;
}
.TagClassName
{
border-color: #A89BAE;
}
</style>