Shades of East Side #A78BBB
Tints of East Side #A78BBB
RGB
CMYK
RGB Variations
Color information
#A78BBB (or 0xA78BBB) is known color: East Side. HEX triplet: A7, 8B and BB. RGB value is (167,139,187). Sum of RGB (Red+Green+Blue) = 167+139+187=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #A78BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BBB is #587444. Grayscale: #989898. Windows color (decimal): -5796933 or 12290983. OLE color: 12290983.
HSL color Cylindrical-coordinate representation of color #A78BBB: hue angle of 275º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A78BBB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 139 | 187 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.27 |
| HSL | 275º | 0.26% | 0.64% | - |
| HSV(B) | 275º | 0.26% | 0.73% | - |
| XYZ | 34.14 | 30.27 | 51.06 | - |
| YUV | 152.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 187 | 0.11 | 0.26 | 0 | 0.27 | 275 | 0.26 | 0.64 |
| Hex | A7 | 8B | BB | B | 1A | 0 | 1B | 113 | 1A | 40 |
| Octal | 247 | 213 | 273 | 13 | 32 | 0 | 33 | 423 | 32 | 100 |
| Binary | 10100111 | 10001011 | 10111011 | 1011 | 11010 | 0 | 11011 | 100010011 | 11010 | 1000000 |
Color Harmonies of #A78BBB
Complementary color
Monochromatic Colors of #A78BBB
Black with #A78BBB
Text Example
Text Example
White with #A78BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BBB; }
p { color: rgb(167,139,187); }
H1.HeaderClassName
{
color: #A78BBB;
}
.AnyTagClassName
{
color: #A78BBB;
}
</style>
background-color css
<style>
a { background-color: #A78BBB; }
a { background-color: rgb(167,139,187); }
div.DivClassName
{
background-color: #A78BBB;
}
.BgClassName
{
background-color: #A78BBB;
}
</style>
border-color css
<style>
span { border-color: #A78BBB; }
span { border-color: rgb(167,139,187); }
td.TdClassName
{
border-color: #A78BBB;
}
.TagClassName
{
border-color: #A78BBB;
}
</style>