Shades of East Side #A988B5
Tints of East Side #A988B5
RGB
CMYK
RGB Variations
Color information
#A988B5 (or 0xA988B5) is known color: East Side. HEX triplet: A9, 88 and B5. RGB value is (169,136,181). Sum of RGB (Red+Green+Blue) = 169+136+181=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #A988B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988B5 is #56774A. Grayscale: #969696. Windows color (decimal): -5666635 or 11897001. OLE color: 11897001.
HSL color Cylindrical-coordinate representation of color #A988B5: hue angle of 284º degrees, saturation: 0.23, 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 #A988B5 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 136 | 181 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.29 |
| HSL | 284º | 0.23% | 0.62% | - |
| HSV(B) | 284º | 0.25% | 0.71% | - |
| XYZ | 33.51 | 29.38 | 47.62 | - |
| YUV | 151 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 181 | 0.07 | 0.25 | 0 | 0.29 | 284 | 0.23 | 0.62 |
| Hex | A9 | 88 | B5 | 7 | 19 | 0 | 1D | 11C | 17 | 3E |
| Octal | 251 | 210 | 265 | 7 | 31 | 0 | 35 | 434 | 27 | 76 |
| Binary | 10101001 | 10001000 | 10110101 | 111 | 11001 | 0 | 11101 | 100011100 | 10111 | 111110 |
Color Harmonies of #A988B5
Complementary color
Monochromatic Colors of #A988B5
Black with #A988B5
Text Example
Text Example
White with #A988B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988B5; }
p { color: rgb(169,136,181); }
H1.HeaderClassName
{
color: #A988B5;
}
.AnyTagClassName
{
color: #A988B5;
}
</style>
background-color css
<style>
a { background-color: #A988B5; }
a { background-color: rgb(169,136,181); }
div.DivClassName
{
background-color: #A988B5;
}
.BgClassName
{
background-color: #A988B5;
}
</style>
border-color css
<style>
span { border-color: #A988B5; }
span { border-color: rgb(169,136,181); }
td.TdClassName
{
border-color: #A988B5;
}
.TagClassName
{
border-color: #A988B5;
}
</style>