Shades of East Side #A788B1
Tints of East Side #A788B1
RGB
CMYK
RGB Variations
Color information
#A788B1 (or 0xA788B1) is known color: East Side. HEX triplet: A7, 88 and B1. RGB value is (167,136,177). Sum of RGB (Red+Green+Blue) = 167+136+177=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 177 - color contains mainly: blue. Hex color #A788B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A788B1 is #58774E. Grayscale: #959595. Windows color (decimal): -5797711 or 11634855. OLE color: 11634855.
HSL color Cylindrical-coordinate representation of color #A788B1: hue angle of 285.37º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A788B1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 136 | 177 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.31 |
| HSL | 285.37º | 0.21% | 0.61% | - |
| HSV(B) | 285.37º | 0.23% | 0.69% | - |
| XYZ | 32.68 | 29 | 45.47 | - |
| YUV | 149.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 177 | 0.06 | 0.23 | 0 | 0.31 | 285.37 | 0.21 | 0.61 |
| Hex | A7 | 88 | B1 | 6 | 17 | 0 | 1F | 11D | 15 | 3D |
| Octal | 247 | 210 | 261 | 6 | 27 | 0 | 37 | 435 | 25 | 75 |
| Binary | 10100111 | 10001000 | 10110001 | 110 | 10111 | 0 | 11111 | 100011101 | 10101 | 111101 |
Color Harmonies of #A788B1
Complementary color
Monochromatic Colors of #A788B1
Black with #A788B1
Text Example
Text Example
White with #A788B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A788B1; }
p { color: rgb(167,136,177); }
H1.HeaderClassName
{
color: #A788B1;
}
.AnyTagClassName
{
color: #A788B1;
}
</style>
background-color css
<style>
a { background-color: #A788B1; }
a { background-color: rgb(167,136,177); }
div.DivClassName
{
background-color: #A788B1;
}
.BgClassName
{
background-color: #A788B1;
}
</style>
border-color css
<style>
span { border-color: #A788B1; }
span { border-color: rgb(167,136,177); }
td.TdClassName
{
border-color: #A788B1;
}
.TagClassName
{
border-color: #A788B1;
}
</style>