Shades of East Side #A977B4
Tints of East Side #A977B4
RGB
CMYK
RGB Variations
Color information
#A977B4 (or 0xA977B4) is known color: East Side. HEX triplet: A9, 77 and B4. RGB value is (169,119,180). Sum of RGB (Red+Green+Blue) = 169+119+180=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #A977B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977B4 is #56884B. Grayscale: #8C8C8C. Windows color (decimal): -5670988 or 11827113. OLE color: 11827113.
HSL color Cylindrical-coordinate representation of color #A977B4: hue angle of 289.18º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A977B4 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 119 | 180 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.29 |
| HSL | 289.18º | 0.29% | 0.59% | - |
| HSV(B) | 289.18º | 0.34% | 0.71% | - |
| XYZ | 31.2 | 24.92 | 46.35 | - |
| YUV | 140.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 180 | 0.06 | 0.34 | 0 | 0.29 | 289.18 | 0.29 | 0.59 |
| Hex | A9 | 77 | B4 | 6 | 22 | 0 | 1D | 121 | 1D | 3B |
| Octal | 251 | 167 | 264 | 6 | 42 | 0 | 35 | 441 | 35 | 73 |
| Binary | 10101001 | 1110111 | 10110100 | 110 | 100010 | 0 | 11101 | 100100001 | 11101 | 111011 |
Color Harmonies of #A977B4
Complementary color
Monochromatic Colors of #A977B4
Black with #A977B4
Text Example
Text Example
White with #A977B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977B4; }
p { color: rgb(169,119,180); }
H1.HeaderClassName
{
color: #A977B4;
}
.AnyTagClassName
{
color: #A977B4;
}
</style>
background-color css
<style>
a { background-color: #A977B4; }
a { background-color: rgb(169,119,180); }
div.DivClassName
{
background-color: #A977B4;
}
.BgClassName
{
background-color: #A977B4;
}
</style>
border-color css
<style>
span { border-color: #A977B4; }
span { border-color: rgb(169,119,180); }
td.TdClassName
{
border-color: #A977B4;
}
.TagClassName
{
border-color: #A977B4;
}
</style>