Shades of East Side #A988B1
Tints of East Side #A988B1
RGB
CMYK
RGB Variations
Color information
#A988B1 (or 0xA988B1) is known color: East Side. HEX triplet: A9, 88 and B1. RGB value is (169,136,177). Sum of RGB (Red+Green+Blue) = 169+136+177=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 177 - color contains mainly: blue. Hex color #A988B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988B1 is #56774E. Grayscale: #969696. Windows color (decimal): -5666639 or 11634857. OLE color: 11634857.
HSL color Cylindrical-coordinate representation of color #A988B1: hue angle of 288.29º degrees, saturation: 0.21, 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 #A988B1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 136 | 177 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.31 |
| HSL | 288.29º | 0.21% | 0.61% | - |
| HSV(B) | 288.29º | 0.23% | 0.69% | - |
| XYZ | 33.1 | 29.22 | 45.49 | - |
| YUV | 150.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 177 | 0.05 | 0.23 | 0 | 0.31 | 288.29 | 0.21 | 0.61 |
| Hex | A9 | 88 | B1 | 5 | 17 | 0 | 1F | 120 | 15 | 3D |
| Octal | 251 | 210 | 261 | 5 | 27 | 0 | 37 | 440 | 25 | 75 |
| Binary | 10101001 | 10001000 | 10110001 | 101 | 10111 | 0 | 11111 | 100100000 | 10101 | 111101 |
Color Harmonies of #A988B1
Complementary color
Monochromatic Colors of #A988B1
Black with #A988B1
Text Example
Text Example
White with #A988B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988B1; }
p { color: rgb(169,136,177); }
H1.HeaderClassName
{
color: #A988B1;
}
.AnyTagClassName
{
color: #A988B1;
}
</style>
background-color css
<style>
a { background-color: #A988B1; }
a { background-color: rgb(169,136,177); }
div.DivClassName
{
background-color: #A988B1;
}
.BgClassName
{
background-color: #A988B1;
}
</style>
border-color css
<style>
span { border-color: #A988B1; }
span { border-color: rgb(169,136,177); }
td.TdClassName
{
border-color: #A988B1;
}
.TagClassName
{
border-color: #A988B1;
}
</style>