COLOR #A449C1

HEX: #A449C1
RGB: (164,73,193)

Color info

#A449C1 contains mainly red and blue colors. Web safe color of #A449C1 is #9933CC (or #93C).

RGB color model

#A449C1 color RGB value is (164,73,193).

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

RGB channels and saturation

R 164 of 255 = 64%
G 73 of 255 = 29%
B 193 of 255 = 76%

164
73
193

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

Portions of RGB colors in percentages

R + G + B =
164 + 73 + 193 = 430 (100%)
R 164 of 430 ~ 38.14%
G 73 of 430 ~ 16.98%
B 193 of 430 ~ 44.88%

%38.14
%16.98
%44.88

CMYK color model

#A449C1 color CMYK value is (15,62,0,24).

  • cyan value is 15.03%
  • magenta value is 62.18%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(15,62,0,24)
C15M62Y0K24 
(15%,62%,0%,24%)
(0.15/0.62/0.00/0.24)	

CMYK percentages

%15.03
%62.18
%0
%24.31

Codes

Color #A449C1 in popluar color models

A449C1
RGB16473193
HSL286°49.18%52.16%
HSB/HSV286°62.18%75.69%
CMYK15.03%62.18%0.00%
24.31%

Color #A449C1 in popluar number systems.

HEXA449C1
Decimal16473193
Binary10100100100100111000001
Octal244111301

Shades and tints

Shades of #A449C1

#A449C1
(164,73,193)
#9643B0
(150,67,176)
#883D9F
(136,61,159)
#7A378E
(122,55,142)
#6C317D
(108,49,125)
#5E2B6C
(94,43,108)
#50255B
(80,37,91)
#421F4A
(66,31,74)
#341939
(52,25,57)
#261328
(38,19,40)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #A449C1

#A449C1
(164,73,193)
#AC59C6
(172,89,198)
#B469CB
(180,105,203)
#BC79D0
(188,121,208)
#C489D5
(196,137,213)
#CC99DA
(204,153,218)
#D4A9DF
(212,169,223)
#DCB9E4
(220,185,228)
#E4C9E9
(228,201,233)
#ECD9EE
(236,217,238)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A449C1; }

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

This text font color is #A449C1.


Background Color

.myBgColor { background-color: #A449C1; }

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

This div background color is #A449C1.


Border color

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

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

This div border color is #A449C1.


Opacity

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

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

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

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

This text has shadow with #A449C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A449C1 on black background.


Color preview on white background

This text has color #A449C1 on white background.



Black color preview on #A449C1 background

This text has black color on #A449C1 background.


White color preview on #A449C1 background

This text has white color on #A449C1 background.