#A686B2

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

Shades of East Side #A686B2

Tints of East Side #A686B2

Color information

#A686B2 (or 0xA686B2) is unknown color: approx East Side. HEX triplet: A6, 86 and B2. RGB value is (166,134,178). Sum of RGB (Red+Green+Blue) = 166+134+178=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #A686B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686B2 is #59794D. Grayscale: #949494. Windows color (decimal): -5863758 or 11699878. OLE color: 11699878.

HSL color Cylindrical-coordinate representation of color #A686B2: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A686B2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166134178-
CMYK0.070.2500.30
HSL283.64º22.22%61.18%-
HSV(B)283.64º24.72%69.8%-
XYZ32.2928.3745.89-
YUV148.58144.6140.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=34.73%
G=28.03%
B=37.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661341780.070.2500.30283.6422.2261.18
HexA686B271901E11c163d
Octal2462062627310364342675
Binary1010011010000110101100101111100101111010001110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686B2; }

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

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

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

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

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

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

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

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