Shades of East Side #A589BB
Tints of East Side #A589BB
RGB
CMYK
RGB Variations
Color information
#A589BB (or 0xA589BB) is known color: East Side. HEX triplet: A5, 89 and BB. RGB value is (165,137,187). Sum of RGB (Red+Green+Blue) = 165+137+187=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #A589BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589BB is #5A7644. Grayscale: #969696. Windows color (decimal): -5928517 or 12290469. OLE color: 12290469.
HSL color Cylindrical-coordinate representation of color #A589BB: hue angle of 273.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A589BB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 137 | 187 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.27 |
| HSL | 273.6º | 0.27% | 0.64% | - |
| HSV(B) | 273.6º | 0.27% | 0.73% | - |
| XYZ | 33.43 | 29.48 | 50.94 | - |
| YUV | 151.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 187 | 0.12 | 0.27 | 0 | 0.27 | 273.6 | 0.27 | 0.64 |
| Hex | A5 | 89 | BB | C | 1B | 0 | 1B | 112 | 1B | 40 |
| Octal | 245 | 211 | 273 | 14 | 33 | 0 | 33 | 422 | 33 | 100 |
| Binary | 10100101 | 10001001 | 10111011 | 1100 | 11011 | 0 | 11011 | 100010010 | 11011 | 1000000 |
Color Harmonies of #A589BB
Complementary color
Monochromatic Colors of #A589BB
Black with #A589BB
Text Example
Text Example
White with #A589BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589BB; }
p { color: rgb(165,137,187); }
H1.HeaderClassName
{
color: #A589BB;
}
.AnyTagClassName
{
color: #A589BB;
}
</style>
background-color css
<style>
a { background-color: #A589BB; }
a { background-color: rgb(165,137,187); }
div.DivClassName
{
background-color: #A589BB;
}
.BgClassName
{
background-color: #A589BB;
}
</style>
border-color css
<style>
span { border-color: #A589BB; }
span { border-color: rgb(165,137,187); }
td.TdClassName
{
border-color: #A589BB;
}
.TagClassName
{
border-color: #A589BB;
}
</style>