Shades of East Side #A78BB5
Tints of East Side #A78BB5
RGB
CMYK
RGB Variations
Color information
#A78BB5 (or 0xA78BB5) is known color: East Side. HEX triplet: A7, 8B and B5. RGB value is (167,139,181). Sum of RGB (Red+Green+Blue) = 167+139+181=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #A78BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BB5 is #58744A. Grayscale: #989898. Windows color (decimal): -5796939 or 11897767. OLE color: 11897767.
HSL color Cylindrical-coordinate representation of color #A78BB5: hue angle of 280º 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 #A78BB5 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 139 | 181 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.29 |
| HSL | 280º | 0.22% | 0.63% | - |
| HSV(B) | 280º | 0.23% | 0.71% | - |
| XYZ | 33.51 | 30.02 | 47.74 | - |
| YUV | 152.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 181 | 0.08 | 0.23 | 0 | 0.29 | 280 | 0.22 | 0.63 |
| Hex | A7 | 8B | B5 | 8 | 17 | 0 | 1D | 118 | 16 | 3F |
| Octal | 247 | 213 | 265 | 10 | 27 | 0 | 35 | 430 | 26 | 77 |
| Binary | 10100111 | 10001011 | 10110101 | 1000 | 10111 | 0 | 11101 | 100011000 | 10110 | 111111 |
Color Harmonies of #A78BB5
Complementary color
Monochromatic Colors of #A78BB5
Black with #A78BB5
Text Example
Text Example
White with #A78BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BB5; }
p { color: rgb(167,139,181); }
H1.HeaderClassName
{
color: #A78BB5;
}
.AnyTagClassName
{
color: #A78BB5;
}
</style>
background-color css
<style>
a { background-color: #A78BB5; }
a { background-color: rgb(167,139,181); }
div.DivClassName
{
background-color: #A78BB5;
}
.BgClassName
{
background-color: #A78BB5;
}
</style>
border-color css
<style>
span { border-color: #A78BB5; }
span { border-color: rgb(167,139,181); }
td.TdClassName
{
border-color: #A78BB5;
}
.TagClassName
{
border-color: #A78BB5;
}
</style>