#A47DA2

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

Shades of London Hue #A47DA2

Tints of London Hue #A47DA2

Color information

#A47DA2 (or 0xA47DA2) is unknown color: approx London Hue. HEX triplet: A4, 7D and A2. RGB value is (164,125,162). Sum of RGB (Red+Green+Blue) = 164+125+162=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A47DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47DA2 is #5B825D. Grayscale: #8C8C8C. Windows color (decimal): -5997150 or 10648996. OLE color: 10648996.

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

Color convert

RGB164125162-
CMYK00.240.010.36
HSL303.08º17.65%56.67%-
HSV(B)303.08º23.78%64.31%-
XYZ29.1725.1737.5-
YUV140.88139.92144.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=36.36%
G=27.72%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412516200.240.010.36303.0817.6556.67
HexA47DA201812412f1239
Octal2441752420301444572271
Binary10100100111110110100010011000110010010010111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DA2; }

 p { color: rgb(164,125,162); }

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

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

 a { background-color: rgb(164,125,162); }

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

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

 span { border-color: rgb(164,125,162); }

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