Shades of East Side #A189B1
Tints of East Side #A189B1
RGB
CMYK
RGB Variations
Color information
#A189B1 (or 0xA189B1) is known color: East Side. HEX triplet: A1, 89 and B1. RGB value is (161,137,177). Sum of RGB (Red+Green+Blue) = 161+137+177=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #A189B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A189B1 is #5E764E. Grayscale: #949494. Windows color (decimal): -6190671 or 11635105. OLE color: 11635105.
HSL color Cylindrical-coordinate representation of color #A189B1: hue angle of 276º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A189B1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 137 | 177 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.31 |
| HSL | 276º | 0.2% | 0.62% | - |
| HSV(B) | 276º | 0.23% | 0.69% | - |
| XYZ | 31.58 | 28.64 | 45.46 | - |
| YUV | 148.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 177 | 0.09 | 0.23 | 0 | 0.31 | 276 | 0.2 | 0.62 |
| Hex | A1 | 89 | B1 | 9 | 17 | 0 | 1F | 114 | 14 | 3E |
| Octal | 241 | 211 | 261 | 11 | 27 | 0 | 37 | 424 | 24 | 76 |
| Binary | 10100001 | 10001001 | 10110001 | 1001 | 10111 | 0 | 11111 | 100010100 | 10100 | 111110 |
Color Harmonies of #A189B1
Complementary color
Monochromatic Colors of #A189B1
Black with #A189B1
Text Example
Text Example
White with #A189B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189B1; }
p { color: rgb(161,137,177); }
H1.HeaderClassName
{
color: #A189B1;
}
.AnyTagClassName
{
color: #A189B1;
}
</style>
background-color css
<style>
a { background-color: #A189B1; }
a { background-color: rgb(161,137,177); }
div.DivClassName
{
background-color: #A189B1;
}
.BgClassName
{
background-color: #A189B1;
}
</style>
border-color css
<style>
span { border-color: #A189B1; }
span { border-color: rgb(161,137,177); }
td.TdClassName
{
border-color: #A189B1;
}
.TagClassName
{
border-color: #A189B1;
}
</style>