COLOR #A74796

HEX: #A74796
RGB: (167,71,150)

Color info

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

RGB color model

#A74796 color RGB value is (167,71,150).

  • red value is 167;
  • green value is 71;
  • blue value is 150.
RGB: (167,71,150) (65%,28%,59%)

RGB channels and saturation

R 167 of 255 = 65%
G 71 of 255 = 28%
B 150 of 255 = 59%

167
71
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 71 + 150 = 388 (100%)
R 167 of 388 ~ 43.04%
G 71 of 388 ~ 18.3%
B 150 of 388 ~ 38.66%

%43.04
%18.3
%38.66

CMYK color model

#A74796 color CMYK value is (0,57,10,35).

  • cyan value is 0.00%
  • magenta value is 57.49%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK: (0,57,10,35) C0M57Y10K35 (0%,57%,10%,35%) (0.00/0.57/0.10/0.35)

CMYK percentages

%0
%57.49
%10.18
%34.51

Codes

Color #A74796 in popluar color models

A74796
RGB16771150
HSL311°40.34%46.67%
HSB/HSV311°57.49%65.49%
CMYK0.00%57.49%10.18%
34.51%

Color #A74796 in popluar number systems.

HEXA74796
Decimal16771150
Binary10100111100011110010110
Octal247107226

Shades and tints

Shades of #A74796

#A74796
(167,71,150)
#984189
(152,65,137)
#893B7C
(137,59,124)
#7A356F
(122,53,111)
#6B2F62
(107,47,98)
#5C2955
(92,41,85)
#4D2348
(77,35,72)
#3E1D3B
(62,29,59)
#2F172E
(47,23,46)
#201121
(32,17,33)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #A74796

#A74796
(167,71,150)
#AF579F
(175,87,159)
#B767A8
(183,103,168)
#BF77B1
(191,119,177)
#C787BA
(199,135,186)
#CF97C3
(207,151,195)
#D7A7CC
(215,167,204)
#DFB7D5
(223,183,213)
#E7C7DE
(231,199,222)
#EFD7E7
(239,215,231)
#F7E7F0
(247,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74796 color. Also use rgb(167,71,150) instead hex code.

Text Font Color

.myTextColor { color: #A74796; }

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

This text font color is #A74796.


Background Color

.myBgColor { background-color: #A74796; }

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

This div background color is #A74796.


Border color

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

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

This div border color is #A74796.


Opacity

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

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

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

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

This text has shadow with #A74796 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A74796 on black background.


Color preview on white background

This text has color #A74796 on white background.



Black color preview on #A74796 background

This text has black color on #A74796 background.


White color preview on #A74796 background

This text has white color on #A74796 background.