#A686AD

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

Shades of East Side #A686AD

Tints of East Side #A686AD

Color information

#A686AD (or 0xA686AD) is unknown color: approx East Side. HEX triplet: A6, 86 and AD. RGB value is (166,134,173). Sum of RGB (Red+Green+Blue) = 166+134+173=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #A686AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AD is #597952. Grayscale: #939393. Windows color (decimal): -5863763 or 11372198. OLE color: 11372198.

HSL color Cylindrical-coordinate representation of color #A686AD: hue angle of 289.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A686AD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166134173-
CMYK0.040.2300.32
HSL289.23º19.21%60.2%-
HSV(B)289.23º22.54%67.84%-
XYZ31.7928.1743.3-
YUV148.01142.1140.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=35.10%
G=28.33%
B=36.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661341730.040.2300.32289.2319.2160.2
HexA686AD417020121133c
Octal2462062554270404412374
Binary10100110100001101010110110010111010000010010000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686AD; }

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

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

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

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

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

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

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

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