#A47FA1

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

Shades of London Hue #A47FA1

Tints of London Hue #A47FA1

Color information

#A47FA1 (or 0xA47FA1) is unknown color: approx London Hue. HEX triplet: A4, 7F and A1. RGB value is (164,127,161). Sum of RGB (Red+Green+Blue) = 164+127+161=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A47FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FA1 is #5B805E. Grayscale: #8D8D8D. Windows color (decimal): -5996639 or 10583972. OLE color: 10583972.

HSL color Cylindrical-coordinate representation of color #A47FA1: hue angle of 304.86º 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 #A47FA1 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164127161-
CMYK00.230.020.36
HSL304.86º16.89%57.06%-
HSV(B)304.86º22.56%64.31%-
XYZ29.3325.6437.12-
YUV141.94138.76143.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=36.28%
G=28.10%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412716100.230.020.36304.8616.8957.06
HexA47FA10172241311139
Octal2441772410272444612171
Binary101001001111111101000010101111010010010011000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FA1; }

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

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

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

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

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

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

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

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