Shades of East Side #A889B2
Tints of East Side #A889B2
RGB
CMYK
RGB Variations
Color information
#A889B2 (or 0xA889B2) is known color: East Side. HEX triplet: A8, 89 and B2. RGB value is (168,137,178). Sum of RGB (Red+Green+Blue) = 168+137+178=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 178 - color contains mainly: blue. Hex color #A889B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889B2 is #57764D. Grayscale: #969696. Windows color (decimal): -5731918 or 11700648. OLE color: 11700648.
HSL color Cylindrical-coordinate representation of color #A889B2: hue angle of 285.37º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A889B2 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 137 | 178 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.30 |
| HSL | 285.37º | 0.21% | 0.62% | - |
| HSV(B) | 285.37º | 0.23% | 0.7% | - |
| XYZ | 33.13 | 29.43 | 46.05 | - |
| YUV | 150.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 178 | 0.06 | 0.23 | 0 | 0.30 | 285.37 | 0.21 | 0.62 |
| Hex | A8 | 89 | B2 | 6 | 17 | 0 | 1E | 11D | 15 | 3E |
| Octal | 250 | 211 | 262 | 6 | 27 | 0 | 36 | 435 | 25 | 76 |
| Binary | 10101000 | 10001001 | 10110010 | 110 | 10111 | 0 | 11110 | 100011101 | 10101 | 111110 |
Color Harmonies of #A889B2
Complementary color
Monochromatic Colors of #A889B2
Black with #A889B2
Text Example
Text Example
White with #A889B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889B2; }
p { color: rgb(168,137,178); }
H1.HeaderClassName
{
color: #A889B2;
}
.AnyTagClassName
{
color: #A889B2;
}
</style>
background-color css
<style>
a { background-color: #A889B2; }
a { background-color: rgb(168,137,178); }
div.DivClassName
{
background-color: #A889B2;
}
.BgClassName
{
background-color: #A889B2;
}
</style>
border-color css
<style>
span { border-color: #A889B2; }
span { border-color: rgb(168,137,178); }
td.TdClassName
{
border-color: #A889B2;
}
.TagClassName
{
border-color: #A889B2;
}
</style>