Shades of East Side #A490AE
Tints of East Side #A490AE
RGB
CMYK
RGB Variations
Color information
#A490AE (or 0xA490AE) is known color: East Side. HEX triplet: A4, 90 and AE. RGB value is (164,144,174). Sum of RGB (Red+Green+Blue) = 164+144+174=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #A490AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490AE is #5B6F51. Grayscale: #999999. Windows color (decimal): -5992274 or 11440292. OLE color: 11440292.
HSL color Cylindrical-coordinate representation of color #A490AE: hue angle of 280º 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 #A490AE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 144 | 174 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.32 |
| HSL | 280º | 0.16% | 0.62% | - |
| HSV(B) | 280º | 0.17% | 0.68% | - |
| XYZ | 32.92 | 30.9 | 44.27 | - |
| YUV | 153.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 174 | 0.06 | 0.17 | 0 | 0.32 | 280 | 0.16 | 0.62 |
| Hex | A4 | 90 | AE | 6 | 11 | 0 | 20 | 118 | 10 | 3E |
| Octal | 244 | 220 | 256 | 6 | 21 | 0 | 40 | 430 | 20 | 76 |
| Binary | 10100100 | 10010000 | 10101110 | 110 | 10001 | 0 | 100000 | 100011000 | 10000 | 111110 |
Color Harmonies of #A490AE
Complementary color
Monochromatic Colors of #A490AE
Black with #A490AE
Text Example
Text Example
White with #A490AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490AE; }
p { color: rgb(164,144,174); }
H1.HeaderClassName
{
color: #A490AE;
}
.AnyTagClassName
{
color: #A490AE;
}
</style>
background-color css
<style>
a { background-color: #A490AE; }
a { background-color: rgb(164,144,174); }
div.DivClassName
{
background-color: #A490AE;
}
.BgClassName
{
background-color: #A490AE;
}
</style>
border-color css
<style>
span { border-color: #A490AE; }
span { border-color: rgb(164,144,174); }
td.TdClassName
{
border-color: #A490AE;
}
.TagClassName
{
border-color: #A490AE;
}
</style>