Shades of East Side #A78DB6
Tints of East Side #A78DB6
RGB
CMYK
RGB Variations
Color information
#A78DB6 (or 0xA78DB6) is known color: East Side. HEX triplet: A7, 8D and B6. RGB value is (167,141,182). Sum of RGB (Red+Green+Blue) = 167+141+182=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #A78DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DB6 is #587249. Grayscale: #999999. Windows color (decimal): -5796426 or 11963815. OLE color: 11963815.
HSL color Cylindrical-coordinate representation of color #A78DB6: hue angle of 278.05º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78DB6 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 141 | 182 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.29 |
| HSL | 278.05º | 0.22% | 0.63% | - |
| HSV(B) | 278.05º | 0.23% | 0.71% | - |
| XYZ | 33.9 | 30.64 | 48.38 | - |
| YUV | 153.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 182 | 0.08 | 0.23 | 0 | 0.29 | 278.05 | 0.22 | 0.63 |
| Hex | A7 | 8D | B6 | 8 | 17 | 0 | 1D | 116 | 16 | 3F |
| Octal | 247 | 215 | 266 | 10 | 27 | 0 | 35 | 426 | 26 | 77 |
| Binary | 10100111 | 10001101 | 10110110 | 1000 | 10111 | 0 | 11101 | 100010110 | 10110 | 111111 |
Color Harmonies of #A78DB6
Complementary color
Monochromatic Colors of #A78DB6
Black with #A78DB6
Text Example
Text Example
White with #A78DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DB6; }
p { color: rgb(167,141,182); }
H1.HeaderClassName
{
color: #A78DB6;
}
.AnyTagClassName
{
color: #A78DB6;
}
</style>
background-color css
<style>
a { background-color: #A78DB6; }
a { background-color: rgb(167,141,182); }
div.DivClassName
{
background-color: #A78DB6;
}
.BgClassName
{
background-color: #A78DB6;
}
</style>
border-color css
<style>
span { border-color: #A78DB6; }
span { border-color: rgb(167,141,182); }
td.TdClassName
{
border-color: #A78DB6;
}
.TagClassName
{
border-color: #A78DB6;
}
</style>