#A990AB

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

Shades of London Hue #A990AB

Tints of London Hue #A990AB

Color information

#A990AB (or 0xA990AB) is unknown color: approx London Hue. HEX triplet: A9, 90 and AB. RGB value is (169,144,171). Sum of RGB (Red+Green+Blue) = 169+144+171=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A990AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990AB is #566F54. Grayscale: #9A9A9A. Windows color (decimal): -5664597 or 11243689. OLE color: 11243689.

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

Color convert

RGB169144171-
CMYK0.010.1600.33
HSL295.56º13.85%61.76%-
HSV(B)295.56º15.79%67.06%-
XYZ33.6931.3242.8-
YUV154.55137.28138.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=34.92%
G=29.75%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691441710.010.1600.33295.5613.8561.76
HexA990AB110021128e3e
Octal2512202531200414501676
Binary10101001100100001010101111000001000011001010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990AB; }

 p { color: rgb(169,144,171); }

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

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

 a { background-color: rgb(169,144,171); }

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

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

 span { border-color: rgb(169,144,171); }

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