COLOR #A47FA6

HEX: #A47FA6
RGB: (164,127,166)

Renk bilgisi

#A47FA6 contains red, green and blue colors in about the same proportion. #A47FA6 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#A47FA6 color RGB value is (164,127,166).

  • kırmız ton 164;
  • yeşil ton 127;
  • mavi ton 166.
RGB:
(164,127,166)
(64%,50%,65%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 127 of 255 = 50%
B 166 of 255 = 65%

164
127
166

R + G + B ~ 60%. #A47FA6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 127 + 166 = 457 (100%)
R 164 of 457 ~ 35.89%
G 127 of 457 ~ 27.79%
B 166 of 457 ~ 36.32%

%35.89
%27.79
%36.32

CMYK RENK MODELİ

#A47FA6 rengi CMYK tonu (1,23,0,35).

  • camgöbeği tonu 1.20%
  • eflatun tonu 23.49%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(1,23,0,35)
C1M23Y0K35 
(1%,23%,0%,35%)
(0.01/0.23/0.00/0.35)	

CMYK yüzdeleri

%1.2
%23.49
%0
%34.9

Codes

Color #A47FA6 in popluar color models

A47FA6
RGB164127166
HSL297°17.97%57.45%
HSB/HSV297°23.49%65.10%
CMYK1.20%23.49%0.00%
34.90%

Color #A47FA6 in popluar number systems.

HEXA47FA6
Decimal164127166
Binary10100100111111110100110
Octal244177246

Shades and tints

Shades of #A47FA6

#A47FA6
(164,127,166)
#967497
(150,116,151)
#886988
(136,105,136)
#7A5E79
(122,94,121)
#6C536A
(108,83,106)
#5E485B
(94,72,91)
#503D4C
(80,61,76)
#42323D
(66,50,61)
#34272E
(52,39,46)
#261C1F
(38,28,31)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #A47FA6

#A47FA6
(164,127,166)
#AC8AAE
(172,138,174)
#B495B6
(180,149,182)
#BCA0BE
(188,160,190)
#C4ABC6
(196,171,198)
#CCB6CE
(204,182,206)
#D4C1D6
(212,193,214)
#DCCCDE
(220,204,222)
#E4D7E6
(228,215,230)
#ECE2EE
(236,226,238)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47FA6 color. Also use rgb(164,127,166) instead hex code.

Text Font Color

.myTextColor { color: #A47FA6; }

<p style="color:#A47FA6">This sample text font color is #A47FA6.</p>

This text font color is #A47FA6.


Background Color

.myBgColor { background-color: #A47FA6; }

<div style="background-color:#A47FA6">Inner text</div>

This div background color is #A47FA6.


Border color

.myBorderColor { border: 1px solid #A47FA6; }

<div style="border:3px solid #A47FA6">Div</div>

This div border color is #A47FA6.


Opacity

.myOpacity80 { color: #A47FA6; opacity: 0.8; }

<p style="color:#A47FA6;opacity:0.8;">80%</p>

Text with #A47FA6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A47FA6;}

<p style="text-shadow: 3px 3px 1px #A47FA6">Text here.</p>

This text has shadow with #A47FA6 color.

.textShadow {text-shadow: 3px 3px 1px #A47FA6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A47FA6, 5px 5px 20px red">Text here.</p>

This text has shadow with #A47FA6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47FA6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A47FA6, Direction=45, Strength=4)">Text</p>

This text has shadow with #A47FA6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A47FA6;
  -webkit-box-shadow:	1px 1px 3px 2px #A47FA6;
  box-shadow:		1px 1px 3px 2px #A47FA6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A47FA6;
-webkit-box-shadow: 1px 1px 3px 2px #A47FA6;
box-shadow:1px 1px 3px 2px #A47FA6;">
Div content here</div>
This div box has shadow with color #A47FA6.

Preview

Color preview on black background

This text has color #A47FA6 on black background.


Color preview on white background

This text has color #A47FA6 on white background.



Black color preview on #A47FA6 background

This text has black color on #A47FA6 background.


White color preview on #A47FA6 background

This text has white color on #A47FA6 background.