Shades of East Side #A78BC1
Tints of East Side #A78BC1
RGB
CMYK
RGB Variations
Color information
#A78BC1 (or 0xA78BC1) is known color: East Side. HEX triplet: A7, 8B and C1. RGB value is (167,139,193). Sum of RGB (Red+Green+Blue) = 167+139+193=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #A78BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BC1 is #58743E. Grayscale: #999999. Windows color (decimal): -5796927 or 12684199. OLE color: 12684199.
HSL color Cylindrical-coordinate representation of color #A78BC1: hue angle of 271.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A78BC1 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 139 | 193 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.24 |
| HSL | 271.11º | 0.3% | 0.65% | - |
| HSV(B) | 271.11º | 0.28% | 0.76% | - |
| XYZ | 34.79 | 30.53 | 54.51 | - |
| YUV | 153.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 193 | 0.13 | 0.28 | 0 | 0.24 | 271.11 | 0.3 | 0.65 |
| Hex | A7 | 8B | C1 | D | 1C | 0 | 18 | 10F | 1E | 41 |
| Octal | 247 | 213 | 301 | 15 | 34 | 0 | 30 | 417 | 36 | 101 |
| Binary | 10100111 | 10001011 | 11000001 | 1101 | 11100 | 0 | 11000 | 100001111 | 11110 | 1000001 |
Color Harmonies of #A78BC1
Complementary color
Monochromatic Colors of #A78BC1
Black with #A78BC1
Text Example
Text Example
White with #A78BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BC1; }
p { color: rgb(167,139,193); }
H1.HeaderClassName
{
color: #A78BC1;
}
.AnyTagClassName
{
color: #A78BC1;
}
</style>
background-color css
<style>
a { background-color: #A78BC1; }
a { background-color: rgb(167,139,193); }
div.DivClassName
{
background-color: #A78BC1;
}
.BgClassName
{
background-color: #A78BC1;
}
</style>
border-color css
<style>
span { border-color: #A78BC1; }
span { border-color: rgb(167,139,193); }
td.TdClassName
{
border-color: #A78BC1;
}
.TagClassName
{
border-color: #A78BC1;
}
</style>