COLOR #A461A6

HEX: #A461A6
RGB: (164,97,166)

Color info

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

RGB color model

#A461A6 color RGB value is (164,97,166).

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

RGB channels and saturation

R 164 of 255 = 64%
G 97 of 255 = 38%
B 166 of 255 = 65%

164
97
166

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

Portions of RGB colors in percentages

R + G + B =
164 + 97 + 166 = 427 (100%)
R 164 of 427 ~ 38.41%
G 97 of 427 ~ 22.72%
B 166 of 427 ~ 38.88%

%38.41
%22.72
%38.88

CMYK color model

#A461A6 color CMYK value is (1,42,0,35).

  • cyan value is 1.20%
  • magenta value is 41.57%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,42,0,35)
C1M42Y0K35 
(1%,42%,0%,35%)
(0.01/0.42/0.00/0.35)	

CMYK percentages

%1.2
%41.57
%0
%34.9

Codes

Color #A461A6 in popluar color models

A461A6
RGB16497166
HSL298°27.94%51.57%
HSB/HSV298°41.57%65.10%
CMYK1.20%41.57%0.00%
34.90%

Color #A461A6 in popluar number systems.

HEXA461A6
Decimal16497166
Binary10100100110000110100110
Octal244141246

Shades and tints

Shades of #A461A6

#A461A6
(164,97,166)
#965997
(150,89,151)
#885188
(136,81,136)
#7A4979
(122,73,121)
#6C416A
(108,65,106)
#5E395B
(94,57,91)
#50314C
(80,49,76)
#42293D
(66,41,61)
#34212E
(52,33,46)
#26191F
(38,25,31)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #A461A6

#A461A6
(164,97,166)
#AC6FAE
(172,111,174)
#B47DB6
(180,125,182)
#BC8BBE
(188,139,190)
#C499C6
(196,153,198)
#CCA7CE
(204,167,206)
#D4B5D6
(212,181,214)
#DCC3DE
(220,195,222)
#E4D1E6
(228,209,230)
#ECDFEE
(236,223,238)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A461A6; }

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

This text font color is #A461A6.


Background Color

.myBgColor { background-color: #A461A6; }

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

This div background color is #A461A6.


Border color

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

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

This div border color is #A461A6.


Opacity

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

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

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

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

This text has shadow with #A461A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A461A6 on black background.


Color preview on white background

This text has color #A461A6 on white background.



Black color preview on #A461A6 background

This text has black color on #A461A6 background.


White color preview on #A461A6 background

This text has white color on #A461A6 background.