#A47FA5

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

Shades of London Hue #A47FA5

Tints of London Hue #A47FA5

Color information

#A47FA5 (or 0xA47FA5) is unknown color: approx London Hue. HEX triplet: A4, 7F and A5. RGB value is (164,127,165). Sum of RGB (Red+Green+Blue) = 164+127+165=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 165 - color contains mainly: blue. Hex color #A47FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FA5 is #5B805A. Grayscale: #8E8E8E. Windows color (decimal): -5996635 or 10846116. OLE color: 10846116.

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

Color convert

RGB164127165-
CMYK0.010.2300.35
HSL298.42º17.43%57.25%-
HSV(B)298.42º23.03%64.71%-
XYZ29.6925.7939.01-
YUV142.39140.76143.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=35.96%
G=27.85%
B=36.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641271650.010.2300.35298.4217.4357.25
HexA47FA511702312a1139
Octal2441772451270434522171
Binary10100100111111110100101110111010001110010101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FA5; }

 p { color: rgb(164,127,165); }

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

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

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

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

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

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

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