Shades of East Side #A190AE
Tints of East Side #A190AE
RGB
CMYK
RGB Variations
Color information
#A190AE (or 0xA190AE) is known color: East Side. HEX triplet: A1, 90 and AE. RGB value is (161,144,174). Sum of RGB (Red+Green+Blue) = 161+144+174=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A190AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A190AE is #5E6F51. Grayscale: #989898. Windows color (decimal): -6188882 or 11440289. OLE color: 11440289.
HSL color Cylindrical-coordinate representation of color #A190AE: hue angle of 274º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A190AE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 144 | 174 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.32 |
| HSL | 274º | 0.16% | 0.62% | - |
| HSV(B) | 274º | 0.17% | 0.68% | - |
| XYZ | 32.31 | 30.58 | 44.24 | - |
| YUV | 152.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 174 | 0.07 | 0.17 | 0 | 0.32 | 274 | 0.16 | 0.62 |
| Hex | A1 | 90 | AE | 7 | 11 | 0 | 20 | 112 | 10 | 3E |
| Octal | 241 | 220 | 256 | 7 | 21 | 0 | 40 | 422 | 20 | 76 |
| Binary | 10100001 | 10010000 | 10101110 | 111 | 10001 | 0 | 100000 | 100010010 | 10000 | 111110 |
Color Harmonies of #A190AE
Complementary color
Monochromatic Colors of #A190AE
Black with #A190AE
Text Example
Text Example
White with #A190AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190AE; }
p { color: rgb(161,144,174); }
H1.HeaderClassName
{
color: #A190AE;
}
.AnyTagClassName
{
color: #A190AE;
}
</style>
background-color css
<style>
a { background-color: #A190AE; }
a { background-color: rgb(161,144,174); }
div.DivClassName
{
background-color: #A190AE;
}
.BgClassName
{
background-color: #A190AE;
}
</style>
border-color css
<style>
span { border-color: #A190AE; }
span { border-color: rgb(161,144,174); }
td.TdClassName
{
border-color: #A190AE;
}
.TagClassName
{
border-color: #A190AE;
}
</style>