#A886AA

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

Shades of London Hue #A886AA

Tints of London Hue #A886AA

Color information

#A886AA (or 0xA886AA) is unknown color: approx London Hue. HEX triplet: A8, 86 and AA. RGB value is (168,134,170). Sum of RGB (Red+Green+Blue) = 168+134+170=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A886AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886AA is #577955. Grayscale: #949494. Windows color (decimal): -5732694 or 11175592. OLE color: 11175592.

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

Color convert

RGB168134170-
CMYK0.010.2100.33
HSL296.67º17.48%59.61%-
HSV(B)296.67º21.18%66.67%-
XYZ31.9328.2841.81-
YUV148.27140.26142.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=35.59%
G=28.39%
B=36.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681341700.010.2100.33296.6717.4859.61
HexA886AA115021129113c
Octal2502062521250414512174
Binary101010001000011010101010110101010000110010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886AA; }

 p { color: rgb(168,134,170); }

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

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

 a { background-color: rgb(168,134,170); }

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

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

 span { border-color: rgb(168,134,170); }

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