Shades of East Side #A987BA
Tints of East Side #A987BA
RGB
CMYK
RGB Variations
Color information
#A987BA (or 0xA987BA) is known color: East Side. HEX triplet: A9, 87 and BA. RGB value is (169,135,186). Sum of RGB (Red+Green+Blue) = 169+135+186=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A987BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987BA is #567845. Grayscale: #969696. Windows color (decimal): -5666886 or 12224425. OLE color: 12224425.
HSL color Cylindrical-coordinate representation of color #A987BA: hue angle of 280º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A987BA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 135 | 186 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.27 |
| HSL | 280º | 0.27% | 0.63% | - |
| HSV(B) | 280º | 0.27% | 0.73% | - |
| XYZ | 33.89 | 29.31 | 50.33 | - |
| YUV | 150.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 186 | 0.09 | 0.27 | 0 | 0.27 | 280 | 0.27 | 0.63 |
| Hex | A9 | 87 | BA | 9 | 1B | 0 | 1B | 118 | 1B | 3F |
| Octal | 251 | 207 | 272 | 11 | 33 | 0 | 33 | 430 | 33 | 77 |
| Binary | 10101001 | 10000111 | 10111010 | 1001 | 11011 | 0 | 11011 | 100011000 | 11011 | 111111 |
Color Harmonies of #A987BA
Complementary color
Monochromatic Colors of #A987BA
Black with #A987BA
Text Example
Text Example
White with #A987BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987BA; }
p { color: rgb(169,135,186); }
H1.HeaderClassName
{
color: #A987BA;
}
.AnyTagClassName
{
color: #A987BA;
}
</style>
background-color css
<style>
a { background-color: #A987BA; }
a { background-color: rgb(169,135,186); }
div.DivClassName
{
background-color: #A987BA;
}
.BgClassName
{
background-color: #A987BA;
}
</style>
border-color css
<style>
span { border-color: #A987BA; }
span { border-color: rgb(169,135,186); }
td.TdClassName
{
border-color: #A987BA;
}
.TagClassName
{
border-color: #A987BA;
}
</style>