COLOR #A461A1

HEX: #A461A1
RGB: (164,97,161)

Color info

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

RGB color model

#A461A1 color RGB value is (164,97,161).

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

RGB channels and saturation

R 164 of 255 = 64%
G 97 of 255 = 38%
B 161 of 255 = 63%

164
97
161

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

Portions of RGB colors in percentages

R + G + B =
164 + 97 + 161 = 422 (100%)
R 164 of 422 ~ 38.86%
G 97 of 422 ~ 22.99%
B 161 of 422 ~ 38.15%

%38.86
%22.99
%38.15

CMYK color model

#A461A1 color CMYK value is (0,41,2,36).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 1.83%
  • key color value is 35.69%
CMYK:
(0,41,2,36)
C0M41Y2K36 
(0%,41%,2%,36%)
(0.00/0.41/0.02/0.36)	

CMYK percentages

%0
%40.85
%1.83
%35.69

Codes

Color #A461A1 in popluar color models

A461A1
RGB16497161
HSL303°26.91%51.18%
HSB/HSV303°40.85%64.31%
CMYK0.00%40.85%1.83%
35.69%

Color #A461A1 in popluar number systems.

HEXA461A1
Decimal16497161
Binary10100100110000110100001
Octal244141241

Shades and tints

Shades of #A461A1

#A461A1
(164,97,161)
#965993
(150,89,147)
#885185
(136,81,133)
#7A4977
(122,73,119)
#6C4169
(108,65,105)
#5E395B
(94,57,91)
#50314D
(80,49,77)
#42293F
(66,41,63)
#342131
(52,33,49)
#261923
(38,25,35)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A461A1

#A461A1
(164,97,161)
#AC6FA9
(172,111,169)
#B47DB1
(180,125,177)
#BC8BB9
(188,139,185)
#C499C1
(196,153,193)
#CCA7C9
(204,167,201)
#D4B5D1
(212,181,209)
#DCC3D9
(220,195,217)
#E4D1E1
(228,209,225)
#ECDFE9
(236,223,233)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A461A1; }

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

This text font color is #A461A1.


Background Color

.myBgColor { background-color: #A461A1; }

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

This div background color is #A461A1.


Border color

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

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

This div border color is #A461A1.


Opacity

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

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

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

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

This text has shadow with #A461A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A461A1 on black background.


Color preview on white background

This text has color #A461A1 on white background.



Black color preview on #A461A1 background

This text has black color on #A461A1 background.


White color preview on #A461A1 background

This text has white color on #A461A1 background.