Shades of East Side #A989B2
Tints of East Side #A989B2
RGB
CMYK
RGB Variations
Color information
#A989B2 (or 0xA989B2) is known color: East Side. HEX triplet: A9, 89 and B2. RGB value is (169,137,178). Sum of RGB (Red+Green+Blue) = 169+137+178=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 178 - color contains mainly: blue. Hex color #A989B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A989B2 is #56764D. Grayscale: #979797. Windows color (decimal): -5666382 or 11700649. OLE color: 11700649.
HSL color Cylindrical-coordinate representation of color #A989B2: hue angle of 286.83º 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 #A989B2 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 137 | 178 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.30 |
| HSL | 286.83º | 0.21% | 0.62% | - |
| HSV(B) | 286.83º | 0.23% | 0.7% | - |
| XYZ | 33.34 | 29.54 | 46.06 | - |
| YUV | 151.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 178 | 0.05 | 0.23 | 0 | 0.30 | 286.83 | 0.21 | 0.62 |
| Hex | A9 | 89 | B2 | 5 | 17 | 0 | 1E | 11F | 15 | 3E |
| Octal | 251 | 211 | 262 | 5 | 27 | 0 | 36 | 437 | 25 | 76 |
| Binary | 10101001 | 10001001 | 10110010 | 101 | 10111 | 0 | 11110 | 100011111 | 10101 | 111110 |
Color Harmonies of #A989B2
Complementary color
Monochromatic Colors of #A989B2
Black with #A989B2
Text Example
Text Example
White with #A989B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A989B2; }
p { color: rgb(169,137,178); }
H1.HeaderClassName
{
color: #A989B2;
}
.AnyTagClassName
{
color: #A989B2;
}
</style>
background-color css
<style>
a { background-color: #A989B2; }
a { background-color: rgb(169,137,178); }
div.DivClassName
{
background-color: #A989B2;
}
.BgClassName
{
background-color: #A989B2;
}
</style>
border-color css
<style>
span { border-color: #A989B2; }
span { border-color: rgb(169,137,178); }
td.TdClassName
{
border-color: #A989B2;
}
.TagClassName
{
border-color: #A989B2;
}
</style>