Shades of East Side #A89BB8
Tints of East Side #A89BB8
RGB
CMYK
RGB Variations
Color information
#A89BB8 (or 0xA89BB8) is known color: East Side. HEX triplet: A8, 9B and B8. RGB value is (168,155,184). Sum of RGB (Red+Green+Blue) = 168+155+184=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #A89BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BB8 is #576447. Grayscale: #A2A2A2. Windows color (decimal): -5727304 or 12098472. OLE color: 12098472.
HSL color Cylindrical-coordinate representation of color #A89BB8: hue angle of 266.9º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A89BB8 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 155 | 184 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.28 |
| HSL | 266.9º | 0.17% | 0.66% | - |
| HSV(B) | 266.9º | 0.16% | 0.72% | - |
| XYZ | 36.52 | 35.23 | 50.22 | - |
| YUV | 162.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 184 | 0.09 | 0.16 | 0 | 0.28 | 266.9 | 0.17 | 0.66 |
| Hex | A8 | 9B | B8 | 9 | 10 | 0 | 1C | 10B | 11 | 42 |
| Octal | 250 | 233 | 270 | 11 | 20 | 0 | 34 | 413 | 21 | 102 |
| Binary | 10101000 | 10011011 | 10111000 | 1001 | 10000 | 0 | 11100 | 100001011 | 10001 | 1000010 |
Color Harmonies of #A89BB8
Complementary color
Monochromatic Colors of #A89BB8
Black with #A89BB8
Text Example
Text Example
White with #A89BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BB8; }
p { color: rgb(168,155,184); }
H1.HeaderClassName
{
color: #A89BB8;
}
.AnyTagClassName
{
color: #A89BB8;
}
</style>
background-color css
<style>
a { background-color: #A89BB8; }
a { background-color: rgb(168,155,184); }
div.DivClassName
{
background-color: #A89BB8;
}
.BgClassName
{
background-color: #A89BB8;
}
</style>
border-color css
<style>
span { border-color: #A89BB8; }
span { border-color: rgb(168,155,184); }
td.TdClassName
{
border-color: #A89BB8;
}
.TagClassName
{
border-color: #A89BB8;
}
</style>