#A690AA

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

Shades of London Hue #A690AA

Tints of London Hue #A690AA

Color information

#A690AA (or 0xA690AA) is unknown color: approx London Hue. HEX triplet: A6, 90 and AA. RGB value is (166,144,170). Sum of RGB (Red+Green+Blue) = 166+144+170=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #A690AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690AA is #596F55. Grayscale: #999999. Windows color (decimal): -5861206 or 11178150. OLE color: 11178150.

HSL color Cylindrical-coordinate representation of color #A690AA: hue angle of 290.77º 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 #A690AA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166144170-
CMYK0.020.1500.33
HSL290.77º13.27%61.57%-
HSV(B)290.77º15.29%66.67%-
XYZ32.9530.9642.27-
YUV153.54137.29136.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=34.58%
G=30%
B=35.42%

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
Decimal1661441700.020.1500.33290.7713.2761.57
HexA690AA2F021123d3e
Octal2462202522170414431576
Binary10100110100100001010101010111101000011001000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690AA; }

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

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

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

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

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

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

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

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