#A57EA3

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

Shades of London Hue #A57EA3

Tints of London Hue #A57EA3

Color information

#A57EA3 (or 0xA57EA3) is unknown color: approx London Hue. HEX triplet: A5, 7E and A3. RGB value is (165,126,163). Sum of RGB (Red+Green+Blue) = 165+126+163=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A57EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57EA3 is #5A815C. Grayscale: #8D8D8D. Windows color (decimal): -5931357 or 10714789. OLE color: 10714789.

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

Color convert

RGB165126163-
CMYK00.240.010.35
HSL303.08º17.81%57.06%-
HSV(B)303.08º23.64%64.71%-
XYZ29.5925.5738.03-
YUV141.88139.92144.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 163 (64.06% from 255) = 35.90%
R=36.34%
G=27.75%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512616300.240.010.35303.0817.8157.06
HexA57EA301812312f1239
Octal2451762430301434572271
Binary10100101111111010100011011000110001110010111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EA3; }

 p { color: rgb(165,126,163); }

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

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

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

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

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

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

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