COLOR #A73C93

HEX: #A73C93
RGB: (167,60,147)

Color info

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

RGB color model

#A73C93 color RGB value is (167,60,147).

  • red value is 167;
  • green value is 60;
  • blue value is 147.
RGB:
(167,60,147)
(65%,24%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 60 of 255 = 24%
B 147 of 255 = 58%

167
60
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 60 + 147 = 374 (100%)
R 167 of 374 ~ 44.65%
G 60 of 374 ~ 16.04%
B 147 of 374 ~ 39.3%

%44.65
%16.04
%39.3

CMYK color model

#A73C93 color CMYK value is (0,64,12,35).

  • cyan value is 0.00%
  • magenta value is 64.07%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK:
(0,64,12,35)
C0M64Y12K35 
(0%,64%,12%,35%)
(0.00/0.64/0.12/0.35)	

CMYK percentages

%0
%64.07
%11.98
%34.51

Codes

Color #A73C93 in popluar color models

A73C93
RGB16760147
HSL311°47.14%44.51%
HSB/HSV311°64.07%65.49%
CMYK0.00%64.07%11.98%
34.51%

Color #A73C93 in popluar number systems.

HEXA73C93
Decimal16760147
Binary1010011111110010010011
Octal24774223

Shades and tints

Shades of #A73C93

#A73C93
(167,60,147)
#983786
(152,55,134)
#893279
(137,50,121)
#7A2D6C
(122,45,108)
#6B285F
(107,40,95)
#5C2352
(92,35,82)
#4D1E45
(77,30,69)
#3E1938
(62,25,56)
#2F142B
(47,20,43)
#200F1E
(32,15,30)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #A73C93

#A73C93
(167,60,147)
#AF4D9C
(175,77,156)
#B75EA5
(183,94,165)
#BF6FAE
(191,111,174)
#C780B7
(199,128,183)
#CF91C0
(207,145,192)
#D7A2C9
(215,162,201)
#DFB3D2
(223,179,210)
#E7C4DB
(231,196,219)
#EFD5E4
(239,213,228)
#F7E6ED
(247,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73C93 color. Also use rgb(167,60,147) instead hex code.

Text Font Color

.myTextColor { color: #A73C93; }

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

This text font color is #A73C93.


Background Color

.myBgColor { background-color: #A73C93; }

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

This div background color is #A73C93.


Border color

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

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

This div border color is #A73C93.


Opacity

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

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

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

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

This text has shadow with #A73C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73C93 on black background.


Color preview on white background

This text has color #A73C93 on white background.



Black color preview on #A73C93 background

This text has black color on #A73C93 background.


White color preview on #A73C93 background

This text has white color on #A73C93 background.