#A490A2

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

Shades of London Hue #A490A2

Tints of London Hue #A490A2

Color information

#A490A2 (or 0xA490A2) is unknown color: approx London Hue. HEX triplet: A4, 90 and A2. RGB value is (164,144,162). Sum of RGB (Red+Green+Blue) = 164+144+162=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A490A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490A2 is #5B6F5D. Grayscale: #979797. Windows color (decimal): -5992286 or 10653860. OLE color: 10653860.

HSL color Cylindrical-coordinate representation of color #A490A2: hue angle of 306º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A490A2 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164144162-
CMYK00.120.010.36
HSL306º9.9%60.39%-
HSV(B)306º12.2%64.31%-
XYZ31.830.4538.38-
YUV152.03133.63136.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=34.89%
G=30.64%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414416200.120.010.363069.960.39
HexA490A20C124132a3c
Octal2442202420141444621274
Binary1010010010010000101000100110011001001001100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490A2; }

 p { color: rgb(164,144,162); }

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

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

 a { background-color: rgb(164,144,162); }

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

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

 span { border-color: rgb(164,144,162); }

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