Shades of East Side #A388BA
Tints of East Side #A388BA
RGB
CMYK
RGB Variations
Color information
#A388BA (or 0xA388BA) is known color: East Side. HEX triplet: A3, 88 and BA. RGB value is (163,136,186). Sum of RGB (Red+Green+Blue) = 163+136+186=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A388BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BA is #5C7745. Grayscale: #959595. Windows color (decimal): -6059846 or 12224675. OLE color: 12224675.
HSL color Cylindrical-coordinate representation of color #A388BA: hue angle of 272.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A388BA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 136 | 186 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.27 |
| HSL | 272.4º | 0.27% | 0.63% | - |
| HSV(B) | 272.4º | 0.27% | 0.73% | - |
| XYZ | 32.77 | 28.94 | 50.31 | - |
| YUV | 149.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 186 | 0.12 | 0.27 | 0 | 0.27 | 272.4 | 0.27 | 0.63 |
| Hex | A3 | 88 | BA | C | 1B | 0 | 1B | 110 | 1B | 3F |
| Octal | 243 | 210 | 272 | 14 | 33 | 0 | 33 | 420 | 33 | 77 |
| Binary | 10100011 | 10001000 | 10111010 | 1100 | 11011 | 0 | 11011 | 100010000 | 11011 | 111111 |
Color Harmonies of #A388BA
Complementary color
Monochromatic Colors of #A388BA
Black with #A388BA
Text Example
Text Example
White with #A388BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388BA; }
p { color: rgb(163,136,186); }
H1.HeaderClassName
{
color: #A388BA;
}
.AnyTagClassName
{
color: #A388BA;
}
</style>
background-color css
<style>
a { background-color: #A388BA; }
a { background-color: rgb(163,136,186); }
div.DivClassName
{
background-color: #A388BA;
}
.BgClassName
{
background-color: #A388BA;
}
</style>
border-color css
<style>
span { border-color: #A388BA; }
span { border-color: rgb(163,136,186); }
td.TdClassName
{
border-color: #A388BA;
}
.TagClassName
{
border-color: #A388BA;
}
</style>