#A57DA9

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

Shades of London Hue #A57DA9

Tints of London Hue #A57DA9

Color information

#A57DA9 (or 0xA57DA9) is unknown color: approx London Hue. HEX triplet: A5, 7D and A9. RGB value is (165,125,169). Sum of RGB (Red+Green+Blue) = 165+125+169=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 169 - color contains mainly: blue. Hex color #A57DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DA9 is #5A8256. Grayscale: #8D8D8D. Windows color (decimal): -5931607 or 11107749. OLE color: 11107749.

HSL color Cylindrical-coordinate representation of color #A57DA9: hue angle of 294.55º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57DA9 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB165125169-
CMYK0.020.2600.34
HSL294.55º20.37%57.65%-
HSV(B)294.55º26.04%66.27%-
XYZ30.0125.5340.88-
YUV141.98143.25144.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=35.95%
G=27.23%
B=36.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651251690.020.2600.34294.5520.3757.65
HexA57DA921A022127143a
Octal2451752512320424472472
Binary101001011111101101010011011010010001010010011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DA9; }

 p { color: rgb(165,125,169); }

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

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

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

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

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

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

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