Shades of East Side #A191B1
Tints of East Side #A191B1
RGB
CMYK
RGB Variations
Color information
#A191B1 (or 0xA191B1) is known color: East Side. HEX triplet: A1, 91 and B1. RGB value is (161,145,177). Sum of RGB (Red+Green+Blue) = 161+145+177=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #A191B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A191B1 is #5E6E4E. Grayscale: #999999. Windows color (decimal): -6188623 or 11637153. OLE color: 11637153.
HSL color Cylindrical-coordinate representation of color #A191B1: hue angle of 270º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A191B1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 145 | 177 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.31 |
| HSL | 270º | 0.17% | 0.63% | - |
| HSV(B) | 270º | 0.18% | 0.69% | - |
| XYZ | 32.76 | 31 | 45.85 | - |
| YUV | 153.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 177 | 0.09 | 0.18 | 0 | 0.31 | 270 | 0.17 | 0.63 |
| Hex | A1 | 91 | B1 | 9 | 12 | 0 | 1F | 10E | 11 | 3F |
| Octal | 241 | 221 | 261 | 11 | 22 | 0 | 37 | 416 | 21 | 77 |
| Binary | 10100001 | 10010001 | 10110001 | 1001 | 10010 | 0 | 11111 | 100001110 | 10001 | 111111 |
Color Harmonies of #A191B1
Complementary color
Monochromatic Colors of #A191B1
Black with #A191B1
Text Example
Text Example
White with #A191B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191B1; }
p { color: rgb(161,145,177); }
H1.HeaderClassName
{
color: #A191B1;
}
.AnyTagClassName
{
color: #A191B1;
}
</style>
background-color css
<style>
a { background-color: #A191B1; }
a { background-color: rgb(161,145,177); }
div.DivClassName
{
background-color: #A191B1;
}
.BgClassName
{
background-color: #A191B1;
}
</style>
border-color css
<style>
span { border-color: #A191B1; }
span { border-color: rgb(161,145,177); }
td.TdClassName
{
border-color: #A191B1;
}
.TagClassName
{
border-color: #A191B1;
}
</style>