Shades of East Side #A78CB1
Tints of East Side #A78CB1
RGB
CMYK
RGB Variations
Color information
#A78CB1 (or 0xA78CB1) is known color: East Side. HEX triplet: A7, 8C and B1. RGB value is (167,140,177). Sum of RGB (Red+Green+Blue) = 167+140+177=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 177 - color contains mainly: blue. Hex color #A78CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78CB1 is #58734E. Grayscale: #989898. Windows color (decimal): -5796687 or 11635879. OLE color: 11635879.
HSL color Cylindrical-coordinate representation of color #A78CB1: hue angle of 283.78º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A78CB1 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 140 | 177 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.31 |
| HSL | 283.78º | 0.19% | 0.62% | - |
| HSV(B) | 283.78º | 0.21% | 0.69% | - |
| XYZ | 33.25 | 30.15 | 45.66 | - |
| YUV | 152.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 177 | 0.06 | 0.21 | 0 | 0.31 | 283.78 | 0.19 | 0.62 |
| Hex | A7 | 8C | B1 | 6 | 15 | 0 | 1F | 11C | 13 | 3E |
| Octal | 247 | 214 | 261 | 6 | 25 | 0 | 37 | 434 | 23 | 76 |
| Binary | 10100111 | 10001100 | 10110001 | 110 | 10101 | 0 | 11111 | 100011100 | 10011 | 111110 |
Color Harmonies of #A78CB1
Complementary color
Monochromatic Colors of #A78CB1
Black with #A78CB1
Text Example
Text Example
White with #A78CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CB1; }
p { color: rgb(167,140,177); }
H1.HeaderClassName
{
color: #A78CB1;
}
.AnyTagClassName
{
color: #A78CB1;
}
</style>
background-color css
<style>
a { background-color: #A78CB1; }
a { background-color: rgb(167,140,177); }
div.DivClassName
{
background-color: #A78CB1;
}
.BgClassName
{
background-color: #A78CB1;
}
</style>
border-color css
<style>
span { border-color: #A78CB1; }
span { border-color: rgb(167,140,177); }
td.TdClassName
{
border-color: #A78CB1;
}
.TagClassName
{
border-color: #A78CB1;
}
</style>