COLOR #A4549A

HEX: #A4549A
RGB: (164,84,154)

Color info

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

RGB color model

#A4549A color RGB value is (164,84,154).

  • red value is 164;
  • green value is 84;
  • blue value is 154.
RGB:
(164,84,154)
(64%,33%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 84 of 255 = 33%
B 154 of 255 = 60%

164
84
154

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

Portions of RGB colors in percentages

R + G + B =
164 + 84 + 154 = 402 (100%)
R 164 of 402 ~ 40.8%
G 84 of 402 ~ 20.9%
B 154 of 402 ~ 38.31%

%40.8
%20.9
%38.31

CMYK color model

#A4549A color CMYK value is (0,49,6,36).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 6.10%
  • key color value is 35.69%
CMYK:
(0,49,6,36)
C0M49Y6K36 
(0%,49%,6%,36%)
(0.00/0.49/0.06/0.36)	

CMYK percentages

%0
%48.78
%6.1
%35.69

Codes

Color #A4549A in popluar color models

A4549A
RGB16484154
HSL308°32.26%48.63%
HSB/HSV308°48.78%64.31%
CMYK0.00%48.78%6.10%
35.69%

Color #A4549A in popluar number systems.

HEXA4549A
Decimal16484154
Binary10100100101010010011010
Octal244124232

Shades and tints

Shades of #A4549A

#A4549A
(164,84,154)
#964D8C
(150,77,140)
#88467E
(136,70,126)
#7A3F70
(122,63,112)
#6C3862
(108,56,98)
#5E3154
(94,49,84)
#502A46
(80,42,70)
#422338
(66,35,56)
#341C2A
(52,28,42)
#26151C
(38,21,28)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #A4549A

#A4549A
(164,84,154)
#AC63A3
(172,99,163)
#B472AC
(180,114,172)
#BC81B5
(188,129,181)
#C490BE
(196,144,190)
#CC9FC7
(204,159,199)
#D4AED0
(212,174,208)
#DCBDD9
(220,189,217)
#E4CCE2
(228,204,226)
#ECDBEB
(236,219,235)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4549A color. Also use rgb(164,84,154) instead hex code.

Text Font Color

.myTextColor { color: #A4549A; }

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

This text font color is #A4549A.


Background Color

.myBgColor { background-color: #A4549A; }

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

This div background color is #A4549A.


Border color

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

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

This div border color is #A4549A.


Opacity

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

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

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

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

This text has shadow with #A4549A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4549A on black background.


Color preview on white background

This text has color #A4549A on white background.



Black color preview on #A4549A background

This text has black color on #A4549A background.


White color preview on #A4549A background

This text has white color on #A4549A background.