#A994AA

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

Shades of London Hue #A994AA

Tints of London Hue #A994AA

Color information

#A994AA (or 0xA994AA) is unknown color: approx London Hue. HEX triplet: A9, 94 and AA. RGB value is (169,148,170). Sum of RGB (Red+Green+Blue) = 169+148+170=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A994AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994AA is #566B55. Grayscale: #9C9C9C. Windows color (decimal): -5663574 or 11179177. OLE color: 11179177.

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

Color convert

RGB169148170-
CMYK0.010.1300.33
HSL297.27º11.46%62.35%-
HSV(B)297.27º12.94%66.67%-
XYZ34.2132.5242.5-
YUV156.79135.46136.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=34.70%
G=30.39%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691481700.010.1300.33297.2711.4662.35
HexA994AA1D021129b3e
Octal2512242521150414511376
Binary1010100110010100101010101110101000011001010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994AA; }

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

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

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

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

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

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

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

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