Shades of East Side #A78CB8
Tints of East Side #A78CB8
RGB
CMYK
RGB Variations
Color information
#A78CB8 (or 0xA78CB8) is known color: East Side. HEX triplet: A7, 8C and B8. RGB value is (167,140,184). Sum of RGB (Red+Green+Blue) = 167+140+184=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 184 - color contains mainly: blue. Hex color #A78CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CB8 is #587347. Grayscale: #989898. Windows color (decimal): -5796680 or 12094631. OLE color: 12094631.
HSL color Cylindrical-coordinate representation of color #A78CB8: hue angle of 276.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A78CB8 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 140 | 184 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.28 |
| HSL | 276.82º | 0.24% | 0.64% | - |
| HSV(B) | 276.82º | 0.24% | 0.72% | - |
| XYZ | 33.97 | 30.43 | 49.43 | - |
| YUV | 153.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 184 | 0.09 | 0.24 | 0 | 0.28 | 276.82 | 0.24 | 0.64 |
| Hex | A7 | 8C | B8 | 9 | 18 | 0 | 1C | 115 | 18 | 40 |
| Octal | 247 | 214 | 270 | 11 | 30 | 0 | 34 | 425 | 30 | 100 |
| Binary | 10100111 | 10001100 | 10111000 | 1001 | 11000 | 0 | 11100 | 100010101 | 11000 | 1000000 |
Color Harmonies of #A78CB8
Complementary color
Monochromatic Colors of #A78CB8
Black with #A78CB8
Text Example
Text Example
White with #A78CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CB8; }
p { color: rgb(167,140,184); }
H1.HeaderClassName
{
color: #A78CB8;
}
.AnyTagClassName
{
color: #A78CB8;
}
</style>
background-color css
<style>
a { background-color: #A78CB8; }
a { background-color: rgb(167,140,184); }
div.DivClassName
{
background-color: #A78CB8;
}
.BgClassName
{
background-color: #A78CB8;
}
</style>
border-color css
<style>
span { border-color: #A78CB8; }
span { border-color: rgb(167,140,184); }
td.TdClassName
{
border-color: #A78CB8;
}
.TagClassName
{
border-color: #A78CB8;
}
</style>