Shades of East Side #A78EAC
Tints of East Side #A78EAC
RGB
CMYK
RGB Variations
Color information
#A78EAC (or 0xA78EAC) is known color: East Side. HEX triplet: A7, 8E and AC. RGB value is (167,142,172). Sum of RGB (Red+Green+Blue) = 167+142+172=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #A78EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78EAC is #587153. Grayscale: #989898. Windows color (decimal): -5796180 or 11308711. OLE color: 11308711.
HSL color Cylindrical-coordinate representation of color #A78EAC: hue angle of 290º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A78EAC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 142 | 172 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.33 |
| HSL | 290º | 0.15% | 0.62% | - |
| HSV(B) | 290º | 0.17% | 0.67% | - |
| XYZ | 33.06 | 30.54 | 43.18 | - |
| YUV | 152.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 172 | 0.03 | 0.17 | 0 | 0.33 | 290 | 0.15 | 0.62 |
| Hex | A7 | 8E | AC | 3 | 11 | 0 | 21 | 122 | F | 3E |
| Octal | 247 | 216 | 254 | 3 | 21 | 0 | 41 | 442 | 17 | 76 |
| Binary | 10100111 | 10001110 | 10101100 | 11 | 10001 | 0 | 100001 | 100100010 | 1111 | 111110 |
Color Harmonies of #A78EAC
Complementary color
Monochromatic Colors of #A78EAC
Black with #A78EAC
Text Example
Text Example
White with #A78EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EAC; }
p { color: rgb(167,142,172); }
H1.HeaderClassName
{
color: #A78EAC;
}
.AnyTagClassName
{
color: #A78EAC;
}
</style>
background-color css
<style>
a { background-color: #A78EAC; }
a { background-color: rgb(167,142,172); }
div.DivClassName
{
background-color: #A78EAC;
}
.BgClassName
{
background-color: #A78EAC;
}
</style>
border-color css
<style>
span { border-color: #A78EAC; }
span { border-color: rgb(167,142,172); }
td.TdClassName
{
border-color: #A78EAC;
}
.TagClassName
{
border-color: #A78EAC;
}
</style>