#A685AA

Color #A685AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A685AA

Tints of London Hue #A685AA

Color information

#A685AA (or 0xA685AA) is unknown color: approx London Hue. HEX triplet: A6, 85 and AA. RGB value is (166,133,170). Sum of RGB (Red+Green+Blue) = 166+133+170=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A685AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A685AA is #597A55. Grayscale: #929292. Windows color (decimal): -5864022 or 11175334. OLE color: 11175334.

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

Color convert

RGB166133170-
CMYK0.020.2200.33
HSL293.51º17.87%59.41%-
HSV(B)293.51º21.76%66.67%-
XYZ31.3727.7841.74-
YUV147.08140.93141.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=35.39%
G=28.36%
B=36.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661331700.020.2200.33293.5117.8759.41
HexA685AA216021126123b
Octal2462052522260414462273
Binary1010011010000101101010101010110010000110010011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685AA; }

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

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

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

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

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

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

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

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