#A490A4

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

Shades of London Hue #A490A4

Tints of London Hue #A490A4

Color information

#A490A4 (or 0xA490A4) is unknown color: approx London Hue. HEX triplet: A4, 90 and A4. RGB value is (164,144,164). Sum of RGB (Red+Green+Blue) = 164+144+164=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A490A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490A4 is #5B6F5B. Grayscale: #989898. Windows color (decimal): -5992284 or 10784932. OLE color: 10784932.

HSL color Cylindrical-coordinate representation of color #A490A4: hue angle of 300º 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 #A490A4 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB164144164-
CMYK00.1200.36
HSL300º9.9%60.39%-
HSV(B)300º12.2%64.31%-
XYZ31.9830.5239.33-
YUV152.26134.63136.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=34.75%
G=30.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414416400.1200.363009.960.39
HexA490A40C02412ca3c
Octal2442202440140444541274
Binary1010010010010000101001000110001001001001011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490A4; }

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

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

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

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

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

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

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

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