Shades of East Side #A77ECB
Tints of East Side #A77ECB
RGB
CMYK
RGB Variations
Color information
#A77ECB (or 0xA77ECB) is known color: East Side. HEX triplet: A7, 7E and CB. RGB value is (167,126,203). Sum of RGB (Red+Green+Blue) = 167+126+203=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A77ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ECB is #588134. Grayscale: #929292. Windows color (decimal): -5800245 or 13336231. OLE color: 13336231.
HSL color Cylindrical-coordinate representation of color #A77ECB: hue angle of 271.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A77ECB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 126 | 203 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.20 |
| HSL | 271.95º | 0.43% | 0.65% | - |
| HSV(B) | 271.95º | 0.38% | 0.8% | - |
| XYZ | 34.18 | 27.45 | 60 | - |
| YUV | 147.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 203 | 0.18 | 0.38 | 0 | 0.20 | 271.95 | 0.43 | 0.65 |
| Hex | A7 | 7E | CB | 12 | 26 | 0 | 14 | 110 | 2B | 41 |
| Octal | 247 | 176 | 313 | 22 | 46 | 0 | 24 | 420 | 53 | 101 |
| Binary | 10100111 | 1111110 | 11001011 | 10010 | 100110 | 0 | 10100 | 100010000 | 101011 | 1000001 |
Color Harmonies of #A77ECB
Complementary color
Monochromatic Colors of #A77ECB
Black with #A77ECB
Text Example
Text Example
White with #A77ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ECB; }
p { color: rgb(167,126,203); }
H1.HeaderClassName
{
color: #A77ECB;
}
.AnyTagClassName
{
color: #A77ECB;
}
</style>
background-color css
<style>
a { background-color: #A77ECB; }
a { background-color: rgb(167,126,203); }
div.DivClassName
{
background-color: #A77ECB;
}
.BgClassName
{
background-color: #A77ECB;
}
</style>
border-color css
<style>
span { border-color: #A77ECB; }
span { border-color: rgb(167,126,203); }
td.TdClassName
{
border-color: #A77ECB;
}
.TagClassName
{
border-color: #A77ECB;
}
</style>