Shades of East Side #A488B6
Tints of East Side #A488B6
RGB
CMYK
RGB Variations
Color information
#A488B6 (or 0xA488B6) is known color: East Side. HEX triplet: A4, 88 and B6. RGB value is (164,136,182). Sum of RGB (Red+Green+Blue) = 164+136+182=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #A488B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488B6 is #5B7749. Grayscale: #959595. Windows color (decimal): -5994314 or 11962532. OLE color: 11962532.
HSL color Cylindrical-coordinate representation of color #A488B6: hue angle of 276.52º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A488B6 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 136 | 182 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.29 |
| HSL | 276.52º | 0.24% | 0.62% | - |
| HSV(B) | 276.52º | 0.25% | 0.71% | - |
| XYZ | 32.56 | 28.88 | 48.11 | - |
| YUV | 149.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 182 | 0.10 | 0.25 | 0 | 0.29 | 276.52 | 0.24 | 0.62 |
| Hex | A4 | 88 | B6 | A | 19 | 0 | 1D | 115 | 18 | 3E |
| Octal | 244 | 210 | 266 | 12 | 31 | 0 | 35 | 425 | 30 | 76 |
| Binary | 10100100 | 10001000 | 10110110 | 1010 | 11001 | 0 | 11101 | 100010101 | 11000 | 111110 |
Color Harmonies of #A488B6
Complementary color
Monochromatic Colors of #A488B6
Black with #A488B6
Text Example
Text Example
White with #A488B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488B6; }
p { color: rgb(164,136,182); }
H1.HeaderClassName
{
color: #A488B6;
}
.AnyTagClassName
{
color: #A488B6;
}
</style>
background-color css
<style>
a { background-color: #A488B6; }
a { background-color: rgb(164,136,182); }
div.DivClassName
{
background-color: #A488B6;
}
.BgClassName
{
background-color: #A488B6;
}
</style>
border-color css
<style>
span { border-color: #A488B6; }
span { border-color: rgb(164,136,182); }
td.TdClassName
{
border-color: #A488B6;
}
.TagClassName
{
border-color: #A488B6;
}
</style>