Shades of East Side #A686BC
Tints of East Side #A686BC
RGB
CMYK
RGB Variations
Color information
#A686BC (or 0xA686BC) is known color: East Side. HEX triplet: A6, 86 and BC. RGB value is (166,134,188). Sum of RGB (Red+Green+Blue) = 166+134+188=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A686BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686BC is #597943. Grayscale: #959595. Windows color (decimal): -5863748 or 12355238. OLE color: 12355238.
HSL color Cylindrical-coordinate representation of color #A686BC: hue angle of 275.56º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A686BC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 134 | 188 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.26 |
| HSL | 275.56º | 0.29% | 0.63% | - |
| HSV(B) | 275.56º | 0.29% | 0.74% | - |
| XYZ | 33.33 | 28.79 | 51.38 | - |
| YUV | 149.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 188 | 0.12 | 0.29 | 0 | 0.26 | 275.56 | 0.29 | 0.63 |
| Hex | A6 | 86 | BC | C | 1D | 0 | 1A | 114 | 1D | 3F |
| Octal | 246 | 206 | 274 | 14 | 35 | 0 | 32 | 424 | 35 | 77 |
| Binary | 10100110 | 10000110 | 10111100 | 1100 | 11101 | 0 | 11010 | 100010100 | 11101 | 111111 |
Color Harmonies of #A686BC
Complementary color
Monochromatic Colors of #A686BC
Black with #A686BC
Text Example
Text Example
White with #A686BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686BC; }
p { color: rgb(166,134,188); }
H1.HeaderClassName
{
color: #A686BC;
}
.AnyTagClassName
{
color: #A686BC;
}
</style>
background-color css
<style>
a { background-color: #A686BC; }
a { background-color: rgb(166,134,188); }
div.DivClassName
{
background-color: #A686BC;
}
.BgClassName
{
background-color: #A686BC;
}
</style>
border-color css
<style>
span { border-color: #A686BC; }
span { border-color: rgb(166,134,188); }
td.TdClassName
{
border-color: #A686BC;
}
.TagClassName
{
border-color: #A686BC;
}
</style>