COLOR #A73F81

HEX: #A73F81
RGB: (167,63,129)

Color info

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

RGB color model

#A73F81 color RGB value is (167,63,129).

  • red value is 167;
  • green value is 63;
  • blue value is 129.
RGB:
(167,63,129)
(65%,25%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 63 of 255 = 25%
B 129 of 255 = 51%

167
63
129

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

Portions of RGB colors in percentages

R + G + B =
167 + 63 + 129 = 359 (100%)
R 167 of 359 ~ 46.52%
G 63 of 359 ~ 17.55%
B 129 of 359 ~ 35.93%

%46.52
%17.55
%35.93

CMYK color model

#A73F81 color CMYK value is (0,62,23,35).

  • cyan value is 0.00%
  • magenta value is 62.28%
  • yellow value is 22.75%
  • key color value is 34.51%
CMYK:
(0,62,23,35)
C0M62Y23K35 
(0%,62%,23%,35%)
(0.00/0.62/0.23/0.35)	

CMYK percentages

%0
%62.28
%22.75
%34.51

Codes

Color #A73F81 in popluar color models

A73F81
RGB16763129
HSL322°45.22%45.10%
HSB/HSV322°62.28%65.49%
CMYK0.00%62.28%22.75%
34.51%

Color #A73F81 in popluar number systems.

HEXA73F81
Decimal16763129
Binary1010011111111110000001
Octal24777201

Shades and tints

Shades of #A73F81

#A73F81
(167,63,129)
#983A76
(152,58,118)
#89356B
(137,53,107)
#7A3060
(122,48,96)
#6B2B55
(107,43,85)
#5C264A
(92,38,74)
#4D213F
(77,33,63)
#3E1C34
(62,28,52)
#2F1729
(47,23,41)
#20121E
(32,18,30)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #A73F81

#A73F81
(167,63,129)
#AF508C
(175,80,140)
#B76197
(183,97,151)
#BF72A2
(191,114,162)
#C783AD
(199,131,173)
#CF94B8
(207,148,184)
#D7A5C3
(215,165,195)
#DFB6CE
(223,182,206)
#E7C7D9
(231,199,217)
#EFD8E4
(239,216,228)
#F7E9EF
(247,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73F81 color. Also use rgb(167,63,129) instead hex code.

Text Font Color

.myTextColor { color: #A73F81; }

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

This text font color is #A73F81.


Background Color

.myBgColor { background-color: #A73F81; }

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

This div background color is #A73F81.


Border color

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

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

This div border color is #A73F81.


Opacity

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

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

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

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

This text has shadow with #A73F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73F81 on black background.


Color preview on white background

This text has color #A73F81 on white background.



Black color preview on #A73F81 background

This text has black color on #A73F81 background.


White color preview on #A73F81 background

This text has white color on #A73F81 background.