#A686B7

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

Shades of East Side #A686B7

Tints of East Side #A686B7

Color information

#A686B7 (or 0xA686B7) is unknown color: approx East Side. HEX triplet: A6, 86 and B7. RGB value is (166,134,183). Sum of RGB (Red+Green+Blue) = 166+134+183=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 183 - color contains mainly: blue. Hex color #A686B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686B7 is #597948. Grayscale: #949494. Windows color (decimal): -5863753 or 12027558. OLE color: 12027558.

HSL color Cylindrical-coordinate representation of color #A686B7: hue angle of 279.18º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A686B7 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166134183-
CMYK0.090.2700.28
HSL279.18º25.39%62.16%-
HSV(B)279.18º26.78%71.76%-
XYZ32.828.5848.59-
YUV149.15147.1140.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=34.37%
G=27.74%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661341830.090.2700.28279.1825.3962.16
HexA686B791B01C117193e
Octal24620626711330344273176
Binary10100110100001101011011110011101101110010001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686B7; }

 p { color: rgb(166,134,183); }

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

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

 a { background-color: rgb(166,134,183); }

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

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

 span { border-color: rgb(166,134,183); }

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