COLOR #A42494

HEX: #A42494
RGB: (164,36,148)

Color info

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

RGB color model

#A42494 color RGB value is (164,36,148).

  • red value is 164;
  • green value is 36;
  • blue value is 148.
RGB:
(164,36,148)
(64%,14%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 36 of 255 = 14%
B 148 of 255 = 58%

164
36
148

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

Portions of RGB colors in percentages

R + G + B =
164 + 36 + 148 = 348 (100%)
R 164 of 348 ~ 47.13%
G 36 of 348 ~ 10.34%
B 148 of 348 ~ 42.53%

%47.13
%10.34
%42.53

CMYK color model

#A42494 color CMYK value is (0,78,10,36).

  • cyan value is 0.00%
  • magenta value is 78.05%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(0,78,10,36)
C0M78Y10K36 
(0%,78%,10%,36%)
(0.00/0.78/0.10/0.36)	

CMYK percentages

%0
%78.05
%9.76
%35.69

Codes

Color #A42494 in popluar color models

A42494
RGB16436148
HSL308°64.00%39.22%
HSB/HSV308°78.05%64.31%
CMYK0.00%78.05%9.76%
35.69%

Color #A42494 in popluar number systems.

HEXA42494
Decimal16436148
Binary1010010010010010010100
Octal24444224

Shades and tints

Shades of #A42494

#A42494
(164,36,148)
#962187
(150,33,135)
#881E7A
(136,30,122)
#7A1B6D
(122,27,109)
#6C1860
(108,24,96)
#5E1553
(94,21,83)
#501246
(80,18,70)
#420F39
(66,15,57)
#340C2C
(52,12,44)
#26091F
(38,9,31)
#180612
(24,6,18)
#000000
(0,0,0)

Tints of #A42494

#A42494
(164,36,148)
#AC379D
(172,55,157)
#B44AA6
(180,74,166)
#BC5DAF
(188,93,175)
#C470B8
(196,112,184)
#CC83C1
(204,131,193)
#D496CA
(212,150,202)
#DCA9D3
(220,169,211)
#E4BCDC
(228,188,220)
#ECCFE5
(236,207,229)
#F4E2EE
(244,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42494; }

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

This text font color is #A42494.


Background Color

.myBgColor { background-color: #A42494; }

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

This div background color is #A42494.


Border color

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

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

This div border color is #A42494.


Opacity

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

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

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

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

This text has shadow with #A42494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42494 on black background.


Color preview on white background

This text has color #A42494 on white background.



Black color preview on #A42494 background

This text has black color on #A42494 background.


White color preview on #A42494 background

This text has white color on #A42494 background.