#A691AA

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

Shades of London Hue #A691AA

Tints of London Hue #A691AA

Color information

#A691AA (or 0xA691AA) is unknown color: approx London Hue. HEX triplet: A6, 91 and AA. RGB value is (166,145,170). Sum of RGB (Red+Green+Blue) = 166+145+170=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #A691AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A691AA is #596E55. Grayscale: #9A9A9A. Windows color (decimal): -5860950 or 11178406. OLE color: 11178406.

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

Color convert

RGB166145170-
CMYK0.020.1500.33
HSL290.4º12.82%61.76%-
HSV(B)290.4º14.71%66.67%-
XYZ33.1131.2642.32-
YUV154.13136.96136.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=34.51%
G=30.15%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661451700.020.1500.33290.412.8261.76
HexA691AA2F021122d3e
Octal2462212522170414421576
Binary10100110100100011010101010111101000011001000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691AA; }

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

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

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

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

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

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

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

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