Shades of East Side #A488B7
Tints of East Side #A488B7
RGB
CMYK
RGB Variations
Color information
#A488B7 (or 0xA488B7) is known color: East Side. HEX triplet: A4, 88 and B7. RGB value is (164,136,183). Sum of RGB (Red+Green+Blue) = 164+136+183=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 183 - color contains mainly: blue. Hex color #A488B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488B7 is #5B7748. Grayscale: #959595. Windows color (decimal): -5994313 or 12028068. OLE color: 12028068.
HSL color Cylindrical-coordinate representation of color #A488B7: hue angle of 275.74º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A488B7 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 136 | 183 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.28 |
| HSL | 275.74º | 0.25% | 0.63% | - |
| HSV(B) | 275.74º | 0.26% | 0.72% | - |
| XYZ | 32.66 | 28.92 | 48.66 | - |
| YUV | 149.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 183 | 0.10 | 0.26 | 0 | 0.28 | 275.74 | 0.25 | 0.63 |
| Hex | A4 | 88 | B7 | A | 1A | 0 | 1C | 114 | 19 | 3F |
| Octal | 244 | 210 | 267 | 12 | 32 | 0 | 34 | 424 | 31 | 77 |
| Binary | 10100100 | 10001000 | 10110111 | 1010 | 11010 | 0 | 11100 | 100010100 | 11001 | 111111 |
Color Harmonies of #A488B7
Complementary color
Monochromatic Colors of #A488B7
Black with #A488B7
Text Example
Text Example
White with #A488B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488B7; }
p { color: rgb(164,136,183); }
H1.HeaderClassName
{
color: #A488B7;
}
.AnyTagClassName
{
color: #A488B7;
}
</style>
background-color css
<style>
a { background-color: #A488B7; }
a { background-color: rgb(164,136,183); }
div.DivClassName
{
background-color: #A488B7;
}
.BgClassName
{
background-color: #A488B7;
}
</style>
border-color css
<style>
span { border-color: #A488B7; }
span { border-color: rgb(164,136,183); }
td.TdClassName
{
border-color: #A488B7;
}
.TagClassName
{
border-color: #A488B7;
}
</style>