#A594A4

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

Shades of London Hue #A594A4

Tints of London Hue #A594A4

Color information

#A594A4 (or 0xA594A4) is unknown color: approx London Hue. HEX triplet: A5, 94 and A4. RGB value is (165,148,164). Sum of RGB (Red+Green+Blue) = 165+148+164=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 165 - color contains mainly: red. Hex color #A594A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594A4 is #5A6B5B. Grayscale: #9A9A9A. Windows color (decimal): -5925724 or 10785957. OLE color: 10785957.

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

Color convert

RGB165148164-
CMYK00.100.010.35
HSL303.53º8.63%61.37%-
HSV(B)303.53º10.3%64.71%-
XYZ32.8131.8639.54-
YUV154.91133.13135.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=34.59%
G=31.03%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514816400.100.010.35303.538.6361.37
HexA594A40A12313093d
Octal2452242440121434601175
Binary1010010110010100101001000101011000111001100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594A4; }

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

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

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

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

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

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

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

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