Shades of East Side #A78BB6
Tints of East Side #A78BB6
RGB
CMYK
RGB Variations
Color information
#A78BB6 (or 0xA78BB6) is known color: East Side. HEX triplet: A7, 8B and B6. RGB value is (167,139,182). Sum of RGB (Red+Green+Blue) = 167+139+182=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #A78BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BB6 is #587449. Grayscale: #989898. Windows color (decimal): -5796938 or 11963303. OLE color: 11963303.
HSL color Cylindrical-coordinate representation of color #A78BB6: hue angle of 279.07º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A78BB6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 139 | 182 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.29 |
| HSL | 279.07º | 0.23% | 0.63% | - |
| HSV(B) | 279.07º | 0.24% | 0.71% | - |
| XYZ | 33.61 | 30.06 | 48.29 | - |
| YUV | 152.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 182 | 0.08 | 0.24 | 0 | 0.29 | 279.07 | 0.23 | 0.63 |
| Hex | A7 | 8B | B6 | 8 | 18 | 0 | 1D | 117 | 17 | 3F |
| Octal | 247 | 213 | 266 | 10 | 30 | 0 | 35 | 427 | 27 | 77 |
| Binary | 10100111 | 10001011 | 10110110 | 1000 | 11000 | 0 | 11101 | 100010111 | 10111 | 111111 |
Color Harmonies of #A78BB6
Complementary color
Monochromatic Colors of #A78BB6
Black with #A78BB6
Text Example
Text Example
White with #A78BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BB6; }
p { color: rgb(167,139,182); }
H1.HeaderClassName
{
color: #A78BB6;
}
.AnyTagClassName
{
color: #A78BB6;
}
</style>
background-color css
<style>
a { background-color: #A78BB6; }
a { background-color: rgb(167,139,182); }
div.DivClassName
{
background-color: #A78BB6;
}
.BgClassName
{
background-color: #A78BB6;
}
</style>
border-color css
<style>
span { border-color: #A78BB6; }
span { border-color: rgb(167,139,182); }
td.TdClassName
{
border-color: #A78BB6;
}
.TagClassName
{
border-color: #A78BB6;
}
</style>