#A590A4

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

Shades of London Hue #A590A4

Tints of London Hue #A590A4

Color information

#A590A4 (or 0xA590A4) is unknown color: approx London Hue. HEX triplet: A5, 90 and A4. RGB value is (165,144,164). Sum of RGB (Red+Green+Blue) = 165+144+164=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A590A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A590A4 is #5A6F5B. Grayscale: #989898. Windows color (decimal): -5926748 or 10784933. OLE color: 10784933.

HSL color Cylindrical-coordinate representation of color #A590A4: hue angle of 302.86º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A590A4 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165144164-
CMYK00.130.010.35
HSL302.86º10.45%60.59%-
HSV(B)302.86º12.73%64.71%-
XYZ32.1930.6339.34-
YUV152.56134.46136.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=34.88%
G=30.44%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514416400.130.010.35302.8610.4560.59
HexA590A40D12312fa3d
Octal2452202440151434571275
Binary1010010110010000101001000110111000111001011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590A4; }

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

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

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

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

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

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

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

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