COLOR #A449A7

HEX: #A449A7
RGB: (164,73,167)

Color info

#A449A7 contains mainly red and blue colors. Web safe color of #A449A7 is #993399 (or #939).

RGB color model

#A449A7 color RGB value is (164,73,167).

  • red value is 164;
  • green value is 73;
  • blue value is 167.
RGB:
(164,73,167)
(64%,29%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 73 of 255 = 29%
B 167 of 255 = 65%

164
73
167

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

Portions of RGB colors in percentages

R + G + B =
164 + 73 + 167 = 404 (100%)
R 164 of 404 ~ 40.59%
G 73 of 404 ~ 18.07%
B 167 of 404 ~ 41.34%

%40.59
%18.07
%41.34

CMYK color model

#A449A7 color CMYK value is (2,56,0,35).

  • cyan value is 1.80%
  • magenta value is 56.29%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(2,56,0,35)
C2M56Y0K35 
(2%,56%,0%,35%)
(0.02/0.56/0.00/0.35)	

CMYK percentages

%1.8
%56.29
%0
%34.51

Codes

Color #A449A7 in popluar color models

A449A7
RGB16473167
HSL298°39.17%47.06%
HSB/HSV298°56.29%65.49%
CMYK1.80%56.29%0.00%
34.51%

Color #A449A7 in popluar number systems.

HEXA449A7
Decimal16473167
Binary10100100100100110100111
Octal244111247

Shades and tints

Shades of #A449A7

#A449A7
(164,73,167)
#964398
(150,67,152)
#883D89
(136,61,137)
#7A377A
(122,55,122)
#6C316B
(108,49,107)
#5E2B5C
(94,43,92)
#50254D
(80,37,77)
#421F3E
(66,31,62)
#34192F
(52,25,47)
#261320
(38,19,32)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A449A7

#A449A7
(164,73,167)
#AC59AF
(172,89,175)
#B469B7
(180,105,183)
#BC79BF
(188,121,191)
#C489C7
(196,137,199)
#CC99CF
(204,153,207)
#D4A9D7
(212,169,215)
#DCB9DF
(220,185,223)
#E4C9E7
(228,201,231)
#ECD9EF
(236,217,239)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A449A7 color. Also use rgb(164,73,167) instead hex code.

Text Font Color

.myTextColor { color: #A449A7; }

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

This text font color is #A449A7.


Background Color

.myBgColor { background-color: #A449A7; }

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

This div background color is #A449A7.


Border color

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

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

This div border color is #A449A7.


Opacity

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

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

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

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

This text has shadow with #A449A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A449A7 on black background.


Color preview on white background

This text has color #A449A7 on white background.



Black color preview on #A449A7 background

This text has black color on #A449A7 background.


White color preview on #A449A7 background

This text has white color on #A449A7 background.