#A987BA

Color #A987BA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A987BA

Tints of East Side #A987BA

Color information

#A987BA (or 0xA987BA) is unknown color: approx 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

RGB169135186-
CMYK0.090.2700.27
HSL280º26.98%62.94%-
HSV(B)280º27.42%72.94%-
XYZ33.8929.3150.33-
YUV150.98147.76140.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=34.49%
G=27.55%
B=37.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691351860.090.2700.2728026.9862.94
HexA987BA91B01B1181b3f
Octal25120727211330334303377
Binary10101001100001111011101010011101101101110001100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>