Shades of East Side #A386B0
Tints of East Side #A386B0
RGB
CMYK
RGB Variations
Color information
#A386B0 (or 0xA386B0) is known color: East Side. HEX triplet: A3, 86 and B0. RGB value is (163,134,176). Sum of RGB (Red+Green+Blue) = 163+134+176=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 176 - color contains mainly: blue. Hex color #A386B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386B0 is #5C794F. Grayscale: #939393. Windows color (decimal): -6060368 or 11568803. OLE color: 11568803.
HSL color Cylindrical-coordinate representation of color #A386B0: hue angle of 281.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A386B0 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 134 | 176 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.31 |
| HSL | 281.43º | 0.21% | 0.61% | - |
| HSV(B) | 281.43º | 0.24% | 0.69% | - |
| XYZ | 31.47 | 27.97 | 44.81 | - |
| YUV | 147.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 176 | 0.07 | 0.24 | 0 | 0.31 | 281.43 | 0.21 | 0.61 |
| Hex | A3 | 86 | B0 | 7 | 18 | 0 | 1F | 119 | 15 | 3D |
| Octal | 243 | 206 | 260 | 7 | 30 | 0 | 37 | 431 | 25 | 75 |
| Binary | 10100011 | 10000110 | 10110000 | 111 | 11000 | 0 | 11111 | 100011001 | 10101 | 111101 |
Color Harmonies of #A386B0
Complementary color
Monochromatic Colors of #A386B0
Black with #A386B0
Text Example
Text Example
White with #A386B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386B0; }
p { color: rgb(163,134,176); }
H1.HeaderClassName
{
color: #A386B0;
}
.AnyTagClassName
{
color: #A386B0;
}
</style>
background-color css
<style>
a { background-color: #A386B0; }
a { background-color: rgb(163,134,176); }
div.DivClassName
{
background-color: #A386B0;
}
.BgClassName
{
background-color: #A386B0;
}
</style>
border-color css
<style>
span { border-color: #A386B0; }
span { border-color: rgb(163,134,176); }
td.TdClassName
{
border-color: #A386B0;
}
.TagClassName
{
border-color: #A386B0;
}
</style>