#A686B6

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

Shades of East Side #A686B6

Tints of East Side #A686B6

Color information

#A686B6 (or 0xA686B6) is unknown color: approx East Side. HEX triplet: A6, 86 and B6. RGB value is (166,134,182). Sum of RGB (Red+Green+Blue) = 166+134+182=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #A686B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686B6 is #597949. Grayscale: #949494. Windows color (decimal): -5863754 or 11962022. OLE color: 11962022.

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

Color convert

RGB166134182-
CMYK0.090.2600.29
HSL280º24.74%61.96%-
HSV(B)280º26.37%71.37%-
XYZ32.6928.5348.04-
YUV149.04146.6140.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=34.44%
G=27.80%
B=37.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661341820.090.2600.2928024.7461.96
HexA686B691A01D118193e
Octal24620626611320354303176
Binary10100110100001101011011010011101001110110001100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686B6; }

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

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

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

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

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

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

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

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