Shades of East Side #A776B2
Tints of East Side #A776B2
RGB
CMYK
RGB Variations
Color information
#A776B2 (or 0xA776B2) is known color: East Side. HEX triplet: A7, 76 and B2. RGB value is (167,118,178). Sum of RGB (Red+Green+Blue) = 167+118+178=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 178 - color contains mainly: blue. Hex color #A776B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776B2 is #58894D. Grayscale: #8B8B8B. Windows color (decimal): -5802318 or 11695783. OLE color: 11695783.
HSL color Cylindrical-coordinate representation of color #A776B2: hue angle of 289º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A776B2 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 118 | 178 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.30 |
| HSL | 289º | 0.28% | 0.58% | - |
| HSV(B) | 289º | 0.34% | 0.7% | - |
| XYZ | 30.45 | 24.39 | 45.22 | - |
| YUV | 139.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 178 | 0.06 | 0.34 | 0 | 0.30 | 289 | 0.28 | 0.58 |
| Hex | A7 | 76 | B2 | 6 | 22 | 0 | 1E | 121 | 1C | 3A |
| Octal | 247 | 166 | 262 | 6 | 42 | 0 | 36 | 441 | 34 | 72 |
| Binary | 10100111 | 1110110 | 10110010 | 110 | 100010 | 0 | 11110 | 100100001 | 11100 | 111010 |
Color Harmonies of #A776B2
Complementary color
Monochromatic Colors of #A776B2
Black with #A776B2
Text Example
Text Example
White with #A776B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776B2; }
p { color: rgb(167,118,178); }
H1.HeaderClassName
{
color: #A776B2;
}
.AnyTagClassName
{
color: #A776B2;
}
</style>
background-color css
<style>
a { background-color: #A776B2; }
a { background-color: rgb(167,118,178); }
div.DivClassName
{
background-color: #A776B2;
}
.BgClassName
{
background-color: #A776B2;
}
</style>
border-color css
<style>
span { border-color: #A776B2; }
span { border-color: rgb(167,118,178); }
td.TdClassName
{
border-color: #A776B2;
}
.TagClassName
{
border-color: #A776B2;
}
</style>