Shades of East Side #A89AAF
Tints of East Side #A89AAF
RGB
CMYK
RGB Variations
Color information
#A89AAF (or 0xA89AAF) is known color: East Side. HEX triplet: A8, 9A and AF. RGB value is (168,154,175). Sum of RGB (Red+Green+Blue) = 168+154+175=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #A89AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89AAF is #576550. Grayscale: #A0A0A0. Windows color (decimal): -5727569 or 11508392. OLE color: 11508392.
HSL color Cylindrical-coordinate representation of color #A89AAF: hue angle of 280º 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 #A89AAF is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 154 | 175 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.31 |
| HSL | 280º | 0.12% | 0.65% | - |
| HSV(B) | 280º | 0.12% | 0.69% | - |
| XYZ | 35.44 | 34.53 | 45.35 | - |
| YUV | 160.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 175 | 0.04 | 0.12 | 0 | 0.31 | 280 | 0.12 | 0.65 |
| Hex | A8 | 9A | AF | 4 | C | 0 | 1F | 118 | C | 41 |
| Octal | 250 | 232 | 257 | 4 | 14 | 0 | 37 | 430 | 14 | 101 |
| Binary | 10101000 | 10011010 | 10101111 | 100 | 1100 | 0 | 11111 | 100011000 | 1100 | 1000001 |
Color Harmonies of #A89AAF
Complementary color
Monochromatic Colors of #A89AAF
Black with #A89AAF
Text Example
Text Example
White with #A89AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AAF; }
p { color: rgb(168,154,175); }
H1.HeaderClassName
{
color: #A89AAF;
}
.AnyTagClassName
{
color: #A89AAF;
}
</style>
background-color css
<style>
a { background-color: #A89AAF; }
a { background-color: rgb(168,154,175); }
div.DivClassName
{
background-color: #A89AAF;
}
.BgClassName
{
background-color: #A89AAF;
}
</style>
border-color css
<style>
span { border-color: #A89AAF; }
span { border-color: rgb(168,154,175); }
td.TdClassName
{
border-color: #A89AAF;
}
.TagClassName
{
border-color: #A89AAF;
}
</style>