Shades of East Side #A488B0
Tints of East Side #A488B0
RGB
CMYK
RGB Variations
Color information
#A488B0 (or 0xA488B0) is known color: East Side. HEX triplet: A4, 88 and B0. RGB value is (164,136,176). Sum of RGB (Red+Green+Blue) = 164+136+176=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #A488B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488B0 is #5B774F. Grayscale: #949494. Windows color (decimal): -5994320 or 11569316. OLE color: 11569316.
HSL color Cylindrical-coordinate representation of color #A488B0: hue angle of 282º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A488B0 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 136 | 176 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.31 |
| HSL | 282º | 0.2% | 0.61% | - |
| HSV(B) | 282º | 0.23% | 0.69% | - |
| XYZ | 31.95 | 28.64 | 44.92 | - |
| YUV | 148.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 176 | 0.07 | 0.23 | 0 | 0.31 | 282 | 0.2 | 0.61 |
| Hex | A4 | 88 | B0 | 7 | 17 | 0 | 1F | 11A | 14 | 3D |
| Octal | 244 | 210 | 260 | 7 | 27 | 0 | 37 | 432 | 24 | 75 |
| Binary | 10100100 | 10001000 | 10110000 | 111 | 10111 | 0 | 11111 | 100011010 | 10100 | 111101 |
Color Harmonies of #A488B0
Complementary color
Monochromatic Colors of #A488B0
Black with #A488B0
Text Example
Text Example
White with #A488B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488B0; }
p { color: rgb(164,136,176); }
H1.HeaderClassName
{
color: #A488B0;
}
.AnyTagClassName
{
color: #A488B0;
}
</style>
background-color css
<style>
a { background-color: #A488B0; }
a { background-color: rgb(164,136,176); }
div.DivClassName
{
background-color: #A488B0;
}
.BgClassName
{
background-color: #A488B0;
}
</style>
border-color css
<style>
span { border-color: #A488B0; }
span { border-color: rgb(164,136,176); }
td.TdClassName
{
border-color: #A488B0;
}
.TagClassName
{
border-color: #A488B0;
}
</style>