Shades of East Side #A686B8
Tints of East Side #A686B8
RGB
CMYK
RGB Variations
Color information
#A686B8 (or 0xA686B8) is known color: East Side. HEX triplet: A6, 86 and B8. RGB value is (166,134,184). Sum of RGB (Red+Green+Blue) = 166+134+184=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 184 - color contains mainly: blue. Hex color #A686B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686B8 is #597947. Grayscale: #959595. Windows color (decimal): -5863752 or 12093094. OLE color: 12093094.
HSL color Cylindrical-coordinate representation of color #A686B8: hue angle of 278.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A686B8 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 134 | 184 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.28 |
| HSL | 278.4º | 0.26% | 0.62% | - |
| HSV(B) | 278.4º | 0.27% | 0.72% | - |
| XYZ | 32.9 | 28.62 | 49.14 | - |
| YUV | 149.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 184 | 0.10 | 0.27 | 0 | 0.28 | 278.4 | 0.26 | 0.62 |
| Hex | A6 | 86 | B8 | A | 1B | 0 | 1C | 116 | 1A | 3E |
| Octal | 246 | 206 | 270 | 12 | 33 | 0 | 34 | 426 | 32 | 76 |
| Binary | 10100110 | 10000110 | 10111000 | 1010 | 11011 | 0 | 11100 | 100010110 | 11010 | 111110 |
Color Harmonies of #A686B8
Complementary color
Monochromatic Colors of #A686B8
Black with #A686B8
Text Example
Text Example
White with #A686B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686B8; }
p { color: rgb(166,134,184); }
H1.HeaderClassName
{
color: #A686B8;
}
.AnyTagClassName
{
color: #A686B8;
}
</style>
background-color css
<style>
a { background-color: #A686B8; }
a { background-color: rgb(166,134,184); }
div.DivClassName
{
background-color: #A686B8;
}
.BgClassName
{
background-color: #A686B8;
}
</style>
border-color css
<style>
span { border-color: #A686B8; }
span { border-color: rgb(166,134,184); }
td.TdClassName
{
border-color: #A686B8;
}
.TagClassName
{
border-color: #A686B8;
}
</style>