COLOR #A472A7

HEX: #A472A7
RGB: (164,114,167)

Color info

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

RGB color model

#A472A7 color RGB value is (164,114,167).

  • red value is 164;
  • green value is 114;
  • blue value is 167.
RGB:
(164,114,167)
(64%,45%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 167 of 255 = 65%

164
114
167

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

Portions of RGB colors in percentages

R + G + B =
164 + 114 + 167 = 445 (100%)
R 164 of 445 ~ 36.85%
G 114 of 445 ~ 25.62%
B 167 of 445 ~ 37.53%

%36.85
%25.62
%37.53

CMYK color model

#A472A7 color CMYK value is (2,32,0,35).

  • cyan value is 1.80%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(2,32,0,35)
C2M32Y0K35 
(2%,32%,0%,35%)
(0.02/0.32/0.00/0.35)	

CMYK percentages

%1.8
%31.74
%0
%34.51

Codes

Color #A472A7 in popluar color models

A472A7
RGB164114167
HSL297°23.14%55.10%
HSB/HSV297°31.74%65.49%
CMYK1.80%31.74%0.00%
34.51%

Color #A472A7 in popluar number systems.

HEXA472A7
Decimal164114167
Binary10100100111001010100111
Octal244162247

Shades and tints

Shades of #A472A7

#A472A7
(164,114,167)
#966898
(150,104,152)
#885E89
(136,94,137)
#7A547A
(122,84,122)
#6C4A6B
(108,74,107)
#5E405C
(94,64,92)
#50364D
(80,54,77)
#422C3E
(66,44,62)
#34222F
(52,34,47)
#261820
(38,24,32)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #A472A7

#A472A7
(164,114,167)
#AC7EAF
(172,126,175)
#B48AB7
(180,138,183)
#BC96BF
(188,150,191)
#C4A2C7
(196,162,199)
#CCAECF
(204,174,207)
#D4BAD7
(212,186,215)
#DCC6DF
(220,198,223)
#E4D2E7
(228,210,231)
#ECDEEF
(236,222,239)
#F4EAF7
(244,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A472A7 color. Also use rgb(164,114,167) instead hex code.

Text Font Color

.myTextColor { color: #A472A7; }

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

This text font color is #A472A7.


Background Color

.myBgColor { background-color: #A472A7; }

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

This div background color is #A472A7.


Border color

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

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

This div border color is #A472A7.


Opacity

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

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

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

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

This text has shadow with #A472A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A472A7 on black background.


Color preview on white background

This text has color #A472A7 on white background.



Black color preview on #A472A7 background

This text has black color on #A472A7 background.


White color preview on #A472A7 background

This text has white color on #A472A7 background.