Shades of East Side #A78BB3
Tints of East Side #A78BB3
RGB
CMYK
RGB Variations
Color information
#A78BB3 (or 0xA78BB3) is known color: East Side. HEX triplet: A7, 8B and B3. RGB value is (167,139,179). Sum of RGB (Red+Green+Blue) = 167+139+179=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #A78BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BB3 is #58744C. Grayscale: #979797. Windows color (decimal): -5796941 or 11766695. OLE color: 11766695.
HSL color Cylindrical-coordinate representation of color #A78BB3: hue angle of 282º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A78BB3 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 139 | 179 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.30 |
| HSL | 282º | 0.21% | 0.62% | - |
| HSV(B) | 282º | 0.22% | 0.7% | - |
| XYZ | 33.31 | 29.94 | 46.67 | - |
| YUV | 151.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 179 | 0.07 | 0.22 | 0 | 0.30 | 282 | 0.21 | 0.62 |
| Hex | A7 | 8B | B3 | 7 | 16 | 0 | 1E | 11A | 15 | 3E |
| Octal | 247 | 213 | 263 | 7 | 26 | 0 | 36 | 432 | 25 | 76 |
| Binary | 10100111 | 10001011 | 10110011 | 111 | 10110 | 0 | 11110 | 100011010 | 10101 | 111110 |
Color Harmonies of #A78BB3
Complementary color
Monochromatic Colors of #A78BB3
Black with #A78BB3
Text Example
Text Example
White with #A78BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BB3; }
p { color: rgb(167,139,179); }
H1.HeaderClassName
{
color: #A78BB3;
}
.AnyTagClassName
{
color: #A78BB3;
}
</style>
background-color css
<style>
a { background-color: #A78BB3; }
a { background-color: rgb(167,139,179); }
div.DivClassName
{
background-color: #A78BB3;
}
.BgClassName
{
background-color: #A78BB3;
}
</style>
border-color css
<style>
span { border-color: #A78BB3; }
span { border-color: rgb(167,139,179); }
td.TdClassName
{
border-color: #A78BB3;
}
.TagClassName
{
border-color: #A78BB3;
}
</style>