#A992AA

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

Shades of London Hue #A992AA

Tints of London Hue #A992AA

Color information

#A992AA (or 0xA992AA) is unknown color: approx London Hue. HEX triplet: A9, 92 and AA. RGB value is (169,146,170). Sum of RGB (Red+Green+Blue) = 169+146+170=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A992AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AA is #566D55. Grayscale: #9B9B9B. Windows color (decimal): -5664086 or 11178665. OLE color: 11178665.

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

Color convert

RGB169146170-
CMYK0.010.1400.33
HSL297.5º12.37%61.96%-
HSV(B)297.5º14.12%66.67%-
XYZ33.931.942.4-
YUV155.61136.12137.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=34.85%
G=30.10%
B=35.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691461700.010.1400.33297.512.3761.96
HexA992AA1E02112ac3e
Octal2512222521160414521476
Binary1010100110010010101010101111001000011001010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992AA; }

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

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

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

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

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

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

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

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