Html Css Color HEX #A47FA1 London Hue

📋 copy color: '#A47FA1'

red 164 ◦ green 127 ◦ blue 161

#A47FA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A47FA1

Tints of London Hue #A47FA1

RGB

 RED value IS 164 (64.45% from 255) = 36.28%

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 161 (63.28% from 255) = 35.62%

R = 36.28%
G = 28.1%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A47FA1 (or 0xA47FA1) is known color: 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

RGB 164 127 161 -
CMYK 0 0.23 0.02 0.36
HSL 304.86º 0.17% 0.57% -
HSV(B) 304.86º 0.23% 0.64% -
XYZ 29.33 25.64 37.12 -
YUV 141.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 164 127 161 0 0.23 0.02 0.36 304.86 0.17 0.57
Hex A4 7F A1 0 17 2 24 131 11 39
Octal 244 177 241 0 27 2 44 461 21 71
Binary 10100100 1111111 10100001 0 10111 10 100100 100110001 10001 111001

Color Harmonies of #A47FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FA1

Black with #A47FA1

Text Example


Text Example

White with #A47FA1

Text Example


Text Example

HTML Codes & Css Web 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>