Shades of East Side #A78AB6
Tints of East Side #A78AB6
RGB
CMYK
RGB Variations
Color information
#A78AB6 (or 0xA78AB6) is known color: East Side. HEX triplet: A7, 8A and B6. RGB value is (167,138,182). Sum of RGB (Red+Green+Blue) = 167+138+182=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #A78AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AB6 is #587549. Grayscale: #979797. Windows color (decimal): -5797194 or 11963047. OLE color: 11963047.
HSL color Cylindrical-coordinate representation of color #A78AB6: hue angle of 279.55º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A78AB6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 138 | 182 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.29 |
| HSL | 279.55º | 0.23% | 0.63% | - |
| HSV(B) | 279.55º | 0.24% | 0.71% | - |
| XYZ | 33.47 | 29.77 | 48.24 | - |
| YUV | 151.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 182 | 0.08 | 0.24 | 0 | 0.29 | 279.55 | 0.23 | 0.63 |
| Hex | A7 | 8A | B6 | 8 | 18 | 0 | 1D | 118 | 17 | 3F |
| Octal | 247 | 212 | 266 | 10 | 30 | 0 | 35 | 430 | 27 | 77 |
| Binary | 10100111 | 10001010 | 10110110 | 1000 | 11000 | 0 | 11101 | 100011000 | 10111 | 111111 |
Color Harmonies of #A78AB6
Complementary color
Monochromatic Colors of #A78AB6
Black with #A78AB6
Text Example
Text Example
White with #A78AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78AB6; }
p { color: rgb(167,138,182); }
H1.HeaderClassName
{
color: #A78AB6;
}
.AnyTagClassName
{
color: #A78AB6;
}
</style>
background-color css
<style>
a { background-color: #A78AB6; }
a { background-color: rgb(167,138,182); }
div.DivClassName
{
background-color: #A78AB6;
}
.BgClassName
{
background-color: #A78AB6;
}
</style>
border-color css
<style>
span { border-color: #A78AB6; }
span { border-color: rgb(167,138,182); }
td.TdClassName
{
border-color: #A78AB6;
}
.TagClassName
{
border-color: #A78AB6;
}
</style>