Shades of East Side #A676BB
Tints of East Side #A676BB
RGB
CMYK
RGB Variations
Color information
#A676BB (or 0xA676BB) is known color: East Side. HEX triplet: A6, 76 and BB. RGB value is (166,118,187). Sum of RGB (Red+Green+Blue) = 166+118+187=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A676BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676BB is #598944. Grayscale: #8B8B8B. Windows color (decimal): -5867845 or 12285606. OLE color: 12285606.
HSL color Cylindrical-coordinate representation of color #A676BB: hue angle of 281.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A676BB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 118 | 187 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.27 |
| HSL | 281.74º | 0.34% | 0.6% | - |
| HSV(B) | 281.74º | 0.37% | 0.73% | - |
| XYZ | 31.17 | 24.65 | 50.13 | - |
| YUV | 140.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 187 | 0.11 | 0.37 | 0 | 0.27 | 281.74 | 0.34 | 0.6 |
| Hex | A6 | 76 | BB | B | 25 | 0 | 1B | 11A | 22 | 3C |
| Octal | 246 | 166 | 273 | 13 | 45 | 0 | 33 | 432 | 42 | 74 |
| Binary | 10100110 | 1110110 | 10111011 | 1011 | 100101 | 0 | 11011 | 100011010 | 100010 | 111100 |
Color Harmonies of #A676BB
Complementary color
Monochromatic Colors of #A676BB
Black with #A676BB
Text Example
Text Example
White with #A676BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676BB; }
p { color: rgb(166,118,187); }
H1.HeaderClassName
{
color: #A676BB;
}
.AnyTagClassName
{
color: #A676BB;
}
</style>
background-color css
<style>
a { background-color: #A676BB; }
a { background-color: rgb(166,118,187); }
div.DivClassName
{
background-color: #A676BB;
}
.BgClassName
{
background-color: #A676BB;
}
</style>
border-color css
<style>
span { border-color: #A676BB; }
span { border-color: rgb(166,118,187); }
td.TdClassName
{
border-color: #A676BB;
}
.TagClassName
{
border-color: #A676BB;
}
</style>