Shades of East Side #A78CBC
Tints of East Side #A78CBC
RGB
CMYK
RGB Variations
Color information
#A78CBC (or 0xA78CBC) is known color: East Side. HEX triplet: A7, 8C and BC. RGB value is (167,140,188). Sum of RGB (Red+Green+Blue) = 167+140+188=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A78CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CBC is #587343. Grayscale: #999999. Windows color (decimal): -5796676 or 12356775. OLE color: 12356775.
HSL color Cylindrical-coordinate representation of color #A78CBC: hue angle of 273.75º degrees, saturation: 0.26, 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 #A78CBC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 140 | 188 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.26 |
| HSL | 273.75º | 0.26% | 0.64% | - |
| HSV(B) | 273.75º | 0.26% | 0.74% | - |
| XYZ | 34.39 | 30.6 | 51.67 | - |
| YUV | 153.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 188 | 0.11 | 0.26 | 0 | 0.26 | 273.75 | 0.26 | 0.64 |
| Hex | A7 | 8C | BC | B | 1A | 0 | 1A | 112 | 1A | 40 |
| Octal | 247 | 214 | 274 | 13 | 32 | 0 | 32 | 422 | 32 | 100 |
| Binary | 10100111 | 10001100 | 10111100 | 1011 | 11010 | 0 | 11010 | 100010010 | 11010 | 1000000 |
Color Harmonies of #A78CBC
Complementary color
Monochromatic Colors of #A78CBC
Black with #A78CBC
Text Example
Text Example
White with #A78CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CBC; }
p { color: rgb(167,140,188); }
H1.HeaderClassName
{
color: #A78CBC;
}
.AnyTagClassName
{
color: #A78CBC;
}
</style>
background-color css
<style>
a { background-color: #A78CBC; }
a { background-color: rgb(167,140,188); }
div.DivClassName
{
background-color: #A78CBC;
}
.BgClassName
{
background-color: #A78CBC;
}
</style>
border-color css
<style>
span { border-color: #A78CBC; }
span { border-color: rgb(167,140,188); }
td.TdClassName
{
border-color: #A78CBC;
}
.TagClassName
{
border-color: #A78CBC;
}
</style>