#A686AC

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

Shades of East Side #A686AC

Tints of East Side #A686AC

Color information

#A686AC (or 0xA686AC) is unknown color: approx East Side. HEX triplet: A6, 86 and AC. RGB value is (166,134,172). Sum of RGB (Red+Green+Blue) = 166+134+172=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #A686AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AC is #597953. Grayscale: #939393. Windows color (decimal): -5863764 or 11306662. OLE color: 11306662.

HSL color Cylindrical-coordinate representation of color #A686AC: hue angle of 290.53º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A686AC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166134172-
CMYK0.030.2200.33
HSL290.53º18.63%60%-
HSV(B)290.53º22.09%67.45%-
XYZ31.728.1442.79-
YUV147.9141.6140.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=35.17%
G=28.39%
B=36.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661341720.030.2200.33290.5318.6360
HexA686AC316021123133c
Octal2462062543260414432374
Binary1010011010000110101011001110110010000110010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686AC; }

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

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

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

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

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

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

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

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