Shades of East Side #A89BB6
Tints of East Side #A89BB6
RGB
CMYK
RGB Variations
Color information
#A89BB6 (or 0xA89BB6) is known color: East Side. HEX triplet: A8, 9B and B6. RGB value is (168,155,182). Sum of RGB (Red+Green+Blue) = 168+155+182=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #A89BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BB6 is #576449. Grayscale: #A1A1A1. Windows color (decimal): -5727306 or 11967400. OLE color: 11967400.
HSL color Cylindrical-coordinate representation of color #A89BB6: hue angle of 268.89º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A89BB6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 155 | 182 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.29 |
| HSL | 268.89º | 0.16% | 0.66% | - |
| HSV(B) | 268.89º | 0.15% | 0.71% | - |
| XYZ | 36.31 | 35.14 | 49.13 | - |
| YUV | 161.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 182 | 0.08 | 0.15 | 0 | 0.29 | 268.89 | 0.16 | 0.66 |
| Hex | A8 | 9B | B6 | 8 | F | 0 | 1D | 10D | 10 | 42 |
| Octal | 250 | 233 | 266 | 10 | 17 | 0 | 35 | 415 | 20 | 102 |
| Binary | 10101000 | 10011011 | 10110110 | 1000 | 1111 | 0 | 11101 | 100001101 | 10000 | 1000010 |
Color Harmonies of #A89BB6
Complementary color
Monochromatic Colors of #A89BB6
Black with #A89BB6
Text Example
Text Example
White with #A89BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BB6; }
p { color: rgb(168,155,182); }
H1.HeaderClassName
{
color: #A89BB6;
}
.AnyTagClassName
{
color: #A89BB6;
}
</style>
background-color css
<style>
a { background-color: #A89BB6; }
a { background-color: rgb(168,155,182); }
div.DivClassName
{
background-color: #A89BB6;
}
.BgClassName
{
background-color: #A89BB6;
}
</style>
border-color css
<style>
span { border-color: #A89BB6; }
span { border-color: rgb(168,155,182); }
td.TdClassName
{
border-color: #A89BB6;
}
.TagClassName
{
border-color: #A89BB6;
}
</style>