#A887BA

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

Shades of East Side #A887BA

Tints of East Side #A887BA

Color information

#A887BA (or 0xA887BA) is unknown color: approx East Side. HEX triplet: A8, 87 and BA. RGB value is (168,135,186). Sum of RGB (Red+Green+Blue) = 168+135+186=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #A887BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887BA is #577845. Grayscale: #969696. Windows color (decimal): -5732422 or 12224424. OLE color: 12224424.

HSL color Cylindrical-coordinate representation of color #A887BA: hue angle of 278.82º 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 #A887BA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168135186-
CMYK0.100.2700.27
HSL278.82º26.98%62.94%-
HSV(B)278.82º27.42%72.94%-
XYZ33.6829.250.32-
YUV150.68147.93140.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=34.36%
G=27.61%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681351860.100.2700.27278.8226.9862.94
HexA887BAA1B01B1171b3f
Octal25020727212330334273377
Binary10101000100001111011101010101101101101110001011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887BA; }

 p { color: rgb(168,135,186); }

 H1.HeaderClassName
 {
   color: #A887BA;
 }
 .AnyTagClassName
 {
   color: #A887BA;
 }
</style>
background-color css

<style>
 a { background-color: #A887BA; }

 a { background-color: rgb(168,135,186); }

 div.DivClassName
 {
   background-color: #A887BA;
 }
 .BgClassName
 {
   background-color: #A887BA;
 }
</style>
border-color css

<style>
 span { border-color: #A887BA; }

 span { border-color: rgb(168,135,186); }

 td.TdClassName
 {
   border-color: #A887BA;
 }
 .TagClassName
 {
   border-color: #A887BA;
 }
</style>