COLOR #A42E69

HEX: #A42E69
RGB: (164,46,105)

Color info

#A42E69 contains mainly red and blue colors. Web safe color of #A42E69 is #993366 (or #936).

RGB color model

#A42E69 color RGB value is (164,46,105).

  • red value is 164;
  • green value is 46;
  • blue value is 105.
RGB:
(164,46,105)
(64%,18%,41%)

RGB channels and saturation

R 164 of 255 = 64%
G 46 of 255 = 18%
B 105 of 255 = 41%

164
46
105

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

Portions of RGB colors in percentages

R + G + B =
164 + 46 + 105 = 315 (100%)
R 164 of 315 ~ 52.06%
G 46 of 315 ~ 14.6%
B 105 of 315 ~ 33.33%

%52.06
%14.6
%33.33

CMYK color model

#A42E69 color CMYK value is (0,72,36,36).

  • cyan value is 0.00%
  • magenta value is 71.95%
  • yellow value is 35.98%
  • key color value is 35.69%
CMYK:
(0,72,36,36)
C0M72Y36K36 
(0%,72%,36%,36%)
(0.00/0.72/0.36/0.36)	

CMYK percentages

%0
%71.95
%35.98
%35.69

Codes

Color #A42E69 in popluar color models

A42E69
RGB16446105
HSL330°56.19%41.18%
HSB/HSV330°71.95%64.31%
CMYK0.00%71.95%35.98%
35.69%

Color #A42E69 in popluar number systems.

HEXA42E69
Decimal16446105
Binary101001001011101101001
Octal24456151

Shades and tints

Shades of #A42E69

#A42E69
(164,46,105)
#962A60
(150,42,96)
#882657
(136,38,87)
#7A224E
(122,34,78)
#6C1E45
(108,30,69)
#5E1A3C
(94,26,60)
#501633
(80,22,51)
#42122A
(66,18,42)
#340E21
(52,14,33)
#260A18
(38,10,24)
#18060F
(24,6,15)
#000000
(0,0,0)

Tints of #A42E69

#A42E69
(164,46,105)
#AC4176
(172,65,118)
#B45483
(180,84,131)
#BC6790
(188,103,144)
#C47A9D
(196,122,157)
#CC8DAA
(204,141,170)
#D4A0B7
(212,160,183)
#DCB3C4
(220,179,196)
#E4C6D1
(228,198,209)
#ECD9DE
(236,217,222)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42E69; }

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

This text font color is #A42E69.


Background Color

.myBgColor { background-color: #A42E69; }

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

This div background color is #A42E69.


Border color

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

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

This div border color is #A42E69.


Opacity

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

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

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

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

This text has shadow with #A42E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42E69 on black background.


Color preview on white background

This text has color #A42E69 on white background.



Black color preview on #A42E69 background

This text has black color on #A42E69 background.


White color preview on #A42E69 background

This text has white color on #A42E69 background.