Shades of East Side #A89CB2
Tints of East Side #A89CB2
RGB
CMYK
RGB Variations
Color information
#A89CB2 (or 0xA89CB2) is known color: East Side. HEX triplet: A8, 9C and B2. RGB value is (168,156,178). Sum of RGB (Red+Green+Blue) = 168+156+178=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 178 - color contains mainly: blue. Hex color #A89CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89CB2 is #57634D. Grayscale: #A2A2A2. Windows color (decimal): -5727054 or 11705512. OLE color: 11705512.
HSL color Cylindrical-coordinate representation of color #A89CB2: hue angle of 272.73º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89CB2 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 156 | 178 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.30 |
| HSL | 272.73º | 0.13% | 0.65% | - |
| HSV(B) | 272.73º | 0.12% | 0.7% | - |
| XYZ | 36.07 | 35.32 | 47.03 | - |
| YUV | 162.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 178 | 0.06 | 0.12 | 0 | 0.30 | 272.73 | 0.13 | 0.65 |
| Hex | A8 | 9C | B2 | 6 | C | 0 | 1E | 111 | C | 41 |
| Octal | 250 | 234 | 262 | 6 | 14 | 0 | 36 | 421 | 14 | 101 |
| Binary | 10101000 | 10011100 | 10110010 | 110 | 1100 | 0 | 11110 | 100010001 | 1100 | 1000001 |
Color Harmonies of #A89CB2
Complementary color
Monochromatic Colors of #A89CB2
Black with #A89CB2
Text Example
Text Example
White with #A89CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CB2; }
p { color: rgb(168,156,178); }
H1.HeaderClassName
{
color: #A89CB2;
}
.AnyTagClassName
{
color: #A89CB2;
}
</style>
background-color css
<style>
a { background-color: #A89CB2; }
a { background-color: rgb(168,156,178); }
div.DivClassName
{
background-color: #A89CB2;
}
.BgClassName
{
background-color: #A89CB2;
}
</style>
border-color css
<style>
span { border-color: #A89CB2; }
span { border-color: rgb(168,156,178); }
td.TdClassName
{
border-color: #A89CB2;
}
.TagClassName
{
border-color: #A89CB2;
}
</style>