#A490A1

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

Shades of London Hue #A490A1

Tints of London Hue #A490A1

Color information

#A490A1 (or 0xA490A1) is unknown color: approx London Hue. HEX triplet: A4, 90 and A1. RGB value is (164,144,161). Sum of RGB (Red+Green+Blue) = 164+144+161=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A490A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490A1 is #5B6F5E. Grayscale: #979797. Windows color (decimal): -5992287 or 10588324. OLE color: 10588324.

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

Color convert

RGB164144161-
CMYK00.120.020.36
HSL309º9.9%60.39%-
HSV(B)309º12.2%64.31%-
XYZ31.7230.4137.92-
YUV151.92133.13136.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=34.97%
G=30.70%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414416100.120.020.363099.960.39
HexA490A10C224135a3c
Octal2442202410142444651274
Binary10100100100100001010000101100101001001001101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490A1; }

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

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

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

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

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

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

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

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