Shades of East Side #A89CB6
Tints of East Side #A89CB6
RGB
CMYK
RGB Variations
Color information
#A89CB6 (or 0xA89CB6) is known color: East Side. HEX triplet: A8, 9C and B6. RGB value is (168,156,182). Sum of RGB (Red+Green+Blue) = 168+156+182=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #A89CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CB6 is #576349. Grayscale: #A2A2A2. Windows color (decimal): -5727050 or 11967656. OLE color: 11967656.
HSL color Cylindrical-coordinate representation of color #A89CB6: hue angle of 267.69º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89CB6 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 156 | 182 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.29 |
| HSL | 267.69º | 0.15% | 0.66% | - |
| HSV(B) | 267.69º | 0.14% | 0.71% | - |
| XYZ | 36.48 | 35.48 | 49.18 | - |
| YUV | 162.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 182 | 0.08 | 0.14 | 0 | 0.29 | 267.69 | 0.15 | 0.66 |
| Hex | A8 | 9C | B6 | 8 | E | 0 | 1D | 10C | F | 42 |
| Octal | 250 | 234 | 266 | 10 | 16 | 0 | 35 | 414 | 17 | 102 |
| Binary | 10101000 | 10011100 | 10110110 | 1000 | 1110 | 0 | 11101 | 100001100 | 1111 | 1000010 |
Color Harmonies of #A89CB6
Complementary color
Monochromatic Colors of #A89CB6
Black with #A89CB6
Text Example
Text Example
White with #A89CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CB6; }
p { color: rgb(168,156,182); }
H1.HeaderClassName
{
color: #A89CB6;
}
.AnyTagClassName
{
color: #A89CB6;
}
</style>
background-color css
<style>
a { background-color: #A89CB6; }
a { background-color: rgb(168,156,182); }
div.DivClassName
{
background-color: #A89CB6;
}
.BgClassName
{
background-color: #A89CB6;
}
</style>
border-color css
<style>
span { border-color: #A89CB6; }
span { border-color: rgb(168,156,182); }
td.TdClassName
{
border-color: #A89CB6;
}
.TagClassName
{
border-color: #A89CB6;
}
</style>