Shades of East Side #A78BBD
Tints of East Side #A78BBD
RGB
CMYK
RGB Variations
Color information
#A78BBD (or 0xA78BBD) is known color: East Side. HEX triplet: A7, 8B and BD. RGB value is (167,139,189). Sum of RGB (Red+Green+Blue) = 167+139+189=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A78BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BBD is #587442. Grayscale: #989898. Windows color (decimal): -5796931 or 12422055. OLE color: 12422055.
HSL color Cylindrical-coordinate representation of color #A78BBD: hue angle of 273.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A78BBD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 139 | 189 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.26 |
| HSL | 273.6º | 0.27% | 0.64% | - |
| HSV(B) | 273.6º | 0.26% | 0.74% | - |
| XYZ | 34.35 | 30.35 | 52.19 | - |
| YUV | 153.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 189 | 0.12 | 0.26 | 0 | 0.26 | 273.6 | 0.27 | 0.64 |
| Hex | A7 | 8B | BD | C | 1A | 0 | 1A | 112 | 1B | 40 |
| Octal | 247 | 213 | 275 | 14 | 32 | 0 | 32 | 422 | 33 | 100 |
| Binary | 10100111 | 10001011 | 10111101 | 1100 | 11010 | 0 | 11010 | 100010010 | 11011 | 1000000 |
Color Harmonies of #A78BBD
Complementary color
Monochromatic Colors of #A78BBD
Black with #A78BBD
Text Example
Text Example
White with #A78BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BBD; }
p { color: rgb(167,139,189); }
H1.HeaderClassName
{
color: #A78BBD;
}
.AnyTagClassName
{
color: #A78BBD;
}
</style>
background-color css
<style>
a { background-color: #A78BBD; }
a { background-color: rgb(167,139,189); }
div.DivClassName
{
background-color: #A78BBD;
}
.BgClassName
{
background-color: #A78BBD;
}
</style>
border-color css
<style>
span { border-color: #A78BBD; }
span { border-color: rgb(167,139,189); }
td.TdClassName
{
border-color: #A78BBD;
}
.TagClassName
{
border-color: #A78BBD;
}
</style>