Shades of East Side #A989B4
Tints of East Side #A989B4
RGB
CMYK
RGB Variations
Color information
#A989B4 (or 0xA989B4) is known color: East Side. HEX triplet: A9, 89 and B4. RGB value is (169,137,180). Sum of RGB (Red+Green+Blue) = 169+137+180=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #A989B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989B4 is #56764B. Grayscale: #979797. Windows color (decimal): -5666380 or 11831721. OLE color: 11831721.
HSL color Cylindrical-coordinate representation of color #A989B4: hue angle of 284.65º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A989B4 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 137 | 180 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.29 |
| HSL | 284.65º | 0.22% | 0.62% | - |
| HSV(B) | 284.65º | 0.24% | 0.71% | - |
| XYZ | 33.55 | 29.62 | 47.13 | - |
| YUV | 151.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 180 | 0.06 | 0.24 | 0 | 0.29 | 284.65 | 0.22 | 0.62 |
| Hex | A9 | 89 | B4 | 6 | 18 | 0 | 1D | 11D | 16 | 3E |
| Octal | 251 | 211 | 264 | 6 | 30 | 0 | 35 | 435 | 26 | 76 |
| Binary | 10101001 | 10001001 | 10110100 | 110 | 11000 | 0 | 11101 | 100011101 | 10110 | 111110 |
Color Harmonies of #A989B4
Complementary color
Monochromatic Colors of #A989B4
Black with #A989B4
Text Example
Text Example
White with #A989B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A989B4; }
p { color: rgb(169,137,180); }
H1.HeaderClassName
{
color: #A989B4;
}
.AnyTagClassName
{
color: #A989B4;
}
</style>
background-color css
<style>
a { background-color: #A989B4; }
a { background-color: rgb(169,137,180); }
div.DivClassName
{
background-color: #A989B4;
}
.BgClassName
{
background-color: #A989B4;
}
</style>
border-color css
<style>
span { border-color: #A989B4; }
span { border-color: rgb(169,137,180); }
td.TdClassName
{
border-color: #A989B4;
}
.TagClassName
{
border-color: #A989B4;
}
</style>