Shades of East Side #A776BD
Tints of East Side #A776BD
RGB
CMYK
RGB Variations
Color information
#A776BD (or 0xA776BD) is known color: East Side. HEX triplet: A7, 76 and BD. RGB value is (167,118,189). Sum of RGB (Red+Green+Blue) = 167+118+189=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A776BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776BD is #588942. Grayscale: #8C8C8C. Windows color (decimal): -5802307 or 12416679. OLE color: 12416679.
HSL color Cylindrical-coordinate representation of color #A776BD: hue angle of 281.41º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A776BD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 118 | 189 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.26 |
| HSL | 281.41º | 0.35% | 0.6% | - |
| HSV(B) | 281.41º | 0.38% | 0.74% | - |
| XYZ | 31.6 | 24.85 | 51.27 | - |
| YUV | 140.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 189 | 0.12 | 0.38 | 0 | 0.26 | 281.41 | 0.35 | 0.6 |
| Hex | A7 | 76 | BD | C | 26 | 0 | 1A | 119 | 23 | 3C |
| Octal | 247 | 166 | 275 | 14 | 46 | 0 | 32 | 431 | 43 | 74 |
| Binary | 10100111 | 1110110 | 10111101 | 1100 | 100110 | 0 | 11010 | 100011001 | 100011 | 111100 |
Color Harmonies of #A776BD
Complementary color
Monochromatic Colors of #A776BD
Black with #A776BD
Text Example
Text Example
White with #A776BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776BD; }
p { color: rgb(167,118,189); }
H1.HeaderClassName
{
color: #A776BD;
}
.AnyTagClassName
{
color: #A776BD;
}
</style>
background-color css
<style>
a { background-color: #A776BD; }
a { background-color: rgb(167,118,189); }
div.DivClassName
{
background-color: #A776BD;
}
.BgClassName
{
background-color: #A776BD;
}
</style>
border-color css
<style>
span { border-color: #A776BD; }
span { border-color: rgb(167,118,189); }
td.TdClassName
{
border-color: #A776BD;
}
.TagClassName
{
border-color: #A776BD;
}
</style>