Shades of East Side #A77FB4
Tints of East Side #A77FB4
RGB
CMYK
RGB Variations
Color information
#A77FB4 (or 0xA77FB4) is known color: East Side. HEX triplet: A7, 7F and B4. RGB value is (167,127,180). Sum of RGB (Red+Green+Blue) = 167+127+180=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #A77FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FB4 is #58804B. Grayscale: #909090. Windows color (decimal): -5800012 or 11829159. OLE color: 11829159.
HSL color Cylindrical-coordinate representation of color #A77FB4: hue angle of 285.28º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77FB4 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 127 | 180 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.29 |
| HSL | 285.28º | 0.26% | 0.6% | - |
| HSV(B) | 285.28º | 0.29% | 0.71% | - |
| XYZ | 31.76 | 26.69 | 46.66 | - |
| YUV | 145 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 180 | 0.07 | 0.29 | 0 | 0.29 | 285.28 | 0.26 | 0.6 |
| Hex | A7 | 7F | B4 | 7 | 1D | 0 | 1D | 11D | 1A | 3C |
| Octal | 247 | 177 | 264 | 7 | 35 | 0 | 35 | 435 | 32 | 74 |
| Binary | 10100111 | 1111111 | 10110100 | 111 | 11101 | 0 | 11101 | 100011101 | 11010 | 111100 |
Color Harmonies of #A77FB4
Complementary color
Monochromatic Colors of #A77FB4
Black with #A77FB4
Text Example
Text Example
White with #A77FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FB4; }
p { color: rgb(167,127,180); }
H1.HeaderClassName
{
color: #A77FB4;
}
.AnyTagClassName
{
color: #A77FB4;
}
</style>
background-color css
<style>
a { background-color: #A77FB4; }
a { background-color: rgb(167,127,180); }
div.DivClassName
{
background-color: #A77FB4;
}
.BgClassName
{
background-color: #A77FB4;
}
</style>
border-color css
<style>
span { border-color: #A77FB4; }
span { border-color: rgb(167,127,180); }
td.TdClassName
{
border-color: #A77FB4;
}
.TagClassName
{
border-color: #A77FB4;
}
</style>