Shades of East Side #A989C0
Tints of East Side #A989C0
RGB
CMYK
RGB Variations
Color information
#A989C0 (or 0xA989C0) is known color: East Side. HEX triplet: A9, 89 and C0. RGB value is (169,137,192). Sum of RGB (Red+Green+Blue) = 169+137+192=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #A989C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989C0 is #56763F. Grayscale: #989898. Windows color (decimal): -5666368 or 12618153. OLE color: 12618153.
HSL color Cylindrical-coordinate representation of color #A989C0: hue angle of 274.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A989C0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 137 | 192 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.25 |
| HSL | 274.91º | 0.3% | 0.65% | - |
| HSV(B) | 274.91º | 0.29% | 0.75% | - |
| XYZ | 34.82 | 30.13 | 53.85 | - |
| YUV | 152.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 192 | 0.12 | 0.29 | 0 | 0.25 | 274.91 | 0.3 | 0.65 |
| Hex | A9 | 89 | C0 | C | 1D | 0 | 19 | 113 | 1E | 41 |
| Octal | 251 | 211 | 300 | 14 | 35 | 0 | 31 | 423 | 36 | 101 |
| Binary | 10101001 | 10001001 | 11000000 | 1100 | 11101 | 0 | 11001 | 100010011 | 11110 | 1000001 |
Color Harmonies of #A989C0
Complementary color
Monochromatic Colors of #A989C0
Black with #A989C0
Text Example
Text Example
White with #A989C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A989C0; }
p { color: rgb(169,137,192); }
H1.HeaderClassName
{
color: #A989C0;
}
.AnyTagClassName
{
color: #A989C0;
}
</style>
background-color css
<style>
a { background-color: #A989C0; }
a { background-color: rgb(169,137,192); }
div.DivClassName
{
background-color: #A989C0;
}
.BgClassName
{
background-color: #A989C0;
}
</style>
border-color css
<style>
span { border-color: #A989C0; }
span { border-color: rgb(169,137,192); }
td.TdClassName
{
border-color: #A989C0;
}
.TagClassName
{
border-color: #A989C0;
}
</style>