Shades of East Side #A086B5
Tints of East Side #A086B5
RGB
CMYK
RGB Variations
Color information
#A086B5 (or 0xA086B5) is known color: East Side. HEX triplet: A0, 86 and B5. RGB value is (160,134,181). Sum of RGB (Red+Green+Blue) = 160+134+181=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #A086B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086B5 is #5F794A. Grayscale: #929292. Windows color (decimal): -6256971 or 11896480. OLE color: 11896480.
HSL color Cylindrical-coordinate representation of color #A086B5: hue angle of 273.19º 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 #A086B5 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 134 | 181 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.29 |
| HSL | 273.19º | 0.24% | 0.62% | - |
| HSV(B) | 273.19º | 0.26% | 0.71% | - |
| XYZ | 31.36 | 27.86 | 47.44 | - |
| YUV | 147.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 181 | 0.12 | 0.26 | 0 | 0.29 | 273.19 | 0.24 | 0.62 |
| Hex | A0 | 86 | B5 | C | 1A | 0 | 1D | 111 | 18 | 3E |
| Octal | 240 | 206 | 265 | 14 | 32 | 0 | 35 | 421 | 30 | 76 |
| Binary | 10100000 | 10000110 | 10110101 | 1100 | 11010 | 0 | 11101 | 100010001 | 11000 | 111110 |
Color Harmonies of #A086B5
Complementary color
Monochromatic Colors of #A086B5
Black with #A086B5
Text Example
Text Example
White with #A086B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086B5; }
p { color: rgb(160,134,181); }
H1.HeaderClassName
{
color: #A086B5;
}
.AnyTagClassName
{
color: #A086B5;
}
</style>
background-color css
<style>
a { background-color: #A086B5; }
a { background-color: rgb(160,134,181); }
div.DivClassName
{
background-color: #A086B5;
}
.BgClassName
{
background-color: #A086B5;
}
</style>
border-color css
<style>
span { border-color: #A086B5; }
span { border-color: rgb(160,134,181); }
td.TdClassName
{
border-color: #A086B5;
}
.TagClassName
{
border-color: #A086B5;
}
</style>