Shades of East Side #A290B1
Tints of East Side #A290B1
RGB
CMYK
RGB Variations
Color information
#A290B1 (or 0xA290B1) is known color: East Side. HEX triplet: A2, 90 and B1. RGB value is (162,144,177). Sum of RGB (Red+Green+Blue) = 162+144+177=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 144 (56.64% from 255 or 29.81% 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 #A290B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A290B1 is #5D6F4E. Grayscale: #999999. Windows color (decimal): -6123343 or 11636898. OLE color: 11636898.
HSL color Cylindrical-coordinate representation of color #A290B1: hue angle of 272.73º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A290B1 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 144 | 177 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.31 |
| HSL | 272.73º | 0.17% | 0.63% | - |
| HSV(B) | 272.73º | 0.19% | 0.69% | - |
| XYZ | 32.81 | 30.8 | 45.81 | - |
| YUV | 153.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 177 | 0.08 | 0.19 | 0 | 0.31 | 272.73 | 0.17 | 0.63 |
| Hex | A2 | 90 | B1 | 8 | 13 | 0 | 1F | 111 | 11 | 3F |
| Octal | 242 | 220 | 261 | 10 | 23 | 0 | 37 | 421 | 21 | 77 |
| Binary | 10100010 | 10010000 | 10110001 | 1000 | 10011 | 0 | 11111 | 100010001 | 10001 | 111111 |
Color Harmonies of #A290B1
Complementary color
Monochromatic Colors of #A290B1
Black with #A290B1
Text Example
Text Example
White with #A290B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290B1; }
p { color: rgb(162,144,177); }
H1.HeaderClassName
{
color: #A290B1;
}
.AnyTagClassName
{
color: #A290B1;
}
</style>
background-color css
<style>
a { background-color: #A290B1; }
a { background-color: rgb(162,144,177); }
div.DivClassName
{
background-color: #A290B1;
}
.BgClassName
{
background-color: #A290B1;
}
</style>
border-color css
<style>
span { border-color: #A290B1; }
span { border-color: rgb(162,144,177); }
td.TdClassName
{
border-color: #A290B1;
}
.TagClassName
{
border-color: #A290B1;
}
</style>