COLOR #A440A4

HEX: #A440A4
RGB: (164,64,164)

Color info

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

RGB color model

#A440A4 color RGB value is (164,64,164).

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

RGB channels and saturation

R 164 of 255 = 64%
G 64 of 255 = 25%
B 164 of 255 = 64%

164
64
164

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

Portions of RGB colors in percentages

R + G + B =
164 + 64 + 164 = 392 (100%)
R 164 of 392 ~ 41.84%
G 64 of 392 ~ 16.33%
B 164 of 392 ~ 41.84%

%41.84
%16.33
%41.84

CMYK color model

#A440A4 color CMYK value is (0,61,0,36).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(0,61,0,36)
C0M61Y0K36 
(0%,61%,0%,36%)
(0.00/0.61/0.00/0.36)	

CMYK percentages

%0
%60.98
%0
%35.69

Codes

Color #A440A4 in popluar color models

A440A4
RGB16464164
HSL300°43.86%44.71%
HSB/HSV300°60.98%64.31%
CMYK0.00%60.98%0.00%
35.69%

Color #A440A4 in popluar number systems.

HEXA440A4
Decimal16464164
Binary10100100100000010100100
Octal244100244

Shades and tints

Shades of #A440A4

#A440A4
(164,64,164)
#963B96
(150,59,150)
#883688
(136,54,136)
#7A317A
(122,49,122)
#6C2C6C
(108,44,108)
#5E275E
(94,39,94)
#502250
(80,34,80)
#421D42
(66,29,66)
#341834
(52,24,52)
#261326
(38,19,38)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #A440A4

#A440A4
(164,64,164)
#AC51AC
(172,81,172)
#B462B4
(180,98,180)
#BC73BC
(188,115,188)
#C484C4
(196,132,196)
#CC95CC
(204,149,204)
#D4A6D4
(212,166,212)
#DCB7DC
(220,183,220)
#E4C8E4
(228,200,228)
#ECD9EC
(236,217,236)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A440A4; }

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

This text font color is #A440A4.


Background Color

.myBgColor { background-color: #A440A4; }

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

This div background color is #A440A4.


Border color

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

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

This div border color is #A440A4.


Opacity

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

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

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

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

This text has shadow with #A440A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A440A4 on black background.


Color preview on white background

This text has color #A440A4 on white background.



Black color preview on #A440A4 background

This text has black color on #A440A4 background.


White color preview on #A440A4 background

This text has white color on #A440A4 background.