Shades of East Side #A790BA
Tints of East Side #A790BA
RGB
CMYK
RGB Variations
Color information
#A790BA (or 0xA790BA) is known color: East Side. HEX triplet: A7, 90 and BA. RGB value is (167,144,186). Sum of RGB (Red+Green+Blue) = 167+144+186=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #A790BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790BA is #586F45. Grayscale: #9B9B9B. Windows color (decimal): -5795654 or 12226727. OLE color: 12226727.
HSL color Cylindrical-coordinate representation of color #A790BA: hue angle of 272.86º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A790BA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 144 | 186 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.27 |
| HSL | 272.86º | 0.23% | 0.65% | - |
| HSV(B) | 272.86º | 0.23% | 0.73% | - |
| XYZ | 34.77 | 31.71 | 50.74 | - |
| YUV | 155.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 186 | 0.10 | 0.23 | 0 | 0.27 | 272.86 | 0.23 | 0.65 |
| Hex | A7 | 90 | BA | A | 17 | 0 | 1B | 111 | 17 | 41 |
| Octal | 247 | 220 | 272 | 12 | 27 | 0 | 33 | 421 | 27 | 101 |
| Binary | 10100111 | 10010000 | 10111010 | 1010 | 10111 | 0 | 11011 | 100010001 | 10111 | 1000001 |
Color Harmonies of #A790BA
Complementary color
Monochromatic Colors of #A790BA
Black with #A790BA
Text Example
Text Example
White with #A790BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A790BA; }
p { color: rgb(167,144,186); }
H1.HeaderClassName
{
color: #A790BA;
}
.AnyTagClassName
{
color: #A790BA;
}
</style>
background-color css
<style>
a { background-color: #A790BA; }
a { background-color: rgb(167,144,186); }
div.DivClassName
{
background-color: #A790BA;
}
.BgClassName
{
background-color: #A790BA;
}
</style>
border-color css
<style>
span { border-color: #A790BA; }
span { border-color: rgb(167,144,186); }
td.TdClassName
{
border-color: #A790BA;
}
.TagClassName
{
border-color: #A790BA;
}
</style>