COLOR #A73B7D

HEX: #A73B7D
RGB: (167,59,125)

Color info

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

RGB color model

#A73B7D color RGB value is (167,59,125).

  • red value is 167;
  • green value is 59;
  • blue value is 125.
RGB:
(167,59,125)
(65%,23%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 59 of 255 = 23%
B 125 of 255 = 49%

167
59
125

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

Portions of RGB colors in percentages

R + G + B =
167 + 59 + 125 = 351 (100%)
R 167 of 351 ~ 47.58%
G 59 of 351 ~ 16.81%
B 125 of 351 ~ 35.61%

%47.58
%16.81
%35.61

CMYK color model

#A73B7D color CMYK value is (0,65,25,35).

  • cyan value is 0.00%
  • magenta value is 64.67%
  • yellow value is 25.15%
  • key color value is 34.51%
CMYK:
(0,65,25,35)
C0M65Y25K35 
(0%,65%,25%,35%)
(0.00/0.65/0.25/0.35)	

CMYK percentages

%0
%64.67
%25.15
%34.51

Codes

Color #A73B7D in popluar color models

A73B7D
RGB16759125
HSL323°47.79%44.31%
HSB/HSV323°64.67%65.49%
CMYK0.00%64.67%25.15%
34.51%

Color #A73B7D in popluar number systems.

HEXA73B7D
Decimal16759125
Binary101001111110111111101
Octal24773175

Shades and tints

Shades of #A73B7D

#A73B7D
(167,59,125)
#983672
(152,54,114)
#893167
(137,49,103)
#7A2C5C
(122,44,92)
#6B2751
(107,39,81)
#5C2246
(92,34,70)
#4D1D3B
(77,29,59)
#3E1830
(62,24,48)
#2F1325
(47,19,37)
#200E1A
(32,14,26)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #A73B7D

#A73B7D
(167,59,125)
#AF4C88
(175,76,136)
#B75D93
(183,93,147)
#BF6E9E
(191,110,158)
#C77FA9
(199,127,169)
#CF90B4
(207,144,180)
#D7A1BF
(215,161,191)
#DFB2CA
(223,178,202)
#E7C3D5
(231,195,213)
#EFD4E0
(239,212,224)
#F7E5EB
(247,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73B7D color. Also use rgb(167,59,125) instead hex code.

Text Font Color

.myTextColor { color: #A73B7D; }

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

This text font color is #A73B7D.


Background Color

.myBgColor { background-color: #A73B7D; }

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

This div background color is #A73B7D.


Border color

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

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

This div border color is #A73B7D.


Opacity

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

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

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

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

This text has shadow with #A73B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73B7D on black background.


Color preview on white background

This text has color #A73B7D on white background.



Black color preview on #A73B7D background

This text has black color on #A73B7D background.


White color preview on #A73B7D background

This text has white color on #A73B7D background.