#A990AC

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

Shades of London Hue #A990AC

Tints of London Hue #A990AC

Color information

#A990AC (or 0xA990AC) is unknown color: approx London Hue. HEX triplet: A9, 90 and AC. RGB value is (169,144,172). Sum of RGB (Red+Green+Blue) = 169+144+172=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A990AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990AC is #566F53. Grayscale: #9A9A9A. Windows color (decimal): -5664596 or 11309225. OLE color: 11309225.

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

Color convert

RGB169144172-
CMYK0.020.1600.33
HSL293.57º14.43%61.96%-
HSV(B)293.57º16.28%67.45%-
XYZ33.7831.3643.3-
YUV154.67137.78138.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=34.85%
G=29.69%
B=35.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691441720.020.1600.33293.5714.4361.96
HexA990AC210021126e3e
Octal2512202542200414461676
Binary101010011001000010101100101000001000011001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990AC; }

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

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

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

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

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

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

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

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