COLOR #A481A2

HEX: #A481A2
RGB: (164,129,162)

Color info

#A481A2 contains red, green and blue colors in about the same proportion. Web safe color of #A481A2 is #999999 (or #999).

RGB color model

#A481A2 color RGB value is (164,129,162).

  • red value is 164;
  • green value is 129;
  • blue value is 162.
RGB:
(164,129,162)
(64%,51%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 162 of 255 = 64%

164
129
162

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

Portions of RGB colors in percentages

R + G + B =
164 + 129 + 162 = 455 (100%)
R 164 of 455 ~ 36.04%
G 129 of 455 ~ 28.35%
B 162 of 455 ~ 35.6%

%36.04
%28.35
%35.6

CMYK color model

#A481A2 color CMYK value is (0,21,1,36).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 1.22%
  • key color value is 35.69%
CMYK:
(0,21,1,36)
C0M21Y1K36 
(0%,21%,1%,36%)
(0.00/0.21/0.01/0.36)	

CMYK percentages

%0
%21.34
%1.22
%35.69

Codes

Color #A481A2 in popluar color models

A481A2
RGB164129162
HSL303°16.13%57.45%
HSB/HSV303°21.34%64.31%
CMYK0.00%21.34%1.22%
35.69%

Color #A481A2 in popluar number systems.

HEXA481A2
Decimal164129162
Binary101001001000000110100010
Octal244201242

Shades and tints

Shades of #A481A2

#A481A2
(164,129,162)
#967694
(150,118,148)
#886B86
(136,107,134)
#7A6078
(122,96,120)
#6C556A
(108,85,106)
#5E4A5C
(94,74,92)
#503F4E
(80,63,78)
#423440
(66,52,64)
#342932
(52,41,50)
#261E24
(38,30,36)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #A481A2

#A481A2
(164,129,162)
#AC8CAA
(172,140,170)
#B497B2
(180,151,178)
#BCA2BA
(188,162,186)
#C4ADC2
(196,173,194)
#CCB8CA
(204,184,202)
#D4C3D2
(212,195,210)
#DCCEDA
(220,206,218)
#E4D9E2
(228,217,226)
#ECE4EA
(236,228,234)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A481A2 color. Also use rgb(164,129,162) instead hex code.

Text Font Color

.myTextColor { color: #A481A2; }

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

This text font color is #A481A2.


Background Color

.myBgColor { background-color: #A481A2; }

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

This div background color is #A481A2.


Border color

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

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

This div border color is #A481A2.


Opacity

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

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

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

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

This text has shadow with #A481A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A481A2 on black background.


Color preview on white background

This text has color #A481A2 on white background.



Black color preview on #A481A2 background

This text has black color on #A481A2 background.


White color preview on #A481A2 background

This text has white color on #A481A2 background.