Shades of East Side #A788C1
Tints of East Side #A788C1
RGB
CMYK
RGB Variations
Color information
#A788C1 (or 0xA788C1) is known color: East Side. HEX triplet: A7, 88 and C1. RGB value is (167,136,193). Sum of RGB (Red+Green+Blue) = 167+136+193=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #A788C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788C1 is #58773E. Grayscale: #979797. Windows color (decimal): -5797695 or 12683431. OLE color: 12683431.
HSL color Cylindrical-coordinate representation of color #A788C1: hue angle of 272.63º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A788C1 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 136 | 193 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.24 |
| HSL | 272.63º | 0.31% | 0.65% | - |
| HSV(B) | 272.63º | 0.3% | 0.76% | - |
| XYZ | 34.37 | 29.67 | 54.37 | - |
| YUV | 151.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 193 | 0.13 | 0.30 | 0 | 0.24 | 272.63 | 0.31 | 0.65 |
| Hex | A7 | 88 | C1 | D | 1E | 0 | 18 | 111 | 1F | 41 |
| Octal | 247 | 210 | 301 | 15 | 36 | 0 | 30 | 421 | 37 | 101 |
| Binary | 10100111 | 10001000 | 11000001 | 1101 | 11110 | 0 | 11000 | 100010001 | 11111 | 1000001 |
Color Harmonies of #A788C1
Complementary color
Monochromatic Colors of #A788C1
Black with #A788C1
Text Example
Text Example
White with #A788C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A788C1; }
p { color: rgb(167,136,193); }
H1.HeaderClassName
{
color: #A788C1;
}
.AnyTagClassName
{
color: #A788C1;
}
</style>
background-color css
<style>
a { background-color: #A788C1; }
a { background-color: rgb(167,136,193); }
div.DivClassName
{
background-color: #A788C1;
}
.BgClassName
{
background-color: #A788C1;
}
</style>
border-color css
<style>
span { border-color: #A788C1; }
span { border-color: rgb(167,136,193); }
td.TdClassName
{
border-color: #A788C1;
}
.TagClassName
{
border-color: #A788C1;
}
</style>