Shades of East Side #A78DAC
Tints of East Side #A78DAC
RGB
CMYK
RGB Variations
Color information
#A78DAC (or 0xA78DAC) is known color: East Side. HEX triplet: A7, 8D and AC. RGB value is (167,141,172). Sum of RGB (Red+Green+Blue) = 167+141+172=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #A78DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DAC is #587253. Grayscale: #989898. Windows color (decimal): -5796436 or 11308455. OLE color: 11308455.
HSL color Cylindrical-coordinate representation of color #A78DAC: hue angle of 290.32º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A78DAC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 141 | 172 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.33 |
| HSL | 290.32º | 0.16% | 0.61% | - |
| HSV(B) | 290.32º | 0.18% | 0.67% | - |
| XYZ | 32.91 | 30.24 | 43.13 | - |
| YUV | 152.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 172 | 0.03 | 0.18 | 0 | 0.33 | 290.32 | 0.16 | 0.61 |
| Hex | A7 | 8D | AC | 3 | 12 | 0 | 21 | 122 | 10 | 3D |
| Octal | 247 | 215 | 254 | 3 | 22 | 0 | 41 | 442 | 20 | 75 |
| Binary | 10100111 | 10001101 | 10101100 | 11 | 10010 | 0 | 100001 | 100100010 | 10000 | 111101 |
Color Harmonies of #A78DAC
Complementary color
Monochromatic Colors of #A78DAC
Black with #A78DAC
Text Example
Text Example
White with #A78DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DAC; }
p { color: rgb(167,141,172); }
H1.HeaderClassName
{
color: #A78DAC;
}
.AnyTagClassName
{
color: #A78DAC;
}
</style>
background-color css
<style>
a { background-color: #A78DAC; }
a { background-color: rgb(167,141,172); }
div.DivClassName
{
background-color: #A78DAC;
}
.BgClassName
{
background-color: #A78DAC;
}
</style>
border-color css
<style>
span { border-color: #A78DAC; }
span { border-color: rgb(167,141,172); }
td.TdClassName
{
border-color: #A78DAC;
}
.TagClassName
{
border-color: #A78DAC;
}
</style>