Shades of East Side #A78FBA
Tints of East Side #A78FBA
RGB
CMYK
RGB Variations
Color information
#A78FBA (or 0xA78FBA) is known color: East Side. HEX triplet: A7, 8F and BA. RGB value is (167,143,186). Sum of RGB (Red+Green+Blue) = 167+143+186=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #A78FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FBA is #587045. Grayscale: #9A9A9A. Windows color (decimal): -5795910 or 12226471. OLE color: 12226471.
HSL color Cylindrical-coordinate representation of color #A78FBA: hue angle of 273.49º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78FBA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 143 | 186 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.27 |
| HSL | 273.49º | 0.24% | 0.65% | - |
| HSV(B) | 273.49º | 0.23% | 0.73% | - |
| XYZ | 34.62 | 31.41 | 50.69 | - |
| YUV | 155.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 186 | 0.10 | 0.23 | 0 | 0.27 | 273.49 | 0.24 | 0.65 |
| Hex | A7 | 8F | BA | A | 17 | 0 | 1B | 111 | 18 | 41 |
| Octal | 247 | 217 | 272 | 12 | 27 | 0 | 33 | 421 | 30 | 101 |
| Binary | 10100111 | 10001111 | 10111010 | 1010 | 10111 | 0 | 11011 | 100010001 | 11000 | 1000001 |
Color Harmonies of #A78FBA
Complementary color
Monochromatic Colors of #A78FBA
Black with #A78FBA
Text Example
Text Example
White with #A78FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78FBA; }
p { color: rgb(167,143,186); }
H1.HeaderClassName
{
color: #A78FBA;
}
.AnyTagClassName
{
color: #A78FBA;
}
</style>
background-color css
<style>
a { background-color: #A78FBA; }
a { background-color: rgb(167,143,186); }
div.DivClassName
{
background-color: #A78FBA;
}
.BgClassName
{
background-color: #A78FBA;
}
</style>
border-color css
<style>
span { border-color: #A78FBA; }
span { border-color: rgb(167,143,186); }
td.TdClassName
{
border-color: #A78FBA;
}
.TagClassName
{
border-color: #A78FBA;
}
</style>