Shades of East Side #A78BBA
Tints of East Side #A78BBA
RGB
CMYK
RGB Variations
Color information
#A78BBA (or 0xA78BBA) is known color: East Side. HEX triplet: A7, 8B and BA. RGB value is (167,139,186). Sum of RGB (Red+Green+Blue) = 167+139+186=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A78BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BBA is #587445. Grayscale: #989898. Windows color (decimal): -5796934 or 12225447. OLE color: 12225447.
HSL color Cylindrical-coordinate representation of color #A78BBA: hue angle of 275.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A78BBA is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 139 | 186 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.27 |
| HSL | 275.74º | 0.25% | 0.64% | - |
| HSV(B) | 275.74º | 0.25% | 0.73% | - |
| XYZ | 34.03 | 30.23 | 50.49 | - |
| YUV | 152.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 186 | 0.10 | 0.25 | 0 | 0.27 | 275.74 | 0.25 | 0.64 |
| Hex | A7 | 8B | BA | A | 19 | 0 | 1B | 114 | 19 | 40 |
| Octal | 247 | 213 | 272 | 12 | 31 | 0 | 33 | 424 | 31 | 100 |
| Binary | 10100111 | 10001011 | 10111010 | 1010 | 11001 | 0 | 11011 | 100010100 | 11001 | 1000000 |
Color Harmonies of #A78BBA
Complementary color
Monochromatic Colors of #A78BBA
Black with #A78BBA
Text Example
Text Example
White with #A78BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BBA; }
p { color: rgb(167,139,186); }
H1.HeaderClassName
{
color: #A78BBA;
}
.AnyTagClassName
{
color: #A78BBA;
}
</style>
background-color css
<style>
a { background-color: #A78BBA; }
a { background-color: rgb(167,139,186); }
div.DivClassName
{
background-color: #A78BBA;
}
.BgClassName
{
background-color: #A78BBA;
}
</style>
border-color css
<style>
span { border-color: #A78BBA; }
span { border-color: rgb(167,139,186); }
td.TdClassName
{
border-color: #A78BBA;
}
.TagClassName
{
border-color: #A78BBA;
}
</style>