Shades of East Side #A490AB
Tints of East Side #A490AB
RGB
CMYK
RGB Variations
Color information
#A490AB (or 0xA490AB) is known color: East Side. HEX triplet: A4, 90 and AB. RGB value is (164,144,171). Sum of RGB (Red+Green+Blue) = 164+144+171=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A490AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490AB is #5B6F54. Grayscale: #989898. Windows color (decimal): -5992277 or 11243684. OLE color: 11243684.
HSL color Cylindrical-coordinate representation of color #A490AB: hue angle of 284.44º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A490AB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 144 | 171 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.33 |
| HSL | 284.44º | 0.14% | 0.62% | - |
| HSV(B) | 284.44º | 0.16% | 0.67% | - |
| XYZ | 32.63 | 30.78 | 42.75 | - |
| YUV | 153.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 171 | 0.04 | 0.16 | 0 | 0.33 | 284.44 | 0.14 | 0.62 |
| Hex | A4 | 90 | AB | 4 | 10 | 0 | 21 | 11C | E | 3E |
| Octal | 244 | 220 | 253 | 4 | 20 | 0 | 41 | 434 | 16 | 76 |
| Binary | 10100100 | 10010000 | 10101011 | 100 | 10000 | 0 | 100001 | 100011100 | 1110 | 111110 |
Color Harmonies of #A490AB
Complementary color
Monochromatic Colors of #A490AB
Black with #A490AB
Text Example
Text Example
White with #A490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490AB; }
p { color: rgb(164,144,171); }
H1.HeaderClassName
{
color: #A490AB;
}
.AnyTagClassName
{
color: #A490AB;
}
</style>
background-color css
<style>
a { background-color: #A490AB; }
a { background-color: rgb(164,144,171); }
div.DivClassName
{
background-color: #A490AB;
}
.BgClassName
{
background-color: #A490AB;
}
</style>
border-color css
<style>
span { border-color: #A490AB; }
span { border-color: rgb(164,144,171); }
td.TdClassName
{
border-color: #A490AB;
}
.TagClassName
{
border-color: #A490AB;
}
</style>