Shades of East Side #A686AC
Tints of East Side #A686AC
RGB
CMYK
RGB Variations
Color information
#A686AC (or 0xA686AC) is known color: East Side. HEX triplet: A6, 86 and AC. RGB value is (166,134,172). Sum of RGB (Red+Green+Blue) = 166+134+172=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #A686AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AC is #597953. Grayscale: #939393. Windows color (decimal): -5863764 or 11306662. OLE color: 11306662.
HSL color Cylindrical-coordinate representation of color #A686AC: hue angle of 290.53º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A686AC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 134 | 172 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.33 |
| HSL | 290.53º | 0.19% | 0.6% | - |
| HSV(B) | 290.53º | 0.22% | 0.67% | - |
| XYZ | 31.7 | 28.14 | 42.79 | - |
| YUV | 147.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 172 | 0.03 | 0.22 | 0 | 0.33 | 290.53 | 0.19 | 0.6 |
| Hex | A6 | 86 | AC | 3 | 16 | 0 | 21 | 123 | 13 | 3C |
| Octal | 246 | 206 | 254 | 3 | 26 | 0 | 41 | 443 | 23 | 74 |
| Binary | 10100110 | 10000110 | 10101100 | 11 | 10110 | 0 | 100001 | 100100011 | 10011 | 111100 |
Color Harmonies of #A686AC
Complementary color
Monochromatic Colors of #A686AC
Black with #A686AC
Text Example
Text Example
White with #A686AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686AC; }
p { color: rgb(166,134,172); }
H1.HeaderClassName
{
color: #A686AC;
}
.AnyTagClassName
{
color: #A686AC;
}
</style>
background-color css
<style>
a { background-color: #A686AC; }
a { background-color: rgb(166,134,172); }
div.DivClassName
{
background-color: #A686AC;
}
.BgClassName
{
background-color: #A686AC;
}
</style>
border-color css
<style>
span { border-color: #A686AC; }
span { border-color: rgb(166,134,172); }
td.TdClassName
{
border-color: #A686AC;
}
.TagClassName
{
border-color: #A686AC;
}
</style>