#A685AE

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

Shades of East Side #A685AE

Tints of East Side #A685AE

Color information

#A685AE (or 0xA685AE) is unknown color: approx East Side. HEX triplet: A6, 85 and AE. RGB value is (166,133,174). Sum of RGB (Red+Green+Blue) = 166+133+174=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A685AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A685AE is #597A51. Grayscale: #939393. Windows color (decimal): -5864018 or 11437478. OLE color: 11437478.

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

Color convert

RGB166133174-
CMYK0.050.2400.32
HSL288.29º20.2%60.2%-
HSV(B)288.29º23.56%68.24%-
XYZ31.7527.9443.76-
YUV147.54142.93141.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=35.10%
G=28.12%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661331740.050.2400.32288.2920.260.2
HexA685AE518020120143c
Octal2462052565300404402474
Binary10100110100001011010111010111000010000010010000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685AE; }

 p { color: rgb(166,133,174); }

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

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

 a { background-color: rgb(166,133,174); }

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

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

 span { border-color: rgb(166,133,174); }

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