#A58CA1

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

Shades of London Hue #A58CA1

Tints of London Hue #A58CA1

Color information

#A58CA1 (or 0xA58CA1) is unknown color: approx London Hue. HEX triplet: A5, 8C and A1. RGB value is (165,140,161). Sum of RGB (Red+Green+Blue) = 165+140+161=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A58CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58CA1 is #5A735E. Grayscale: #959595. Windows color (decimal): -5927775 or 10587301. OLE color: 10587301.

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

Color convert

RGB165140161-
CMYK00.150.020.35
HSL309.6º12.2%59.8%-
HSV(B)309.6º15.15%64.71%-
XYZ31.3329.3337.73-
YUV149.87134.28138.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=35.41%
G=30.04%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514016100.150.020.35309.612.259.8
HexA58CA10F223136c3c
Octal2452142410172434661474
Binary10100101100011001010000101111101000111001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CA1; }

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

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

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

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

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

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

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

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