Shades of East Side #A778B0
Tints of East Side #A778B0
RGB
CMYK
RGB Variations
Color information
#A778B0 (or 0xA778B0) is known color: East Side. HEX triplet: A7, 78 and B0. RGB value is (167,120,176). Sum of RGB (Red+Green+Blue) = 167+120+176=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 176 - color contains mainly: blue. Hex color #A778B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778B0 is #58874F. Grayscale: #8C8C8C. Windows color (decimal): -5801808 or 11565223. OLE color: 11565223.
HSL color Cylindrical-coordinate representation of color #A778B0: hue angle of 290.36º degrees, saturation: 0.26, 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 #A778B0 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 120 | 176 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.31 |
| HSL | 290.36º | 0.26% | 0.58% | - |
| HSV(B) | 290.36º | 0.32% | 0.69% | - |
| XYZ | 30.49 | 24.78 | 44.25 | - |
| YUV | 140.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 176 | 0.05 | 0.32 | 0 | 0.31 | 290.36 | 0.26 | 0.58 |
| Hex | A7 | 78 | B0 | 5 | 20 | 0 | 1F | 122 | 1A | 3A |
| Octal | 247 | 170 | 260 | 5 | 40 | 0 | 37 | 442 | 32 | 72 |
| Binary | 10100111 | 1111000 | 10110000 | 101 | 100000 | 0 | 11111 | 100100010 | 11010 | 111010 |
Color Harmonies of #A778B0
Complementary color
Monochromatic Colors of #A778B0
Black with #A778B0
Text Example
Text Example
White with #A778B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778B0; }
p { color: rgb(167,120,176); }
H1.HeaderClassName
{
color: #A778B0;
}
.AnyTagClassName
{
color: #A778B0;
}
</style>
background-color css
<style>
a { background-color: #A778B0; }
a { background-color: rgb(167,120,176); }
div.DivClassName
{
background-color: #A778B0;
}
.BgClassName
{
background-color: #A778B0;
}
</style>
border-color css
<style>
span { border-color: #A778B0; }
span { border-color: rgb(167,120,176); }
td.TdClassName
{
border-color: #A778B0;
}
.TagClassName
{
border-color: #A778B0;
}
</style>