Shades of East Side #A188B5
Tints of East Side #A188B5
RGB
CMYK
RGB Variations
Color information
#A188B5 (or 0xA188B5) is known color: East Side. HEX triplet: A1, 88 and B5. RGB value is (161,136,181). Sum of RGB (Red+Green+Blue) = 161+136+181=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #A188B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188B5 is #5E774A. Grayscale: #949494. Windows color (decimal): -6190923 or 11896993. OLE color: 11896993.
HSL color Cylindrical-coordinate representation of color #A188B5: hue angle of 273.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A188B5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 136 | 181 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.29 |
| HSL | 273.33º | 0.23% | 0.62% | - |
| HSV(B) | 273.33º | 0.25% | 0.71% | - |
| XYZ | 31.84 | 28.52 | 47.54 | - |
| YUV | 148.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 181 | 0.11 | 0.25 | 0 | 0.29 | 273.33 | 0.23 | 0.62 |
| Hex | A1 | 88 | B5 | B | 19 | 0 | 1D | 111 | 17 | 3E |
| Octal | 241 | 210 | 265 | 13 | 31 | 0 | 35 | 421 | 27 | 76 |
| Binary | 10100001 | 10001000 | 10110101 | 1011 | 11001 | 0 | 11101 | 100010001 | 10111 | 111110 |
Color Harmonies of #A188B5
Complementary color
Monochromatic Colors of #A188B5
Black with #A188B5
Text Example
Text Example
White with #A188B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188B5; }
p { color: rgb(161,136,181); }
H1.HeaderClassName
{
color: #A188B5;
}
.AnyTagClassName
{
color: #A188B5;
}
</style>
background-color css
<style>
a { background-color: #A188B5; }
a { background-color: rgb(161,136,181); }
div.DivClassName
{
background-color: #A188B5;
}
.BgClassName
{
background-color: #A188B5;
}
</style>
border-color css
<style>
span { border-color: #A188B5; }
span { border-color: rgb(161,136,181); }
td.TdClassName
{
border-color: #A188B5;
}
.TagClassName
{
border-color: #A188B5;
}
</style>