COLOR #A04C7E

HEX: #A04C7E RGB: (160,76,126)

Color info

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

RGB color model

#A04C7E color RGB value is (160,76,126).

RGB: (160,76,126) (63%, 30%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 76 of 255 = 30%
B 126 of 255 = 49%

160
76
126

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

Portions of RGB colors in percentages

R + G + B = 160 + 76 + 126 = 362 (100%)
R 160 of 362 ~ 44.2%
G 76 of 362 ~ 20.99%
B 126 of 362 ~ 34.81'%

%44.2
%20.99
%34.81

CMYK color model

#A04C7E color CMYK value is (0,53,21,37).

  • cyan value is 0.00%
  • magenta value is 52.50%
  • yellow value is 21.25%
  • key color value is 37.25%

CMYK: (0,53,21,37)
C0M53Y21K37 (0%, 53%, 21%, 37%)
(0.00 / 0.53 / 0.21 / 0.37)

CMYK percentages

%0
%52.5
%21.25
%37.25

Codes

Color #A04C7E in popluar color models

A0 4C 7E
RGB 160 76 126
HSL 324° 35.59% 46.27%
HSB/HSV 324° 52.50% 62.75%
CMYK 0.00% 52.50% 21.25%
37.25%

Color #A04C7E in popluar number systems.

HEX A0 4C 7E
Decimal 160 76 126
Binary 10100000 1001100 1111110
Octal 240 114 176

Shades and tints

Shades of #A04C7E

#A04C7E
(160,76,126)
#924673
(146,70,115)
#844068
(132,64,104)
#763A5D
(118,58,93)
#683452
(104,52,82)
#5A2E47
(90,46,71)
#4C283C
(76,40,60)
#3E2231
(62,34,49)
#301C26
(48,28,38)
#22161B
(34,22,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A04C7E

#A04C7E
(160,76,126)
#A85C89
(168,92,137)
#B06C94
(176,108,148)
#B87C9F
(184,124,159)
#C08CAA
(192,140,170)
#C89CB5
(200,156,181)
#D0ACC0
(208,172,192)
#D8BCCB
(216,188,203)
#E0CCD6
(224,204,214)
#E8DCE1
(232,220,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04C7E color. Also use rgb(160,76,126) instead hex code.

Text Font Color

.myTextColor { color: #A04C7E; }

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

This text font color is #A04C7E.

Background Color

.myBgColor { background-color: #A04C7E; }

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

This div background color is #A04C7E.

Border color

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

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

This div border color is #A04C7E.

Opacity

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

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

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

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

This text has shadow with #A04C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A04C7E.

Preview

Color preview on black background

This text has color #A04C7E on black background.


Color preview on white background

This text has color #A04C7E on white background.


Black color preview on #A04C7E background

This text has black color on #A04C7E background.


White color preview on #A04C7E background

This text has white color on #A04C7E background.


Related colors

Complementary color

Complementary color for #hex is #5FB381.


I love getcolorcode.com

Triadic colors

1 #7EA04C and #4C7EA0 with #A04C7E are triadic colors.

2 #7E4CA0 and #4CA07E with #A04C7E are triadic colors.