COLOR #A461A9

HEX: #A461A9
RGB: (164,97,169)

Color info

#A461A9 contains mainly red and blue colors. Web safe color of #A461A9 is #996699 (or #969).

RGB color model

#A461A9 color RGB value is (164,97,169).

  • red value is 164;
  • green value is 97;
  • blue value is 169.
RGB:
(164,97,169)
(64%,38%,66%)

RGB channels and saturation

R 164 of 255 = 64%
G 97 of 255 = 38%
B 169 of 255 = 66%

164
97
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 97 + 169 = 430 (100%)
R 164 of 430 ~ 38.14%
G 97 of 430 ~ 22.56%
B 169 of 430 ~ 39.3%

%38.14
%22.56
%39.3

CMYK color model

#A461A9 color CMYK value is (3,43,0,34).

  • cyan value is 2.96%
  • magenta value is 42.60%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(3,43,0,34)
C3M43Y0K34 
(3%,43%,0%,34%)
(0.03/0.43/0.00/0.34)	

CMYK percentages

%2.96
%42.6
%0
%33.73

Codes

Color #A461A9 in popluar color models

A461A9
RGB16497169
HSL296°29.51%52.16%
HSB/HSV296°42.60%66.27%
CMYK2.96%42.60%0.00%
33.73%

Color #A461A9 in popluar number systems.

HEXA461A9
Decimal16497169
Binary10100100110000110101001
Octal244141251

Shades and tints

Shades of #A461A9

#A461A9
(164,97,169)
#96599A
(150,89,154)
#88518B
(136,81,139)
#7A497C
(122,73,124)
#6C416D
(108,65,109)
#5E395E
(94,57,94)
#50314F
(80,49,79)
#422940
(66,41,64)
#342131
(52,33,49)
#261922
(38,25,34)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A461A9

#A461A9
(164,97,169)
#AC6FB0
(172,111,176)
#B47DB7
(180,125,183)
#BC8BBE
(188,139,190)
#C499C5
(196,153,197)
#CCA7CC
(204,167,204)
#D4B5D3
(212,181,211)
#DCC3DA
(220,195,218)
#E4D1E1
(228,209,225)
#ECDFE8
(236,223,232)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A461A9 color. Also use rgb(164,97,169) instead hex code.

Text Font Color

.myTextColor { color: #A461A9; }

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

This text font color is #A461A9.


Background Color

.myBgColor { background-color: #A461A9; }

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

This div background color is #A461A9.


Border color

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

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

This div border color is #A461A9.


Opacity

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

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

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

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

This text has shadow with #A461A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A461A9 on black background.


Color preview on white background

This text has color #A461A9 on white background.



Black color preview on #A461A9 background

This text has black color on #A461A9 background.


White color preview on #A461A9 background

This text has white color on #A461A9 background.