Shades of East Side #A89AB3
Tints of East Side #A89AB3
RGB
CMYK
RGB Variations
Color information
#A89AB3 (or 0xA89AB3) is known color: East Side. HEX triplet: A8, 9A and B3. RGB value is (168,154,179). Sum of RGB (Red+Green+Blue) = 168+154+179=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #A89AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AB3 is #57654C. Grayscale: #A0A0A0. Windows color (decimal): -5727565 or 11770536. OLE color: 11770536.
HSL color Cylindrical-coordinate representation of color #A89AB3: hue angle of 273.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89AB3 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 154 | 179 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.30 |
| HSL | 273.6º | 0.14% | 0.65% | - |
| HSV(B) | 273.6º | 0.14% | 0.7% | - |
| XYZ | 35.84 | 34.69 | 47.45 | - |
| YUV | 161.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 179 | 0.06 | 0.14 | 0 | 0.30 | 273.6 | 0.14 | 0.65 |
| Hex | A8 | 9A | B3 | 6 | E | 0 | 1E | 112 | E | 41 |
| Octal | 250 | 232 | 263 | 6 | 16 | 0 | 36 | 422 | 16 | 101 |
| Binary | 10101000 | 10011010 | 10110011 | 110 | 1110 | 0 | 11110 | 100010010 | 1110 | 1000001 |
Color Harmonies of #A89AB3
Complementary color
Monochromatic Colors of #A89AB3
Black with #A89AB3
Text Example
Text Example
White with #A89AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AB3; }
p { color: rgb(168,154,179); }
H1.HeaderClassName
{
color: #A89AB3;
}
.AnyTagClassName
{
color: #A89AB3;
}
</style>
background-color css
<style>
a { background-color: #A89AB3; }
a { background-color: rgb(168,154,179); }
div.DivClassName
{
background-color: #A89AB3;
}
.BgClassName
{
background-color: #A89AB3;
}
</style>
border-color css
<style>
span { border-color: #A89AB3; }
span { border-color: rgb(168,154,179); }
td.TdClassName
{
border-color: #A89AB3;
}
.TagClassName
{
border-color: #A89AB3;
}
</style>