#A584A4

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

Shades of London Hue #A584A4

Tints of London Hue #A584A4

Color information

#A584A4 (or 0xA584A4) is unknown color: approx London Hue. HEX triplet: A5, 84 and A4. RGB value is (165,132,164). Sum of RGB (Red+Green+Blue) = 165+132+164=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A584A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584A4 is #5A7B5B. Grayscale: #919191. Windows color (decimal): -5929820 or 10781861. OLE color: 10781861.

HSL color Cylindrical-coordinate representation of color #A584A4: hue angle of 301.82º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A584A4 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165132164-
CMYK00.200.010.35
HSL301.82º15.49%58.24%-
HSV(B)301.82º20%64.71%-
XYZ30.4727.1838.76-
YUV145.51138.43141.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=35.79%
G=28.63%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513216400.200.010.35301.8215.4958.24
HexA584A401412312ef3a
Octal2452042440241434561772
Binary10100101100001001010010001010011000111001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584A4; }

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

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

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

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

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

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

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

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