Shades of East Side #A490B6
Tints of East Side #A490B6
RGB
CMYK
RGB Variations
Color information
#A490B6 (or 0xA490B6) is known color: East Side. HEX triplet: A4, 90 and B6. RGB value is (164,144,182). Sum of RGB (Red+Green+Blue) = 164+144+182=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #A490B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490B6 is #5B6F49. Grayscale: #9A9A9A. Windows color (decimal): -5992266 or 11964580. OLE color: 11964580.
HSL color Cylindrical-coordinate representation of color #A490B6: hue angle of 271.58º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A490B6 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 144 | 182 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.29 |
| HSL | 271.58º | 0.21% | 0.64% | - |
| HSV(B) | 271.58º | 0.21% | 0.71% | - |
| XYZ | 33.73 | 31.22 | 48.5 | - |
| YUV | 154.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 182 | 0.10 | 0.21 | 0 | 0.29 | 271.58 | 0.21 | 0.64 |
| Hex | A4 | 90 | B6 | A | 15 | 0 | 1D | 110 | 15 | 40 |
| Octal | 244 | 220 | 266 | 12 | 25 | 0 | 35 | 420 | 25 | 100 |
| Binary | 10100100 | 10010000 | 10110110 | 1010 | 10101 | 0 | 11101 | 100010000 | 10101 | 1000000 |
Color Harmonies of #A490B6
Complementary color
Monochromatic Colors of #A490B6
Black with #A490B6
Text Example
Text Example
White with #A490B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490B6; }
p { color: rgb(164,144,182); }
H1.HeaderClassName
{
color: #A490B6;
}
.AnyTagClassName
{
color: #A490B6;
}
</style>
background-color css
<style>
a { background-color: #A490B6; }
a { background-color: rgb(164,144,182); }
div.DivClassName
{
background-color: #A490B6;
}
.BgClassName
{
background-color: #A490B6;
}
</style>
border-color css
<style>
span { border-color: #A490B6; }
span { border-color: rgb(164,144,182); }
td.TdClassName
{
border-color: #A490B6;
}
.TagClassName
{
border-color: #A490B6;
}
</style>