Shades of East Side #A189B5
Tints of East Side #A189B5
RGB
CMYK
RGB Variations
Color information
#A189B5 (or 0xA189B5) is known color: East Side. HEX triplet: A1, 89 and B5. RGB value is (161,137,181). Sum of RGB (Red+Green+Blue) = 161+137+181=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #A189B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189B5 is #5E764A. Grayscale: #959595. Windows color (decimal): -6190667 or 11897249. OLE color: 11897249.
HSL color Cylindrical-coordinate representation of color #A189B5: hue angle of 272.73º degrees, saturation: 0.23, 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 #A189B5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 137 | 181 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.29 |
| HSL | 272.73º | 0.23% | 0.62% | - |
| HSV(B) | 272.73º | 0.24% | 0.71% | - |
| XYZ | 31.98 | 28.8 | 47.59 | - |
| YUV | 149.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 181 | 0.11 | 0.24 | 0 | 0.29 | 272.73 | 0.23 | 0.62 |
| Hex | A1 | 89 | B5 | B | 18 | 0 | 1D | 111 | 17 | 3E |
| Octal | 241 | 211 | 265 | 13 | 30 | 0 | 35 | 421 | 27 | 76 |
| Binary | 10100001 | 10001001 | 10110101 | 1011 | 11000 | 0 | 11101 | 100010001 | 10111 | 111110 |
Color Harmonies of #A189B5
Complementary color
Monochromatic Colors of #A189B5
Black with #A189B5
Text Example
Text Example
White with #A189B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189B5; }
p { color: rgb(161,137,181); }
H1.HeaderClassName
{
color: #A189B5;
}
.AnyTagClassName
{
color: #A189B5;
}
</style>
background-color css
<style>
a { background-color: #A189B5; }
a { background-color: rgb(161,137,181); }
div.DivClassName
{
background-color: #A189B5;
}
.BgClassName
{
background-color: #A189B5;
}
</style>
border-color css
<style>
span { border-color: #A189B5; }
span { border-color: rgb(161,137,181); }
td.TdClassName
{
border-color: #A189B5;
}
.TagClassName
{
border-color: #A189B5;
}
</style>