Shades of East Side #A78CB7
Tints of East Side #A78CB7
RGB
CMYK
RGB Variations
Color information
#A78CB7 (or 0xA78CB7) is known color: East Side. HEX triplet: A7, 8C and B7. RGB value is (167,140,183). Sum of RGB (Red+Green+Blue) = 167+140+183=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #A78CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CB7 is #587348. Grayscale: #989898. Windows color (decimal): -5796681 or 12029095. OLE color: 12029095.
HSL color Cylindrical-coordinate representation of color #A78CB7: hue angle of 277.67º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78CB7 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 140 | 183 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.28 |
| HSL | 277.67º | 0.23% | 0.63% | - |
| HSV(B) | 277.67º | 0.23% | 0.72% | - |
| XYZ | 33.86 | 30.39 | 48.88 | - |
| YUV | 152.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 183 | 0.09 | 0.23 | 0 | 0.28 | 277.67 | 0.23 | 0.63 |
| Hex | A7 | 8C | B7 | 9 | 17 | 0 | 1C | 116 | 17 | 3F |
| Octal | 247 | 214 | 267 | 11 | 27 | 0 | 34 | 426 | 27 | 77 |
| Binary | 10100111 | 10001100 | 10110111 | 1001 | 10111 | 0 | 11100 | 100010110 | 10111 | 111111 |
Color Harmonies of #A78CB7
Complementary color
Monochromatic Colors of #A78CB7
Black with #A78CB7
Text Example
Text Example
White with #A78CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CB7; }
p { color: rgb(167,140,183); }
H1.HeaderClassName
{
color: #A78CB7;
}
.AnyTagClassName
{
color: #A78CB7;
}
</style>
background-color css
<style>
a { background-color: #A78CB7; }
a { background-color: rgb(167,140,183); }
div.DivClassName
{
background-color: #A78CB7;
}
.BgClassName
{
background-color: #A78CB7;
}
</style>
border-color css
<style>
span { border-color: #A78CB7; }
span { border-color: rgb(167,140,183); }
td.TdClassName
{
border-color: #A78CB7;
}
.TagClassName
{
border-color: #A78CB7;
}
</style>