Shades of East Side #A78FC0
Tints of East Side #A78FC0
RGB
CMYK
RGB Variations
Color information
#A78FC0 (or 0xA78FC0) is known color: East Side. HEX triplet: A7, 8F and C0. RGB value is (167,143,192). Sum of RGB (Red+Green+Blue) = 167+143+192=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #A78FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FC0 is #58703F. Grayscale: #9B9B9B. Windows color (decimal): -5795904 or 12619687. OLE color: 12619687.
HSL color Cylindrical-coordinate representation of color #A78FC0: hue angle of 269.39º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A78FC0 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 143 | 192 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.25 |
| HSL | 269.39º | 0.28% | 0.66% | - |
| HSV(B) | 269.39º | 0.26% | 0.75% | - |
| XYZ | 35.27 | 31.67 | 54.12 | - |
| YUV | 155.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 192 | 0.13 | 0.26 | 0 | 0.25 | 269.39 | 0.28 | 0.66 |
| Hex | A7 | 8F | C0 | D | 1A | 0 | 19 | 10D | 1C | 42 |
| Octal | 247 | 217 | 300 | 15 | 32 | 0 | 31 | 415 | 34 | 102 |
| Binary | 10100111 | 10001111 | 11000000 | 1101 | 11010 | 0 | 11001 | 100001101 | 11100 | 1000010 |
Color Harmonies of #A78FC0
Complementary color
Monochromatic Colors of #A78FC0
Black with #A78FC0
Text Example
Text Example
White with #A78FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78FC0; }
p { color: rgb(167,143,192); }
H1.HeaderClassName
{
color: #A78FC0;
}
.AnyTagClassName
{
color: #A78FC0;
}
</style>
background-color css
<style>
a { background-color: #A78FC0; }
a { background-color: rgb(167,143,192); }
div.DivClassName
{
background-color: #A78FC0;
}
.BgClassName
{
background-color: #A78FC0;
}
</style>
border-color css
<style>
span { border-color: #A78FC0; }
span { border-color: rgb(167,143,192); }
td.TdClassName
{
border-color: #A78FC0;
}
.TagClassName
{
border-color: #A78FC0;
}
</style>