COLOR #A74980

HEX: #A74980 RGB: (167,73,128)

Color info

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

RGB color model

#A74980 color RGB value is (167,73,128).

RGB: (167,73,128) (65%, 29%, 50%)

RGB channels and saturation

R 167 of 255 = 65%
G 73 of 255 = 29%
B 128 of 255 = 50%

167
73
128

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

Portions of RGB colors in percentages

R + G + B = 167 + 73 + 128 = 368 (100%)
R 167 of 368 ~ 45.38%
G 73 of 368 ~ 19.84%
B 128 of 368 ~ 34.78'%

%45.38
%19.84
%34.78

CMYK color model

#A74980 color CMYK value is (0,56,23,35).

  • cyan value is 0.00%
  • magenta value is 56.29%
  • yellow value is 23.35%
  • key color value is 34.51%

CMYK: (0,56,23,35)
C0M56Y23K35 (0%, 56%, 23%, 35%)
(0.00 / 0.56 / 0.23 / 0.35)

CMYK percentages

%0
%56.29
%23.35
%34.51

Codes

Color #A74980 in popluar color models

A7 49 80
RGB 167 73 128
HSL 325° 39.17% 47.06%
HSB/HSV 325° 56.29% 65.49%
CMYK 0.00% 56.29% 23.35%
34.51%

Color #A74980 in popluar number systems.

HEX A7 49 80
Decimal 167 73 128
Binary 10100111 1001001 10000000
Octal 247 111 200

Shades and tints

Shades of #A74980

#A74980
(167,73,128)
#984375
(152,67,117)
#893D6A
(137,61,106)
#7A375F
(122,55,95)
#6B3154
(107,49,84)
#5C2B49
(92,43,73)
#4D253E
(77,37,62)
#3E1F33
(62,31,51)
#2F1928
(47,25,40)
#20131D
(32,19,29)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #A74980

#A74980
(167,73,128)
#AF598B
(175,89,139)
#B76996
(183,105,150)
#BF79A1
(191,121,161)
#C789AC
(199,137,172)
#CF99B7
(207,153,183)
#D7A9C2
(215,169,194)
#DFB9CD
(223,185,205)
#E7C9D8
(231,201,216)
#EFD9E3
(239,217,227)
#F7E9EE
(247,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74980 color. Also use rgb(167,73,128) instead hex code.

Text Font Color

.myTextColor { color: #A74980; }

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

This text font color is #A74980.

Background Color

.myBgColor { background-color: #A74980; }

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

This div background color is #A74980.

Border color

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

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

This div border color is #A74980.

Opacity

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

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

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

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

This text has shadow with #A74980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74980.

Preview

Color preview on black background

This text has color #A74980 on black background.


Color preview on white background

This text has color #A74980 on white background.


Black color preview on #A74980 background

This text has black color on #A74980 background.


White color preview on #A74980 background

This text has white color on #A74980 background.


Related colors

Complementary color

Complementary color for #hex is #58B67F.


I love getcolorcode.com

Triadic colors

1 #80A749 and #4980A7 with #A74980 are triadic colors.

2 #8049A7 and #49A780 with #A74980 are triadic colors.