Shades of East Side #A788B5
Tints of East Side #A788B5
RGB
CMYK
RGB Variations
Color information
#A788B5 (or 0xA788B5) is known color: East Side. HEX triplet: A7, 88 and B5. RGB value is (167,136,181). Sum of RGB (Red+Green+Blue) = 167+136+181=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 181 - color contains mainly: blue. Hex color #A788B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788B5 is #58774A. Grayscale: #969696. Windows color (decimal): -5797707 or 11896999. OLE color: 11896999.
HSL color Cylindrical-coordinate representation of color #A788B5: hue angle of 281.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A788B5 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 136 | 181 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.29 |
| HSL | 281.33º | 0.23% | 0.62% | - |
| HSV(B) | 281.33º | 0.25% | 0.71% | - |
| XYZ | 33.08 | 29.16 | 47.6 | - |
| YUV | 150.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 181 | 0.08 | 0.25 | 0 | 0.29 | 281.33 | 0.23 | 0.62 |
| Hex | A7 | 88 | B5 | 8 | 19 | 0 | 1D | 119 | 17 | 3E |
| Octal | 247 | 210 | 265 | 10 | 31 | 0 | 35 | 431 | 27 | 76 |
| Binary | 10100111 | 10001000 | 10110101 | 1000 | 11001 | 0 | 11101 | 100011001 | 10111 | 111110 |
Color Harmonies of #A788B5
Complementary color
Monochromatic Colors of #A788B5
Black with #A788B5
Text Example
Text Example
White with #A788B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A788B5; }
p { color: rgb(167,136,181); }
H1.HeaderClassName
{
color: #A788B5;
}
.AnyTagClassName
{
color: #A788B5;
}
</style>
background-color css
<style>
a { background-color: #A788B5; }
a { background-color: rgb(167,136,181); }
div.DivClassName
{
background-color: #A788B5;
}
.BgClassName
{
background-color: #A788B5;
}
</style>
border-color css
<style>
span { border-color: #A788B5; }
span { border-color: rgb(167,136,181); }
td.TdClassName
{
border-color: #A788B5;
}
.TagClassName
{
border-color: #A788B5;
}
</style>