#A99FAA

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

Shades of London Hue #A99FAA

Tints of London Hue #A99FAA

Color information

#A99FAA (or 0xA99FAA) is unknown color: approx London Hue. HEX triplet: A9, 9F and AA. RGB value is (169,159,170). Sum of RGB (Red+Green+Blue) = 169+159+170=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 170 - color contains mainly: blue. Hex color #A99FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FAA is #566055. Grayscale: #A3A3A3. Windows color (decimal): -5660758 or 11181993. OLE color: 11181993.

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

Color convert

RGB169159170-
CMYK0.010.0600.33
HSL294.55º6.08%64.51%-
HSV(B)294.55º6.47%66.67%-
XYZ36.0236.1343.11-
YUV163.24131.81132.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=33.94%
G=31.93%
B=34.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691591700.010.0600.33294.556.0864.51
HexA99FAA16021127641
Octal251237252160414476101
Binary101010011001111110101010111001000011001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FAA; }

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

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

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

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

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

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

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

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