Shades of East Side #A78EB8
Tints of East Side #A78EB8
RGB
CMYK
RGB Variations
Color information
#A78EB8 (or 0xA78EB8) is known color: East Side. HEX triplet: A7, 8E and B8. RGB value is (167,142,184). Sum of RGB (Red+Green+Blue) = 167+142+184=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 184 - color contains mainly: blue. Hex color #A78EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EB8 is #587147. Grayscale: #9A9A9A. Windows color (decimal): -5796168 or 12095143. OLE color: 12095143.
HSL color Cylindrical-coordinate representation of color #A78EB8: hue angle of 275.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78EB8 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 142 | 184 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.28 |
| HSL | 275.71º | 0.23% | 0.64% | - |
| HSV(B) | 275.71º | 0.23% | 0.72% | - |
| XYZ | 34.26 | 31.02 | 49.53 | - |
| YUV | 154.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 184 | 0.09 | 0.23 | 0 | 0.28 | 275.71 | 0.23 | 0.64 |
| Hex | A7 | 8E | B8 | 9 | 17 | 0 | 1C | 114 | 17 | 40 |
| Octal | 247 | 216 | 270 | 11 | 27 | 0 | 34 | 424 | 27 | 100 |
| Binary | 10100111 | 10001110 | 10111000 | 1001 | 10111 | 0 | 11100 | 100010100 | 10111 | 1000000 |
Color Harmonies of #A78EB8
Complementary color
Monochromatic Colors of #A78EB8
Black with #A78EB8
Text Example
Text Example
White with #A78EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EB8; }
p { color: rgb(167,142,184); }
H1.HeaderClassName
{
color: #A78EB8;
}
.AnyTagClassName
{
color: #A78EB8;
}
</style>
background-color css
<style>
a { background-color: #A78EB8; }
a { background-color: rgb(167,142,184); }
div.DivClassName
{
background-color: #A78EB8;
}
.BgClassName
{
background-color: #A78EB8;
}
</style>
border-color css
<style>
span { border-color: #A78EB8; }
span { border-color: rgb(167,142,184); }
td.TdClassName
{
border-color: #A78EB8;
}
.TagClassName
{
border-color: #A78EB8;
}
</style>