Shades of East Side #A890BB
Tints of East Side #A890BB
RGB
CMYK
RGB Variations
Color information
#A890BB (or 0xA890BB) is known color: East Side. HEX triplet: A8, 90 and BB. RGB value is (168,144,187). Sum of RGB (Red+Green+Blue) = 168+144+187=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #A890BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890BB is #576F44. Grayscale: #9B9B9B. Windows color (decimal): -5730117 or 12292264. OLE color: 12292264.
HSL color Cylindrical-coordinate representation of color #A890BB: hue angle of 273.49º degrees, saturation: 0.24, 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 #A890BB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 144 | 187 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.27 |
| HSL | 273.49º | 0.24% | 0.65% | - |
| HSV(B) | 273.49º | 0.23% | 0.73% | - |
| XYZ | 35.09 | 31.86 | 51.31 | - |
| YUV | 156.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 187 | 0.10 | 0.23 | 0 | 0.27 | 273.49 | 0.24 | 0.65 |
| Hex | A8 | 90 | BB | A | 17 | 0 | 1B | 111 | 18 | 41 |
| Octal | 250 | 220 | 273 | 12 | 27 | 0 | 33 | 421 | 30 | 101 |
| Binary | 10101000 | 10010000 | 10111011 | 1010 | 10111 | 0 | 11011 | 100010001 | 11000 | 1000001 |
Color Harmonies of #A890BB
Complementary color
Monochromatic Colors of #A890BB
Black with #A890BB
Text Example
Text Example
White with #A890BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890BB; }
p { color: rgb(168,144,187); }
H1.HeaderClassName
{
color: #A890BB;
}
.AnyTagClassName
{
color: #A890BB;
}
</style>
background-color css
<style>
a { background-color: #A890BB; }
a { background-color: rgb(168,144,187); }
div.DivClassName
{
background-color: #A890BB;
}
.BgClassName
{
background-color: #A890BB;
}
</style>
border-color css
<style>
span { border-color: #A890BB; }
span { border-color: rgb(168,144,187); }
td.TdClassName
{
border-color: #A890BB;
}
.TagClassName
{
border-color: #A890BB;
}
</style>