Shades of East Side #A977B0
Tints of East Side #A977B0
RGB
CMYK
RGB Variations
Color information
#A977B0 (or 0xA977B0) is known color: East Side. HEX triplet: A9, 77 and B0. RGB value is (169,119,176). Sum of RGB (Red+Green+Blue) = 169+119+176=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #A977B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977B0 is #56884F. Grayscale: #8C8C8C. Windows color (decimal): -5670992 or 11564969. OLE color: 11564969.
HSL color Cylindrical-coordinate representation of color #A977B0: hue angle of 292.63º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A977B0 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 119 | 176 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.31 |
| HSL | 292.63º | 0.27% | 0.58% | - |
| HSV(B) | 292.63º | 0.32% | 0.69% | - |
| XYZ | 30.8 | 24.76 | 44.23 | - |
| YUV | 140.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 176 | 0.04 | 0.32 | 0 | 0.31 | 292.63 | 0.27 | 0.58 |
| Hex | A9 | 77 | B0 | 4 | 20 | 0 | 1F | 125 | 1B | 3A |
| Octal | 251 | 167 | 260 | 4 | 40 | 0 | 37 | 445 | 33 | 72 |
| Binary | 10101001 | 1110111 | 10110000 | 100 | 100000 | 0 | 11111 | 100100101 | 11011 | 111010 |
Color Harmonies of #A977B0
Complementary color
Monochromatic Colors of #A977B0
Black with #A977B0
Text Example
Text Example
White with #A977B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977B0; }
p { color: rgb(169,119,176); }
H1.HeaderClassName
{
color: #A977B0;
}
.AnyTagClassName
{
color: #A977B0;
}
</style>
background-color css
<style>
a { background-color: #A977B0; }
a { background-color: rgb(169,119,176); }
div.DivClassName
{
background-color: #A977B0;
}
.BgClassName
{
background-color: #A977B0;
}
</style>
border-color css
<style>
span { border-color: #A977B0; }
span { border-color: rgb(169,119,176); }
td.TdClassName
{
border-color: #A977B0;
}
.TagClassName
{
border-color: #A977B0;
}
</style>