Shades of East Side #A388BB
Tints of East Side #A388BB
RGB
CMYK
RGB Variations
Color information
#A388BB (or 0xA388BB) is known color: East Side. HEX triplet: A3, 88 and BB. RGB value is (163,136,187). Sum of RGB (Red+Green+Blue) = 163+136+187=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #A388BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BB is #5C7744. Grayscale: #959595. Windows color (decimal): -6059845 or 12290211. OLE color: 12290211.
HSL color Cylindrical-coordinate representation of color #A388BB: hue angle of 271.76º 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 #A388BB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 136 | 187 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.27 |
| HSL | 271.76º | 0.27% | 0.63% | - |
| HSV(B) | 271.76º | 0.27% | 0.73% | - |
| XYZ | 32.88 | 28.98 | 50.88 | - |
| YUV | 149.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 187 | 0.13 | 0.27 | 0 | 0.27 | 271.76 | 0.27 | 0.63 |
| Hex | A3 | 88 | BB | D | 1B | 0 | 1B | 110 | 1B | 3F |
| Octal | 243 | 210 | 273 | 15 | 33 | 0 | 33 | 420 | 33 | 77 |
| Binary | 10100011 | 10001000 | 10111011 | 1101 | 11011 | 0 | 11011 | 100010000 | 11011 | 111111 |
Color Harmonies of #A388BB
Complementary color
Monochromatic Colors of #A388BB
Black with #A388BB
Text Example
Text Example
White with #A388BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388BB; }
p { color: rgb(163,136,187); }
H1.HeaderClassName
{
color: #A388BB;
}
.AnyTagClassName
{
color: #A388BB;
}
</style>
background-color css
<style>
a { background-color: #A388BB; }
a { background-color: rgb(163,136,187); }
div.DivClassName
{
background-color: #A388BB;
}
.BgClassName
{
background-color: #A388BB;
}
</style>
border-color css
<style>
span { border-color: #A388BB; }
span { border-color: rgb(163,136,187); }
td.TdClassName
{
border-color: #A388BB;
}
.TagClassName
{
border-color: #A388BB;
}
</style>