#A591A0

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

Shades of London Hue #A591A0

Tints of London Hue #A591A0

Color information

#A591A0 (or 0xA591A0) is unknown color: approx London Hue. HEX triplet: A5, 91 and A0. RGB value is (165,145,160). Sum of RGB (Red+Green+Blue) = 165+145+160=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A591A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A591A0 is #5A6E5F. Grayscale: #989898. Windows color (decimal): -5926496 or 10523045. OLE color: 10523045.

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

Color convert

RGB165145160-
CMYK00.120.030.35
HSL315º10%60.78%-
HSV(B)315º12.12%64.71%-
XYZ31.9930.7937.51-
YUV152.69132.13136.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=35.11%
G=30.85%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514516000.120.030.353151060.78
HexA591A00C32313ba3d
Octal2452212400143434731275
Binary10100101100100011010000001100111000111001110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591A0; }

 p { color: rgb(165,145,160); }

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

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

 a { background-color: rgb(165,145,160); }

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

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

 span { border-color: rgb(165,145,160); }

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