#A47EA4

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

Shades of London Hue #A47EA4

Tints of London Hue #A47EA4

Color information

#A47EA4 (or 0xA47EA4) is unknown color: approx London Hue. HEX triplet: A4, 7E and A4. RGB value is (164,126,164). Sum of RGB (Red+Green+Blue) = 164+126+164=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A47EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EA4 is #5B815B. Grayscale: #8D8D8D. Windows color (decimal): -5996892 or 10780324. OLE color: 10780324.

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

Color convert

RGB164126164-
CMYK00.2300.36
HSL300º17.27%56.86%-
HSV(B)300º23.17%64.31%-
XYZ29.4725.4938.49-
YUV141.69140.59143.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=36.12%
G=27.75%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412616400.2300.3630017.2756.86
HexA47EA401702412c1139
Octal2441762440270444542171
Binary10100100111111010100100010111010010010010110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EA4; }

 p { color: rgb(164,126,164); }

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

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

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

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

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

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

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