Shades of East Side #A89AB4
Tints of East Side #A89AB4
RGB
CMYK
RGB Variations
Color information
#A89AB4 (or 0xA89AB4) is known color: East Side. HEX triplet: A8, 9A and B4. RGB value is (168,154,180). Sum of RGB (Red+Green+Blue) = 168+154+180=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A89AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AB4 is #57654B. Grayscale: #A1A1A1. Windows color (decimal): -5727564 or 11836072. OLE color: 11836072.
HSL color Cylindrical-coordinate representation of color #A89AB4: hue angle of 272.31º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89AB4 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 154 | 180 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.29 |
| HSL | 272.31º | 0.15% | 0.65% | - |
| HSV(B) | 272.31º | 0.14% | 0.71% | - |
| XYZ | 35.94 | 34.73 | 47.99 | - |
| YUV | 161.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 180 | 0.07 | 0.14 | 0 | 0.29 | 272.31 | 0.15 | 0.65 |
| Hex | A8 | 9A | B4 | 7 | E | 0 | 1D | 110 | F | 41 |
| Octal | 250 | 232 | 264 | 7 | 16 | 0 | 35 | 420 | 17 | 101 |
| Binary | 10101000 | 10011010 | 10110100 | 111 | 1110 | 0 | 11101 | 100010000 | 1111 | 1000001 |
Color Harmonies of #A89AB4
Complementary color
Monochromatic Colors of #A89AB4
Black with #A89AB4
Text Example
Text Example
White with #A89AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AB4; }
p { color: rgb(168,154,180); }
H1.HeaderClassName
{
color: #A89AB4;
}
.AnyTagClassName
{
color: #A89AB4;
}
</style>
background-color css
<style>
a { background-color: #A89AB4; }
a { background-color: rgb(168,154,180); }
div.DivClassName
{
background-color: #A89AB4;
}
.BgClassName
{
background-color: #A89AB4;
}
</style>
border-color css
<style>
span { border-color: #A89AB4; }
span { border-color: rgb(168,154,180); }
td.TdClassName
{
border-color: #A89AB4;
}
.TagClassName
{
border-color: #A89AB4;
}
</style>