Shades of East Side #A488BC
Tints of East Side #A488BC
RGB
CMYK
RGB Variations
Color information
#A488BC (or 0xA488BC) is known color: East Side. HEX triplet: A4, 88 and BC. RGB value is (164,136,188). Sum of RGB (Red+Green+Blue) = 164+136+188=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A488BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488BC is #5B7743. Grayscale: #969696. Windows color (decimal): -5994308 or 12355748. OLE color: 12355748.
HSL color Cylindrical-coordinate representation of color #A488BC: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A488BC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 136 | 188 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.26 |
| HSL | 272.31º | 0.28% | 0.64% | - |
| HSV(B) | 272.31º | 0.28% | 0.74% | - |
| XYZ | 33.19 | 29.13 | 51.45 | - |
| YUV | 150.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 188 | 0.13 | 0.28 | 0 | 0.26 | 272.31 | 0.28 | 0.64 |
| Hex | A4 | 88 | BC | D | 1C | 0 | 1A | 110 | 1C | 40 |
| Octal | 244 | 210 | 274 | 15 | 34 | 0 | 32 | 420 | 34 | 100 |
| Binary | 10100100 | 10001000 | 10111100 | 1101 | 11100 | 0 | 11010 | 100010000 | 11100 | 1000000 |
Color Harmonies of #A488BC
Complementary color
Monochromatic Colors of #A488BC
Black with #A488BC
Text Example
Text Example
White with #A488BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488BC; }
p { color: rgb(164,136,188); }
H1.HeaderClassName
{
color: #A488BC;
}
.AnyTagClassName
{
color: #A488BC;
}
</style>
background-color css
<style>
a { background-color: #A488BC; }
a { background-color: rgb(164,136,188); }
div.DivClassName
{
background-color: #A488BC;
}
.BgClassName
{
background-color: #A488BC;
}
</style>
border-color css
<style>
span { border-color: #A488BC; }
span { border-color: rgb(164,136,188); }
td.TdClassName
{
border-color: #A488BC;
}
.TagClassName
{
border-color: #A488BC;
}
</style>