COLOR #A47498

HEX: #A47498
RGB: (164,116,152)

Color info

#A47498 contains red, green and blue colors in about the same proportion. Web safe color of #A47498 is #996699 (or #969).

RGB color model

#A47498 color RGB value is (164,116,152).

  • red value is 164;
  • green value is 116;
  • blue value is 152.
RGB:
(164,116,152)
(64%,45%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 116 of 255 = 45%
B 152 of 255 = 60%

164
116
152

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

Portions of RGB colors in percentages

R + G + B =
164 + 116 + 152 = 432 (100%)
R 164 of 432 ~ 37.96%
G 116 of 432 ~ 26.85%
B 152 of 432 ~ 35.19%

%37.96
%26.85
%35.19

CMYK color model

#A47498 color CMYK value is (0,29,7,36).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(0,29,7,36)
C0M29Y7K36 
(0%,29%,7%,36%)
(0.00/0.29/0.07/0.36)	

CMYK percentages

%0
%29.27
%7.32
%35.69

Codes

Color #A47498 in popluar color models

A47498
RGB164116152
HSL315°20.87%54.90%
HSB/HSV315°29.27%64.31%
CMYK0.00%29.27%7.32%
35.69%

Color #A47498 in popluar number systems.

HEXA47498
Decimal164116152
Binary10100100111010010011000
Octal244164230

Shades and tints

Shades of #A47498

#A47498
(164,116,152)
#966A8B
(150,106,139)
#88607E
(136,96,126)
#7A5671
(122,86,113)
#6C4C64
(108,76,100)
#5E4257
(94,66,87)
#50384A
(80,56,74)
#422E3D
(66,46,61)
#342430
(52,36,48)
#261A23
(38,26,35)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A47498

#A47498
(164,116,152)
#AC80A1
(172,128,161)
#B48CAA
(180,140,170)
#BC98B3
(188,152,179)
#C4A4BC
(196,164,188)
#CCB0C5
(204,176,197)
#D4BCCE
(212,188,206)
#DCC8D7
(220,200,215)
#E4D4E0
(228,212,224)
#ECE0E9
(236,224,233)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47498 color. Also use rgb(164,116,152) instead hex code.

Text Font Color

.myTextColor { color: #A47498; }

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

This text font color is #A47498.


Background Color

.myBgColor { background-color: #A47498; }

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

This div background color is #A47498.


Border color

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

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

This div border color is #A47498.


Opacity

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

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

Text with #A47498 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 #A47498;}

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

This text has shadow with #A47498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47498 on black background.


Color preview on white background

This text has color #A47498 on white background.



Black color preview on #A47498 background

This text has black color on #A47498 background.


White color preview on #A47498 background

This text has white color on #A47498 background.