Shades of East Side #A488BB
Tints of East Side #A488BB
RGB
CMYK
RGB Variations
Color information
#A488BB (or 0xA488BB) is known color: East Side. HEX triplet: A4, 88 and BB. RGB value is (164,136,187). Sum of RGB (Red+Green+Blue) = 164+136+187=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A488BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488BB is #5B7744. Grayscale: #969696. Windows color (decimal): -5994309 or 12290212. OLE color: 12290212.
HSL color Cylindrical-coordinate representation of color #A488BB: hue angle of 272.94º 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 #A488BB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 136 | 187 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.27 |
| HSL | 272.94º | 0.27% | 0.63% | - |
| HSV(B) | 272.94º | 0.27% | 0.73% | - |
| XYZ | 33.08 | 29.09 | 50.88 | - |
| YUV | 150.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 187 | 0.12 | 0.27 | 0 | 0.27 | 272.94 | 0.27 | 0.63 |
| Hex | A4 | 88 | BB | C | 1B | 0 | 1B | 111 | 1B | 3F |
| Octal | 244 | 210 | 273 | 14 | 33 | 0 | 33 | 421 | 33 | 77 |
| Binary | 10100100 | 10001000 | 10111011 | 1100 | 11011 | 0 | 11011 | 100010001 | 11011 | 111111 |
Color Harmonies of #A488BB
Complementary color
Monochromatic Colors of #A488BB
Black with #A488BB
Text Example
Text Example
White with #A488BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488BB; }
p { color: rgb(164,136,187); }
H1.HeaderClassName
{
color: #A488BB;
}
.AnyTagClassName
{
color: #A488BB;
}
</style>
background-color css
<style>
a { background-color: #A488BB; }
a { background-color: rgb(164,136,187); }
div.DivClassName
{
background-color: #A488BB;
}
.BgClassName
{
background-color: #A488BB;
}
</style>
border-color css
<style>
span { border-color: #A488BB; }
span { border-color: rgb(164,136,187); }
td.TdClassName
{
border-color: #A488BB;
}
.TagClassName
{
border-color: #A488BB;
}
</style>