Shades of East Side #A188B2
Tints of East Side #A188B2
RGB
CMYK
RGB Variations
Color information
#A188B2 (or 0xA188B2) is known color: East Side. HEX triplet: A1, 88 and B2. RGB value is (161,136,178). Sum of RGB (Red+Green+Blue) = 161+136+178=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #A188B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188B2 is #5E774D. Grayscale: #949494. Windows color (decimal): -6190926 or 11700385. OLE color: 11700385.
HSL color Cylindrical-coordinate representation of color #A188B2: hue angle of 275.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A188B2 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 136 | 178 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.30 |
| HSL | 275.71º | 0.21% | 0.62% | - |
| HSV(B) | 275.71º | 0.24% | 0.7% | - |
| XYZ | 31.54 | 28.4 | 45.94 | - |
| YUV | 148.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 178 | 0.10 | 0.24 | 0 | 0.30 | 275.71 | 0.21 | 0.62 |
| Hex | A1 | 88 | B2 | A | 18 | 0 | 1E | 114 | 15 | 3E |
| Octal | 241 | 210 | 262 | 12 | 30 | 0 | 36 | 424 | 25 | 76 |
| Binary | 10100001 | 10001000 | 10110010 | 1010 | 11000 | 0 | 11110 | 100010100 | 10101 | 111110 |
Color Harmonies of #A188B2
Complementary color
Monochromatic Colors of #A188B2
Black with #A188B2
Text Example
Text Example
White with #A188B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188B2; }
p { color: rgb(161,136,178); }
H1.HeaderClassName
{
color: #A188B2;
}
.AnyTagClassName
{
color: #A188B2;
}
</style>
background-color css
<style>
a { background-color: #A188B2; }
a { background-color: rgb(161,136,178); }
div.DivClassName
{
background-color: #A188B2;
}
.BgClassName
{
background-color: #A188B2;
}
</style>
border-color css
<style>
span { border-color: #A188B2; }
span { border-color: rgb(161,136,178); }
td.TdClassName
{
border-color: #A188B2;
}
.TagClassName
{
border-color: #A188B2;
}
</style>