Shades of East Side #A989B3
Tints of East Side #A989B3
RGB
CMYK
RGB Variations
Color information
#A989B3 (or 0xA989B3) is known color: East Side. HEX triplet: A9, 89 and B3. RGB value is (169,137,179). Sum of RGB (Red+Green+Blue) = 169+137+179=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #A989B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989B3 is #56764C. Grayscale: #979797. Windows color (decimal): -5666381 or 11766185. OLE color: 11766185.
HSL color Cylindrical-coordinate representation of color #A989B3: hue angle of 285.71º degrees, saturation: 0.22, 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 #A989B3 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 137 | 179 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.30 |
| HSL | 285.71º | 0.22% | 0.62% | - |
| HSV(B) | 285.71º | 0.23% | 0.7% | - |
| XYZ | 33.44 | 29.58 | 46.59 | - |
| YUV | 151.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 179 | 0.06 | 0.23 | 0 | 0.30 | 285.71 | 0.22 | 0.62 |
| Hex | A9 | 89 | B3 | 6 | 17 | 0 | 1E | 11E | 16 | 3E |
| Octal | 251 | 211 | 263 | 6 | 27 | 0 | 36 | 436 | 26 | 76 |
| Binary | 10101001 | 10001001 | 10110011 | 110 | 10111 | 0 | 11110 | 100011110 | 10110 | 111110 |
Color Harmonies of #A989B3
Complementary color
Monochromatic Colors of #A989B3
Black with #A989B3
Text Example
Text Example
White with #A989B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A989B3; }
p { color: rgb(169,137,179); }
H1.HeaderClassName
{
color: #A989B3;
}
.AnyTagClassName
{
color: #A989B3;
}
</style>
background-color css
<style>
a { background-color: #A989B3; }
a { background-color: rgb(169,137,179); }
div.DivClassName
{
background-color: #A989B3;
}
.BgClassName
{
background-color: #A989B3;
}
</style>
border-color css
<style>
span { border-color: #A989B3; }
span { border-color: rgb(169,137,179); }
td.TdClassName
{
border-color: #A989B3;
}
.TagClassName
{
border-color: #A989B3;
}
</style>