#A87FBE

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

Shades of East Side #A87FBE

Tints of East Side #A87FBE

Color information

#A87FBE (or 0xA87FBE) is unknown color: approx East Side. HEX triplet: A8, 7F and BE. RGB value is (168,127,190). Sum of RGB (Red+Green+Blue) = 168+127+190=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A87FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FBE is #578041. Grayscale: #929292. Windows color (decimal): -5734466 or 12484520. OLE color: 12484520.

HSL color Cylindrical-coordinate representation of color #A87FBE: hue angle of 279.05º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87FBE is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168127190-
CMYK0.120.3300.25
HSL279.05º32.64%62.16%-
HSV(B)279.05º33.16%74.51%-
XYZ33.0327.2252.23-
YUV146.44152.58143.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=34.64%
G=26.19%
B=39.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681271900.120.3300.25279.0532.6462.16
HexA87FBEC21019117213e
Octal25017727614410314274176
Binary101010001111111101111101100100001011001100010111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FBE; }

 p { color: rgb(168,127,190); }

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

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

 a { background-color: rgb(168,127,190); }

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

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

 span { border-color: rgb(168,127,190); }

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