Shades of East Side #A890B1
Tints of East Side #A890B1
RGB
CMYK
RGB Variations
Color information
#A890B1 (or 0xA890B1) is known color: East Side. HEX triplet: A8, 90 and B1. RGB value is (168,144,177). Sum of RGB (Red+Green+Blue) = 168+144+177=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #A890B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890B1 is #576F4E. Grayscale: #9A9A9A. Windows color (decimal): -5730127 or 11636904. OLE color: 11636904.
HSL color Cylindrical-coordinate representation of color #A890B1: hue angle of 283.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A890B1 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 144 | 177 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.31 |
| HSL | 283.64º | 0.17% | 0.63% | - |
| HSV(B) | 283.64º | 0.19% | 0.69% | - |
| XYZ | 34.06 | 31.45 | 45.87 | - |
| YUV | 154.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 177 | 0.05 | 0.19 | 0 | 0.31 | 283.64 | 0.17 | 0.63 |
| Hex | A8 | 90 | B1 | 5 | 13 | 0 | 1F | 11C | 11 | 3F |
| Octal | 250 | 220 | 261 | 5 | 23 | 0 | 37 | 434 | 21 | 77 |
| Binary | 10101000 | 10010000 | 10110001 | 101 | 10011 | 0 | 11111 | 100011100 | 10001 | 111111 |
Color Harmonies of #A890B1
Complementary color
Monochromatic Colors of #A890B1
Black with #A890B1
Text Example
Text Example
White with #A890B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890B1; }
p { color: rgb(168,144,177); }
H1.HeaderClassName
{
color: #A890B1;
}
.AnyTagClassName
{
color: #A890B1;
}
</style>
background-color css
<style>
a { background-color: #A890B1; }
a { background-color: rgb(168,144,177); }
div.DivClassName
{
background-color: #A890B1;
}
.BgClassName
{
background-color: #A890B1;
}
</style>
border-color css
<style>
span { border-color: #A890B1; }
span { border-color: rgb(168,144,177); }
td.TdClassName
{
border-color: #A890B1;
}
.TagClassName
{
border-color: #A890B1;
}
</style>