Shades of East Side #A78DBC
Tints of East Side #A78DBC
RGB
CMYK
RGB Variations
Color information
#A78DBC (or 0xA78DBC) is known color: East Side. HEX triplet: A7, 8D and BC. RGB value is (167,141,188). Sum of RGB (Red+Green+Blue) = 167+141+188=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A78DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DBC is #587243. Grayscale: #999999. Windows color (decimal): -5796420 or 12357031. OLE color: 12357031.
HSL color Cylindrical-coordinate representation of color #A78DBC: hue angle of 273.19º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A78DBC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 141 | 188 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.26 |
| HSL | 273.19º | 0.26% | 0.65% | - |
| HSV(B) | 273.19º | 0.25% | 0.74% | - |
| XYZ | 34.54 | 30.9 | 51.72 | - |
| YUV | 154.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 188 | 0.11 | 0.25 | 0 | 0.26 | 273.19 | 0.26 | 0.65 |
| Hex | A7 | 8D | BC | B | 19 | 0 | 1A | 111 | 1A | 41 |
| Octal | 247 | 215 | 274 | 13 | 31 | 0 | 32 | 421 | 32 | 101 |
| Binary | 10100111 | 10001101 | 10111100 | 1011 | 11001 | 0 | 11010 | 100010001 | 11010 | 1000001 |
Color Harmonies of #A78DBC
Complementary color
Monochromatic Colors of #A78DBC
Black with #A78DBC
Text Example
Text Example
White with #A78DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DBC; }
p { color: rgb(167,141,188); }
H1.HeaderClassName
{
color: #A78DBC;
}
.AnyTagClassName
{
color: #A78DBC;
}
</style>
background-color css
<style>
a { background-color: #A78DBC; }
a { background-color: rgb(167,141,188); }
div.DivClassName
{
background-color: #A78DBC;
}
.BgClassName
{
background-color: #A78DBC;
}
</style>
border-color css
<style>
span { border-color: #A78DBC; }
span { border-color: rgb(167,141,188); }
td.TdClassName
{
border-color: #A78DBC;
}
.TagClassName
{
border-color: #A78DBC;
}
</style>