Shades of East Side #A087B0
Tints of East Side #A087B0
RGB
CMYK
RGB Variations
Color information
#A087B0 (or 0xA087B0) is known color: East Side. HEX triplet: A0, 87 and B0. RGB value is (160,135,176). Sum of RGB (Red+Green+Blue) = 160+135+176=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #A087B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A087B0 is #5F784F. Grayscale: #939393. Windows color (decimal): -6256720 or 11569056. OLE color: 11569056.
HSL color Cylindrical-coordinate representation of color #A087B0: hue angle of 276.59º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A087B0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 135 | 176 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.31 |
| HSL | 276.59º | 0.21% | 0.61% | - |
| HSV(B) | 276.59º | 0.23% | 0.69% | - |
| XYZ | 31 | 27.94 | 44.83 | - |
| YUV | 147.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 176 | 0.09 | 0.23 | 0 | 0.31 | 276.59 | 0.21 | 0.61 |
| Hex | A0 | 87 | B0 | 9 | 17 | 0 | 1F | 115 | 15 | 3D |
| Octal | 240 | 207 | 260 | 11 | 27 | 0 | 37 | 425 | 25 | 75 |
| Binary | 10100000 | 10000111 | 10110000 | 1001 | 10111 | 0 | 11111 | 100010101 | 10101 | 111101 |
Color Harmonies of #A087B0
Complementary color
Monochromatic Colors of #A087B0
Black with #A087B0
Text Example
Text Example
White with #A087B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087B0; }
p { color: rgb(160,135,176); }
H1.HeaderClassName
{
color: #A087B0;
}
.AnyTagClassName
{
color: #A087B0;
}
</style>
background-color css
<style>
a { background-color: #A087B0; }
a { background-color: rgb(160,135,176); }
div.DivClassName
{
background-color: #A087B0;
}
.BgClassName
{
background-color: #A087B0;
}
</style>
border-color css
<style>
span { border-color: #A087B0; }
span { border-color: rgb(160,135,176); }
td.TdClassName
{
border-color: #A087B0;
}
.TagClassName
{
border-color: #A087B0;
}
</style>