#A58EA7

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

Shades of London Hue #A58EA7

Tints of London Hue #A58EA7

Color information

#A58EA7 (or 0xA58EA7) is unknown color: approx London Hue. HEX triplet: A5, 8E and A7. RGB value is (165,142,167). Sum of RGB (Red+Green+Blue) = 165+142+167=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 167 - color contains mainly: blue. Hex color #A58EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58EA7 is #5A7158. Grayscale: #979797. Windows color (decimal): -5927257 or 10981029. OLE color: 10981029.

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

Color convert

RGB165142167-
CMYK0.010.1500.35
HSL295.2º12.44%60.59%-
HSV(B)295.2º14.97%65.49%-
XYZ32.1730.1440.68-
YUV151.73136.62137.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=34.81%
G=29.96%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651421670.010.1500.35295.212.4460.59
HexA58EA71F023127c3d
Octal2452162471170434471475
Binary1010010110001110101001111111101000111001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58EA7; }

 p { color: rgb(165,142,167); }

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

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

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

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

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

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

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