Shades of East Side #A086B3
Tints of East Side #A086B3
RGB
CMYK
RGB Variations
Color information
#A086B3 (or 0xA086B3) is known color: East Side. HEX triplet: A0, 86 and B3. RGB value is (160,134,179). Sum of RGB (Red+Green+Blue) = 160+134+179=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #A086B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086B3 is #5F794C. Grayscale: #929292. Windows color (decimal): -6256973 or 11765408. OLE color: 11765408.
HSL color Cylindrical-coordinate representation of color #A086B3: hue angle of 274.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A086B3 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 134 | 179 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.30 |
| HSL | 274.67º | 0.23% | 0.61% | - |
| HSV(B) | 274.67º | 0.25% | 0.7% | - |
| XYZ | 31.16 | 27.78 | 46.37 | - |
| YUV | 146.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 179 | 0.11 | 0.25 | 0 | 0.30 | 274.67 | 0.23 | 0.61 |
| Hex | A0 | 86 | B3 | B | 19 | 0 | 1E | 113 | 17 | 3D |
| Octal | 240 | 206 | 263 | 13 | 31 | 0 | 36 | 423 | 27 | 75 |
| Binary | 10100000 | 10000110 | 10110011 | 1011 | 11001 | 0 | 11110 | 100010011 | 10111 | 111101 |
Color Harmonies of #A086B3
Complementary color
Monochromatic Colors of #A086B3
Black with #A086B3
Text Example
Text Example
White with #A086B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086B3; }
p { color: rgb(160,134,179); }
H1.HeaderClassName
{
color: #A086B3;
}
.AnyTagClassName
{
color: #A086B3;
}
</style>
background-color css
<style>
a { background-color: #A086B3; }
a { background-color: rgb(160,134,179); }
div.DivClassName
{
background-color: #A086B3;
}
.BgClassName
{
background-color: #A086B3;
}
</style>
border-color css
<style>
span { border-color: #A086B3; }
span { border-color: rgb(160,134,179); }
td.TdClassName
{
border-color: #A086B3;
}
.TagClassName
{
border-color: #A086B3;
}
</style>