COLOR #A42C8C

HEX: #A42C8C
RGB: (164,44,140)

Color info

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

RGB color model

#A42C8C color RGB value is (164,44,140).

  • red value is 164;
  • green value is 44;
  • blue value is 140.
RGB:
(164,44,140)
(64%,17%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 44 of 255 = 17%
B 140 of 255 = 55%

164
44
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 44 + 140 = 348 (100%)
R 164 of 348 ~ 47.13%
G 44 of 348 ~ 12.64%
B 140 of 348 ~ 40.23%

%47.13
%12.64
%40.23

CMYK color model

#A42C8C color CMYK value is (0,73,15,36).

  • cyan value is 0.00%
  • magenta value is 73.17%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,73,15,36)
C0M73Y15K36 
(0%,73%,15%,36%)
(0.00/0.73/0.15/0.36)	

CMYK percentages

%0
%73.17
%14.63
%35.69

Codes

Color #A42C8C in popluar color models

A42C8C
RGB16444140
HSL312°57.69%40.78%
HSB/HSV312°73.17%64.31%
CMYK0.00%73.17%14.63%
35.69%

Color #A42C8C in popluar number systems.

HEXA42C8C
Decimal16444140
Binary1010010010110010001100
Octal24454214

Shades and tints

Shades of #A42C8C

#A42C8C
(164,44,140)
#962880
(150,40,128)
#882474
(136,36,116)
#7A2068
(122,32,104)
#6C1C5C
(108,28,92)
#5E1850
(94,24,80)
#501444
(80,20,68)
#421038
(66,16,56)
#340C2C
(52,12,44)
#260820
(38,8,32)
#180414
(24,4,20)
#000000
(0,0,0)

Tints of #A42C8C

#A42C8C
(164,44,140)
#AC3F96
(172,63,150)
#B452A0
(180,82,160)
#BC65AA
(188,101,170)
#C478B4
(196,120,180)
#CC8BBE
(204,139,190)
#D49EC8
(212,158,200)
#DCB1D2
(220,177,210)
#E4C4DC
(228,196,220)
#ECD7E6
(236,215,230)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42C8C; }

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

This text font color is #A42C8C.


Background Color

.myBgColor { background-color: #A42C8C; }

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

This div background color is #A42C8C.


Border color

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

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

This div border color is #A42C8C.


Opacity

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

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

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

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

This text has shadow with #A42C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42C8C on black background.


Color preview on white background

This text has color #A42C8C on white background.



Black color preview on #A42C8C background

This text has black color on #A42C8C background.


White color preview on #A42C8C background

This text has white color on #A42C8C background.