Shades of East Side #A776BC
Tints of East Side #A776BC
RGB
CMYK
RGB Variations
Color information
#A776BC (or 0xA776BC) is known color: East Side. HEX triplet: A7, 76 and BC. RGB value is (167,118,188). Sum of RGB (Red+Green+Blue) = 167+118+188=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A776BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776BC is #588943. Grayscale: #8C8C8C. Windows color (decimal): -5802308 or 12351143. OLE color: 12351143.
HSL color Cylindrical-coordinate representation of color #A776BC: hue angle of 282º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A776BC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 118 | 188 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.26 |
| HSL | 282º | 0.34% | 0.6% | - |
| HSV(B) | 282º | 0.37% | 0.74% | - |
| XYZ | 31.49 | 24.8 | 50.7 | - |
| YUV | 140.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 188 | 0.11 | 0.37 | 0 | 0.26 | 282 | 0.34 | 0.6 |
| Hex | A7 | 76 | BC | B | 25 | 0 | 1A | 11A | 22 | 3C |
| Octal | 247 | 166 | 274 | 13 | 45 | 0 | 32 | 432 | 42 | 74 |
| Binary | 10100111 | 1110110 | 10111100 | 1011 | 100101 | 0 | 11010 | 100011010 | 100010 | 111100 |
Color Harmonies of #A776BC
Complementary color
Monochromatic Colors of #A776BC
Black with #A776BC
Text Example
Text Example
White with #A776BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776BC; }
p { color: rgb(167,118,188); }
H1.HeaderClassName
{
color: #A776BC;
}
.AnyTagClassName
{
color: #A776BC;
}
</style>
background-color css
<style>
a { background-color: #A776BC; }
a { background-color: rgb(167,118,188); }
div.DivClassName
{
background-color: #A776BC;
}
.BgClassName
{
background-color: #A776BC;
}
</style>
border-color css
<style>
span { border-color: #A776BC; }
span { border-color: rgb(167,118,188); }
td.TdClassName
{
border-color: #A776BC;
}
.TagClassName
{
border-color: #A776BC;
}
</style>