Shades of East Side #A77AB4
Tints of East Side #A77AB4
RGB
CMYK
RGB Variations
Color information
#A77AB4 (or 0xA77AB4) is known color: East Side. HEX triplet: A7, 7A and B4. RGB value is (167,122,180). Sum of RGB (Red+Green+Blue) = 167+122+180=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #A77AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77AB4 is #58854B. Grayscale: #8D8D8D. Windows color (decimal): -5801292 or 11827879. OLE color: 11827879.
HSL color Cylindrical-coordinate representation of color #A77AB4: hue angle of 286.55º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77AB4 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 122 | 180 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.29 |
| HSL | 286.55º | 0.28% | 0.59% | - |
| HSV(B) | 286.55º | 0.32% | 0.71% | - |
| XYZ | 31.13 | 25.43 | 46.45 | - |
| YUV | 142.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 180 | 0.07 | 0.32 | 0 | 0.29 | 286.55 | 0.28 | 0.59 |
| Hex | A7 | 7A | B4 | 7 | 20 | 0 | 1D | 11F | 1C | 3B |
| Octal | 247 | 172 | 264 | 7 | 40 | 0 | 35 | 437 | 34 | 73 |
| Binary | 10100111 | 1111010 | 10110100 | 111 | 100000 | 0 | 11101 | 100011111 | 11100 | 111011 |
Color Harmonies of #A77AB4
Complementary color
Monochromatic Colors of #A77AB4
Black with #A77AB4
Text Example
Text Example
White with #A77AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AB4; }
p { color: rgb(167,122,180); }
H1.HeaderClassName
{
color: #A77AB4;
}
.AnyTagClassName
{
color: #A77AB4;
}
</style>
background-color css
<style>
a { background-color: #A77AB4; }
a { background-color: rgb(167,122,180); }
div.DivClassName
{
background-color: #A77AB4;
}
.BgClassName
{
background-color: #A77AB4;
}
</style>
border-color css
<style>
span { border-color: #A77AB4; }
span { border-color: rgb(167,122,180); }
td.TdClassName
{
border-color: #A77AB4;
}
.TagClassName
{
border-color: #A77AB4;
}
</style>