COLOR #A476AE

HEX: #A476AE
RGB: (164,118,174)

Color info

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

RGB color model

#A476AE color RGB value is (164,118,174).

  • red value is 164;
  • green value is 118;
  • blue value is 174.
RGB:
(164,118,174)
(64%,46%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 118 of 255 = 46%
B 174 of 255 = 68%

164
118
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 118 + 174 = 456 (100%)
R 164 of 456 ~ 35.96%
G 118 of 456 ~ 25.88%
B 174 of 456 ~ 38.16%

%35.96
%25.88
%38.16

CMYK color model

#A476AE color CMYK value is (6,32,0,32).

  • cyan value is 5.75%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(6,32,0,32)
C6M32Y0K32 
(6%,32%,0%,32%)
(0.06/0.32/0.00/0.32)	

CMYK percentages

%5.75
%32.18
%0
%31.76

Codes

Color #A476AE in popluar color models

A476AE
RGB164118174
HSL289°25.69%57.25%
HSB/HSV289°32.18%68.24%
CMYK5.75%32.18%0.00%
31.76%

Color #A476AE in popluar number systems.

HEXA476AE
Decimal164118174
Binary10100100111011010101110
Octal244166256

Shades and tints

Shades of #A476AE

#A476AE
(164,118,174)
#966C9F
(150,108,159)
#886290
(136,98,144)
#7A5881
(122,88,129)
#6C4E72
(108,78,114)
#5E4463
(94,68,99)
#503A54
(80,58,84)
#423045
(66,48,69)
#342636
(52,38,54)
#261C27
(38,28,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #A476AE

#A476AE
(164,118,174)
#AC82B5
(172,130,181)
#B48EBC
(180,142,188)
#BC9AC3
(188,154,195)
#C4A6CA
(196,166,202)
#CCB2D1
(204,178,209)
#D4BED8
(212,190,216)
#DCCADF
(220,202,223)
#E4D6E6
(228,214,230)
#ECE2ED
(236,226,237)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A476AE color. Also use rgb(164,118,174) instead hex code.

Text Font Color

.myTextColor { color: #A476AE; }

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

This text font color is #A476AE.


Background Color

.myBgColor { background-color: #A476AE; }

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

This div background color is #A476AE.


Border color

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

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

This div border color is #A476AE.


Opacity

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

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

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

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

This text has shadow with #A476AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A476AE on black background.


Color preview on white background

This text has color #A476AE on white background.



Black color preview on #A476AE background

This text has black color on #A476AE background.


White color preview on #A476AE background

This text has white color on #A476AE background.