COLOR #A42C66

HEX: #A42C66
RGB: (164,44,102)

Color info

#A42C66 contains mainly red color. Web safe color of #A42C66 is #993366 (or #936).

RGB color model

#A42C66 color RGB value is (164,44,102).

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

RGB channels and saturation

R 164 of 255 = 64%
G 44 of 255 = 17%
B 102 of 255 = 40%

164
44
102

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

Portions of RGB colors in percentages

R + G + B =
164 + 44 + 102 = 310 (100%)
R 164 of 310 ~ 52.9%
G 44 of 310 ~ 14.19%
B 102 of 310 ~ 32.9%

%52.9
%14.19
%32.9

CMYK color model

#A42C66 color CMYK value is (0,73,38,36).

  • cyan value is 0.00%
  • magenta value is 73.17%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(0,73,38,36)
C0M73Y38K36 
(0%,73%,38%,36%)
(0.00/0.73/0.38/0.36)	

CMYK percentages

%0
%73.17
%37.8
%35.69

Codes

Color #A42C66 in popluar color models

A42C66
RGB16444102
HSL331°57.69%40.78%
HSB/HSV331°73.17%64.31%
CMYK0.00%73.17%37.80%
35.69%

Color #A42C66 in popluar number systems.

HEXA42C66
Decimal16444102
Binary101001001011001100110
Octal24454146

Shades and tints

Shades of #A42C66

#A42C66
(164,44,102)
#96285D
(150,40,93)
#882454
(136,36,84)
#7A204B
(122,32,75)
#6C1C42
(108,28,66)
#5E1839
(94,24,57)
#501430
(80,20,48)
#421027
(66,16,39)
#340C1E
(52,12,30)
#260815
(38,8,21)
#18040C
(24,4,12)
#000000
(0,0,0)

Tints of #A42C66

#A42C66
(164,44,102)
#AC3F73
(172,63,115)
#B45280
(180,82,128)
#BC658D
(188,101,141)
#C4789A
(196,120,154)
#CC8BA7
(204,139,167)
#D49EB4
(212,158,180)
#DCB1C1
(220,177,193)
#E4C4CE
(228,196,206)
#ECD7DB
(236,215,219)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42C66; }

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

This text font color is #A42C66.


Background Color

.myBgColor { background-color: #A42C66; }

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

This div background color is #A42C66.


Border color

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

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

This div border color is #A42C66.


Opacity

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

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

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

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

This text has shadow with #A42C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42C66 on black background.


Color preview on white background

This text has color #A42C66 on white background.



Black color preview on #A42C66 background

This text has black color on #A42C66 background.


White color preview on #A42C66 background

This text has white color on #A42C66 background.