#A58CA5

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

Shades of London Hue #A58CA5

Tints of London Hue #A58CA5

Color information

#A58CA5 (or 0xA58CA5) is unknown color: approx London Hue. HEX triplet: A5, 8C and A5. RGB value is (165,140,165). Sum of RGB (Red+Green+Blue) = 165+140+165=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A58CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58CA5 is #5A735A. Grayscale: #969696. Windows color (decimal): -5927771 or 10849445. OLE color: 10849445.

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

Color convert

RGB165140165-
CMYK00.1500.35
HSL300º12.2%59.8%-
HSV(B)300º15.15%64.71%-
XYZ31.6929.4739.62-
YUV150.32136.28138.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=35.11%
G=29.79%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514016500.1500.3530012.259.8
HexA58CA50F02312cc3c
Octal2452142450170434541474
Binary1010010110001100101001010111101000111001011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CA5; }

 p { color: rgb(165,140,165); }

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

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

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

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

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

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

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