Shades of East Side #A291B1
Tints of East Side #A291B1
RGB
CMYK
RGB Variations
Color information
#A291B1 (or 0xA291B1) is known color: East Side. HEX triplet: A2, 91 and B1. RGB value is (162,145,177). Sum of RGB (Red+Green+Blue) = 162+145+177=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 177 - color contains mainly: blue. Hex color #A291B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A291B1 is #5D6E4E. Grayscale: #999999. Windows color (decimal): -6123087 or 11637154. OLE color: 11637154.
HSL color Cylindrical-coordinate representation of color #A291B1: hue angle of 271.88º 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 #A291B1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 145 | 177 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.31 |
| HSL | 271.88º | 0.17% | 0.63% | - |
| HSV(B) | 271.88º | 0.18% | 0.69% | - |
| XYZ | 32.96 | 31.11 | 45.86 | - |
| YUV | 153.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 177 | 0.08 | 0.18 | 0 | 0.31 | 271.88 | 0.17 | 0.63 |
| Hex | A2 | 91 | B1 | 8 | 12 | 0 | 1F | 110 | 11 | 3F |
| Octal | 242 | 221 | 261 | 10 | 22 | 0 | 37 | 420 | 21 | 77 |
| Binary | 10100010 | 10010001 | 10110001 | 1000 | 10010 | 0 | 11111 | 100010000 | 10001 | 111111 |
Color Harmonies of #A291B1
Complementary color
Monochromatic Colors of #A291B1
Black with #A291B1
Text Example
Text Example
White with #A291B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291B1; }
p { color: rgb(162,145,177); }
H1.HeaderClassName
{
color: #A291B1;
}
.AnyTagClassName
{
color: #A291B1;
}
</style>
background-color css
<style>
a { background-color: #A291B1; }
a { background-color: rgb(162,145,177); }
div.DivClassName
{
background-color: #A291B1;
}
.BgClassName
{
background-color: #A291B1;
}
</style>
border-color css
<style>
span { border-color: #A291B1; }
span { border-color: rgb(162,145,177); }
td.TdClassName
{
border-color: #A291B1;
}
.TagClassName
{
border-color: #A291B1;
}
</style>