Shades of East Side #A087B6
Tints of East Side #A087B6
RGB
CMYK
RGB Variations
Color information
#A087B6 (or 0xA087B6) is known color: East Side. HEX triplet: A0, 87 and B6. RGB value is (160,135,182). Sum of RGB (Red+Green+Blue) = 160+135+182=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #A087B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087B6 is #5F7849. Grayscale: #939393. Windows color (decimal): -6256714 or 11962272. OLE color: 11962272.
HSL color Cylindrical-coordinate representation of color #A087B6: hue angle of 271.91º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A087B6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 135 | 182 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.29 |
| HSL | 271.91º | 0.24% | 0.62% | - |
| HSV(B) | 271.91º | 0.26% | 0.71% | - |
| XYZ | 31.6 | 28.18 | 48.03 | - |
| YUV | 147.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 182 | 0.12 | 0.26 | 0 | 0.29 | 271.91 | 0.24 | 0.62 |
| Hex | A0 | 87 | B6 | C | 1A | 0 | 1D | 110 | 18 | 3E |
| Octal | 240 | 207 | 266 | 14 | 32 | 0 | 35 | 420 | 30 | 76 |
| Binary | 10100000 | 10000111 | 10110110 | 1100 | 11010 | 0 | 11101 | 100010000 | 11000 | 111110 |
Color Harmonies of #A087B6
Complementary color
Monochromatic Colors of #A087B6
Black with #A087B6
Text Example
Text Example
White with #A087B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087B6; }
p { color: rgb(160,135,182); }
H1.HeaderClassName
{
color: #A087B6;
}
.AnyTagClassName
{
color: #A087B6;
}
</style>
background-color css
<style>
a { background-color: #A087B6; }
a { background-color: rgb(160,135,182); }
div.DivClassName
{
background-color: #A087B6;
}
.BgClassName
{
background-color: #A087B6;
}
</style>
border-color css
<style>
span { border-color: #A087B6; }
span { border-color: rgb(160,135,182); }
td.TdClassName
{
border-color: #A087B6;
}
.TagClassName
{
border-color: #A087B6;
}
</style>