COLOR #A42E80

HEX: #A42E80 RGB: (164,46,128)

Color info

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

RGB color model

#A42E80 color RGB value is (164,46,128).

RGB: (164,46,128) (64%, 18%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 46 of 255 = 18%
B 128 of 255 = 50%

164
46
128

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

Portions of RGB colors in percentages

R + G + B = 164 + 46 + 128 = 338 (100%)
R 164 of 338 ~ 48.52%
G 46 of 338 ~ 13.61%
B 128 of 338 ~ 37.87'%

%48.52
%13.61
%37.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 71.95%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (0,72,22,36)
C0M72Y22K36 (0%, 72%, 22%, 36%)
(0.00 / 0.72 / 0.22 / 0.36)

CMYK percentages

%0
%71.95
%21.95
%35.69

Codes

Color #A42E80 in popluar color models

A4 2E 80
RGB 164 46 128
HSL 318° 56.19% 41.18%
HSB/HSV 318° 71.95% 64.31%
CMYK 0.00% 71.95% 21.95%
35.69%

Color #A42E80 in popluar number systems.

HEX A4 2E 80
Decimal 164 46 128
Binary 10100100 101110 10000000
Octal 244 56 200

Shades and tints

Shades of #A42E80

#A42E80
(164,46,128)
#962A75
(150,42,117)
#88266A
(136,38,106)
#7A225F
(122,34,95)
#6C1E54
(108,30,84)
#5E1A49
(94,26,73)
#50163E
(80,22,62)
#421233
(66,18,51)
#340E28
(52,14,40)
#260A1D
(38,10,29)
#180612
(24,6,18)
#000000
(0,0,0)

Tints of #A42E80

#A42E80
(164,46,128)
#AC418B
(172,65,139)
#B45496
(180,84,150)
#BC67A1
(188,103,161)
#C47AAC
(196,122,172)
#CC8DB7
(204,141,183)
#D4A0C2
(212,160,194)
#DCB3CD
(220,179,205)
#E4C6D8
(228,198,216)
#ECD9E3
(236,217,227)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42E80; }

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

This text font color is #A42E80.

Background Color

.myBgColor { background-color: #A42E80; }

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

This div background color is #A42E80.

Border color

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

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

This div border color is #A42E80.

Opacity

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

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

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

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

This text has shadow with #A42E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A42E80.

Preview

Color preview on black background

This text has color #A42E80 on black background.


Color preview on white background

This text has color #A42E80 on white background.


Black color preview on #A42E80 background

This text has black color on #A42E80 background.


White color preview on #A42E80 background

This text has white color on #A42E80 background.


Related colors

Complementary color

Complementary color for #hex is #5BD17F.


I love getcolorcode.com

Triadic colors

1 #80A42E and #2E80A4 with #A42E80 are triadic colors.

2 #802EA4 and #2EA480 with #A42E80 are triadic colors.