Shades of East Side #A78DC0
Tints of East Side #A78DC0
RGB
CMYK
RGB Variations
Color information
#A78DC0 (or 0xA78DC0) is known color: East Side. HEX triplet: A7, 8D and C0. RGB value is (167,141,192). Sum of RGB (Red+Green+Blue) = 167+141+192=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #A78DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DC0 is #58723F. Grayscale: #9A9A9A. Windows color (decimal): -5796416 or 12619175. OLE color: 12619175.
HSL color Cylindrical-coordinate representation of color #A78DC0: hue angle of 270.59º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A78DC0 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 141 | 192 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.25 |
| HSL | 270.59º | 0.29% | 0.65% | - |
| HSV(B) | 270.59º | 0.27% | 0.75% | - |
| XYZ | 34.98 | 31.07 | 54.02 | - |
| YUV | 154.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 192 | 0.13 | 0.27 | 0 | 0.25 | 270.59 | 0.29 | 0.65 |
| Hex | A7 | 8D | C0 | D | 1B | 0 | 19 | 10F | 1D | 41 |
| Octal | 247 | 215 | 300 | 15 | 33 | 0 | 31 | 417 | 35 | 101 |
| Binary | 10100111 | 10001101 | 11000000 | 1101 | 11011 | 0 | 11001 | 100001111 | 11101 | 1000001 |
Color Harmonies of #A78DC0
Complementary color
Monochromatic Colors of #A78DC0
Black with #A78DC0
Text Example
Text Example
White with #A78DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DC0; }
p { color: rgb(167,141,192); }
H1.HeaderClassName
{
color: #A78DC0;
}
.AnyTagClassName
{
color: #A78DC0;
}
</style>
background-color css
<style>
a { background-color: #A78DC0; }
a { background-color: rgb(167,141,192); }
div.DivClassName
{
background-color: #A78DC0;
}
.BgClassName
{
background-color: #A78DC0;
}
</style>
border-color css
<style>
span { border-color: #A78DC0; }
span { border-color: rgb(167,141,192); }
td.TdClassName
{
border-color: #A78DC0;
}
.TagClassName
{
border-color: #A78DC0;
}
</style>