#A991AA

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

Shades of London Hue #A991AA

Tints of London Hue #A991AA

Color information

#A991AA (or 0xA991AA) is unknown color: approx London Hue. HEX triplet: A9, 91 and AA. RGB value is (169,145,170). Sum of RGB (Red+Green+Blue) = 169+145+170=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A991AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991AA is #566E55. Grayscale: #9A9A9A. Windows color (decimal): -5664342 or 11178409. OLE color: 11178409.

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

Color convert

RGB169145170-
CMYK0.010.1500.33
HSL297.6º12.82%61.76%-
HSV(B)297.6º14.71%66.67%-
XYZ33.7431.5942.35-
YUV155.03136.45137.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=34.92%
G=29.96%
B=35.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691451700.010.1500.33297.612.8261.76
HexA991AA1F02112ad3e
Octal2512212521170414521576
Binary1010100110010001101010101111101000011001010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991AA; }

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

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

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

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

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

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

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

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