COLOR #A74A8C

HEX: #A74A8C
RGB: (167,74,140)

Color info

#A74A8C contains mainly red and blue colors. Web safe color of #A74A8C is #993399 (or #939).

RGB color model

#A74A8C color RGB value is (167,74,140).

  • red value is 167;
  • green value is 74;
  • blue value is 140.
RGB:
(167,74,140)
(65%,29%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 74 of 255 = 29%
B 140 of 255 = 55%

167
74
140

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

Portions of RGB colors in percentages

R + G + B =
167 + 74 + 140 = 381 (100%)
R 167 of 381 ~ 43.83%
G 74 of 381 ~ 19.42%
B 140 of 381 ~ 36.75%

%43.83
%19.42
%36.75

CMYK color model

#A74A8C color CMYK value is (0,56,16,35).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(0,56,16,35)
C0M56Y16K35 
(0%,56%,16%,35%)
(0.00/0.56/0.16/0.35)	

CMYK percentages

%0
%55.69
%16.17
%34.51

Codes

Color #A74A8C in popluar color models

A74A8C
RGB16774140
HSL317°38.59%47.25%
HSB/HSV317°55.69%65.49%
CMYK0.00%55.69%16.17%
34.51%

Color #A74A8C in popluar number systems.

HEXA74A8C
Decimal16774140
Binary10100111100101010001100
Octal247112214

Shades and tints

Shades of #A74A8C

#A74A8C
(167,74,140)
#984480
(152,68,128)
#893E74
(137,62,116)
#7A3868
(122,56,104)
#6B325C
(107,50,92)
#5C2C50
(92,44,80)
#4D2644
(77,38,68)
#3E2038
(62,32,56)
#2F1A2C
(47,26,44)
#201420
(32,20,32)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #A74A8C

#A74A8C
(167,74,140)
#AF5A96
(175,90,150)
#B76AA0
(183,106,160)
#BF7AAA
(191,122,170)
#C78AB4
(199,138,180)
#CF9ABE
(207,154,190)
#D7AAC8
(215,170,200)
#DFBAD2
(223,186,210)
#E7CADC
(231,202,220)
#EFDAE6
(239,218,230)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74A8C color. Also use rgb(167,74,140) instead hex code.

Text Font Color

.myTextColor { color: #A74A8C; }

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

This text font color is #A74A8C.


Background Color

.myBgColor { background-color: #A74A8C; }

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

This div background color is #A74A8C.


Border color

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

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

This div border color is #A74A8C.


Opacity

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

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

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

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

This text has shadow with #A74A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74A8C on black background.


Color preview on white background

This text has color #A74A8C on white background.



Black color preview on #A74A8C background

This text has black color on #A74A8C background.


White color preview on #A74A8C background

This text has white color on #A74A8C background.