#A689AA

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

Shades of London Hue #A689AA

Tints of London Hue #A689AA

Color information

#A689AA (or 0xA689AA) is unknown color: approx London Hue. HEX triplet: A6, 89 and AA. RGB value is (166,137,170). Sum of RGB (Red+Green+Blue) = 166+137+170=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A689AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689AA is #597655. Grayscale: #959595. Windows color (decimal): -5862998 or 11176358. OLE color: 11176358.

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

Color convert

RGB166137170-
CMYK0.020.1900.33
HSL292.73º16.26%60.2%-
HSV(B)292.73º19.41%66.67%-
XYZ31.9328.941.93-
YUV149.43139.61139.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=35.10%
G=28.96%
B=35.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661371700.020.1900.33292.7316.2660.2
HexA689AA213021125103c
Octal2462112522230414452074
Binary1010011010001001101010101010011010000110010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689AA; }

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

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

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

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

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

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

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

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