Shades of East Side #A78BB4
Tints of East Side #A78BB4
RGB
CMYK
RGB Variations
Color information
#A78BB4 (or 0xA78BB4) is known color: East Side. HEX triplet: A7, 8B and B4. RGB value is (167,139,180). Sum of RGB (Red+Green+Blue) = 167+139+180=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #A78BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BB4 is #58744B. Grayscale: #979797. Windows color (decimal): -5796940 or 11832231. OLE color: 11832231.
HSL color Cylindrical-coordinate representation of color #A78BB4: hue angle of 280.98º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78BB4 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 139 | 180 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.29 |
| HSL | 280.98º | 0.21% | 0.63% | - |
| HSV(B) | 280.98º | 0.23% | 0.71% | - |
| XYZ | 33.41 | 29.98 | 47.21 | - |
| YUV | 152.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 180 | 0.07 | 0.23 | 0 | 0.29 | 280.98 | 0.21 | 0.63 |
| Hex | A7 | 8B | B4 | 7 | 17 | 0 | 1D | 119 | 15 | 3F |
| Octal | 247 | 213 | 264 | 7 | 27 | 0 | 35 | 431 | 25 | 77 |
| Binary | 10100111 | 10001011 | 10110100 | 111 | 10111 | 0 | 11101 | 100011001 | 10101 | 111111 |
Color Harmonies of #A78BB4
Complementary color
Monochromatic Colors of #A78BB4
Black with #A78BB4
Text Example
Text Example
White with #A78BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BB4; }
p { color: rgb(167,139,180); }
H1.HeaderClassName
{
color: #A78BB4;
}
.AnyTagClassName
{
color: #A78BB4;
}
</style>
background-color css
<style>
a { background-color: #A78BB4; }
a { background-color: rgb(167,139,180); }
div.DivClassName
{
background-color: #A78BB4;
}
.BgClassName
{
background-color: #A78BB4;
}
</style>
border-color css
<style>
span { border-color: #A78BB4; }
span { border-color: rgb(167,139,180); }
td.TdClassName
{
border-color: #A78BB4;
}
.TagClassName
{
border-color: #A78BB4;
}
</style>