Shades of East Side #A89BAF
Tints of East Side #A89BAF
RGB
CMYK
RGB Variations
Color information
#A89BAF (or 0xA89BAF) is known color: East Side. HEX triplet: A8, 9B and AF. RGB value is (168,155,175). Sum of RGB (Red+Green+Blue) = 168+155+175=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #A89BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAF is #576450. Grayscale: #A1A1A1. Windows color (decimal): -5727313 or 11508648. OLE color: 11508648.
HSL color Cylindrical-coordinate representation of color #A89BAF: hue angle of 279º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89BAF is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 155 | 175 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.31 |
| HSL | 279º | 0.11% | 0.65% | - |
| HSV(B) | 279º | 0.11% | 0.69% | - |
| XYZ | 35.61 | 34.86 | 45.41 | - |
| YUV | 161.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 175 | 0.04 | 0.11 | 0 | 0.31 | 279 | 0.11 | 0.65 |
| Hex | A8 | 9B | AF | 4 | B | 0 | 1F | 117 | B | 41 |
| Octal | 250 | 233 | 257 | 4 | 13 | 0 | 37 | 427 | 13 | 101 |
| Binary | 10101000 | 10011011 | 10101111 | 100 | 1011 | 0 | 11111 | 100010111 | 1011 | 1000001 |
Color Harmonies of #A89BAF
Complementary color
Monochromatic Colors of #A89BAF
Black with #A89BAF
Text Example
Text Example
White with #A89BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BAF; }
p { color: rgb(168,155,175); }
H1.HeaderClassName
{
color: #A89BAF;
}
.AnyTagClassName
{
color: #A89BAF;
}
</style>
background-color css
<style>
a { background-color: #A89BAF; }
a { background-color: rgb(168,155,175); }
div.DivClassName
{
background-color: #A89BAF;
}
.BgClassName
{
background-color: #A89BAF;
}
</style>
border-color css
<style>
span { border-color: #A89BAF; }
span { border-color: rgb(168,155,175); }
td.TdClassName
{
border-color: #A89BAF;
}
.TagClassName
{
border-color: #A89BAF;
}
</style>