Shades of East Side #A188B1
Tints of East Side #A188B1
RGB
CMYK
RGB Variations
Color information
#A188B1 (or 0xA188B1) is known color: East Side. HEX triplet: A1, 88 and B1. RGB value is (161,136,177). Sum of RGB (Red+Green+Blue) = 161+136+177=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #A188B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188B1 is #5E774E. Grayscale: #949494. Windows color (decimal): -6190927 or 11634849. OLE color: 11634849.
HSL color Cylindrical-coordinate representation of color #A188B1: hue angle of 276.59º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A188B1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 136 | 177 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.31 |
| HSL | 276.59º | 0.21% | 0.61% | - |
| HSV(B) | 276.59º | 0.23% | 0.69% | - |
| XYZ | 31.44 | 28.36 | 45.41 | - |
| YUV | 148.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 177 | 0.09 | 0.23 | 0 | 0.31 | 276.59 | 0.21 | 0.61 |
| Hex | A1 | 88 | B1 | 9 | 17 | 0 | 1F | 115 | 15 | 3D |
| Octal | 241 | 210 | 261 | 11 | 27 | 0 | 37 | 425 | 25 | 75 |
| Binary | 10100001 | 10001000 | 10110001 | 1001 | 10111 | 0 | 11111 | 100010101 | 10101 | 111101 |
Color Harmonies of #A188B1
Complementary color
Monochromatic Colors of #A188B1
Black with #A188B1
Text Example
Text Example
White with #A188B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188B1; }
p { color: rgb(161,136,177); }
H1.HeaderClassName
{
color: #A188B1;
}
.AnyTagClassName
{
color: #A188B1;
}
</style>
background-color css
<style>
a { background-color: #A188B1; }
a { background-color: rgb(161,136,177); }
div.DivClassName
{
background-color: #A188B1;
}
.BgClassName
{
background-color: #A188B1;
}
</style>
border-color css
<style>
span { border-color: #A188B1; }
span { border-color: rgb(161,136,177); }
td.TdClassName
{
border-color: #A188B1;
}
.TagClassName
{
border-color: #A188B1;
}
</style>