#A592A4

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

Shades of London Hue #A592A4

Tints of London Hue #A592A4

Color information

#A592A4 (or 0xA592A4) is unknown color: approx London Hue. HEX triplet: A5, 92 and A4. RGB value is (165,146,164). Sum of RGB (Red+Green+Blue) = 165+146+164=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A592A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592A4 is #5A6D5B. Grayscale: #999999. Windows color (decimal): -5926236 or 10785445. OLE color: 10785445.

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

Color convert

RGB165146164-
CMYK00.120.010.35
HSL303.16º9.55%60.98%-
HSV(B)303.16º11.52%64.71%-
XYZ32.531.2439.44-
YUV153.73133.79136.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=34.74%
G=30.74%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514616400.120.010.35303.169.5560.98
HexA592A40C12312fa3d
Octal2452222440141434571275
Binary1010010110010010101001000110011000111001011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592A4; }

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

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

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

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

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

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

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

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