Shades of East Side #A976B2
Tints of East Side #A976B2
RGB
CMYK
RGB Variations
Color information
#A976B2 (or 0xA976B2) is known color: East Side. HEX triplet: A9, 76 and B2. RGB value is (169,118,178). Sum of RGB (Red+Green+Blue) = 169+118+178=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #A976B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976B2 is #56894D. Grayscale: #8B8B8B. Windows color (decimal): -5671246 or 11695785. OLE color: 11695785.
HSL color Cylindrical-coordinate representation of color #A976B2: hue angle of 291º 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 #A976B2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 118 | 178 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.30 |
| HSL | 291º | 0.28% | 0.58% | - |
| HSV(B) | 291º | 0.34% | 0.7% | - |
| XYZ | 30.88 | 24.61 | 45.24 | - |
| YUV | 140.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 178 | 0.05 | 0.34 | 0 | 0.30 | 291 | 0.28 | 0.58 |
| Hex | A9 | 76 | B2 | 5 | 22 | 0 | 1E | 123 | 1C | 3A |
| Octal | 251 | 166 | 262 | 5 | 42 | 0 | 36 | 443 | 34 | 72 |
| Binary | 10101001 | 1110110 | 10110010 | 101 | 100010 | 0 | 11110 | 100100011 | 11100 | 111010 |
Color Harmonies of #A976B2
Complementary color
Monochromatic Colors of #A976B2
Black with #A976B2
Text Example
Text Example
White with #A976B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976B2; }
p { color: rgb(169,118,178); }
H1.HeaderClassName
{
color: #A976B2;
}
.AnyTagClassName
{
color: #A976B2;
}
</style>
background-color css
<style>
a { background-color: #A976B2; }
a { background-color: rgb(169,118,178); }
div.DivClassName
{
background-color: #A976B2;
}
.BgClassName
{
background-color: #A976B2;
}
</style>
border-color css
<style>
span { border-color: #A976B2; }
span { border-color: rgb(169,118,178); }
td.TdClassName
{
border-color: #A976B2;
}
.TagClassName
{
border-color: #A976B2;
}
</style>