Shades of East Side #A78BBC
Tints of East Side #A78BBC
RGB
CMYK
RGB Variations
Color information
#A78BBC (or 0xA78BBC) is known color: East Side. HEX triplet: A7, 8B and BC. RGB value is (167,139,188). Sum of RGB (Red+Green+Blue) = 167+139+188=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A78BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BBC is #587443. Grayscale: #989898. Windows color (decimal): -5796932 or 12356519. OLE color: 12356519.
HSL color Cylindrical-coordinate representation of color #A78BBC: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A78BBC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 139 | 188 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.26 |
| HSL | 274.29º | 0.27% | 0.64% | - |
| HSV(B) | 274.29º | 0.26% | 0.74% | - |
| XYZ | 34.25 | 30.31 | 51.62 | - |
| YUV | 152.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 188 | 0.11 | 0.26 | 0 | 0.26 | 274.29 | 0.27 | 0.64 |
| Hex | A7 | 8B | BC | B | 1A | 0 | 1A | 112 | 1B | 40 |
| Octal | 247 | 213 | 274 | 13 | 32 | 0 | 32 | 422 | 33 | 100 |
| Binary | 10100111 | 10001011 | 10111100 | 1011 | 11010 | 0 | 11010 | 100010010 | 11011 | 1000000 |
Color Harmonies of #A78BBC
Complementary color
Monochromatic Colors of #A78BBC
Black with #A78BBC
Text Example
Text Example
White with #A78BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BBC; }
p { color: rgb(167,139,188); }
H1.HeaderClassName
{
color: #A78BBC;
}
.AnyTagClassName
{
color: #A78BBC;
}
</style>
background-color css
<style>
a { background-color: #A78BBC; }
a { background-color: rgb(167,139,188); }
div.DivClassName
{
background-color: #A78BBC;
}
.BgClassName
{
background-color: #A78BBC;
}
</style>
border-color css
<style>
span { border-color: #A78BBC; }
span { border-color: rgb(167,139,188); }
td.TdClassName
{
border-color: #A78BBC;
}
.TagClassName
{
border-color: #A78BBC;
}
</style>