Shades of East Side #A686AD
Tints of East Side #A686AD
RGB
CMYK
RGB Variations
Color information
#A686AD (or 0xA686AD) is known color: East Side. HEX triplet: A6, 86 and AD. RGB value is (166,134,173). Sum of RGB (Red+Green+Blue) = 166+134+173=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #A686AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AD is #597952. Grayscale: #939393. Windows color (decimal): -5863763 or 11372198. OLE color: 11372198.
HSL color Cylindrical-coordinate representation of color #A686AD: hue angle of 289.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A686AD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 134 | 173 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.32 |
| HSL | 289.23º | 0.19% | 0.6% | - |
| HSV(B) | 289.23º | 0.23% | 0.68% | - |
| XYZ | 31.79 | 28.17 | 43.3 | - |
| YUV | 148.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 173 | 0.04 | 0.23 | 0 | 0.32 | 289.23 | 0.19 | 0.6 |
| Hex | A6 | 86 | AD | 4 | 17 | 0 | 20 | 121 | 13 | 3C |
| Octal | 246 | 206 | 255 | 4 | 27 | 0 | 40 | 441 | 23 | 74 |
| Binary | 10100110 | 10000110 | 10101101 | 100 | 10111 | 0 | 100000 | 100100001 | 10011 | 111100 |
Color Harmonies of #A686AD
Complementary color
Monochromatic Colors of #A686AD
Black with #A686AD
Text Example
Text Example
White with #A686AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686AD; }
p { color: rgb(166,134,173); }
H1.HeaderClassName
{
color: #A686AD;
}
.AnyTagClassName
{
color: #A686AD;
}
</style>
background-color css
<style>
a { background-color: #A686AD; }
a { background-color: rgb(166,134,173); }
div.DivClassName
{
background-color: #A686AD;
}
.BgClassName
{
background-color: #A686AD;
}
</style>
border-color css
<style>
span { border-color: #A686AD; }
span { border-color: rgb(166,134,173); }
td.TdClassName
{
border-color: #A686AD;
}
.TagClassName
{
border-color: #A686AD;
}
</style>