COLOR #A43B72

HEX: #A43B72
RGB: (164,59,114)

Color info

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

RGB color model

#A43B72 color RGB value is (164,59,114).

  • red value is 164;
  • green value is 59;
  • blue value is 114.
RGB:
(164,59,114)
(64%,23%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 59 of 255 = 23%
B 114 of 255 = 45%

164
59
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 59 + 114 = 337 (100%)
R 164 of 337 ~ 48.66%
G 59 of 337 ~ 17.51%
B 114 of 337 ~ 33.83%

%48.66
%17.51
%33.83

CMYK color model

#A43B72 color CMYK value is (0,64,30,36).

  • cyan value is 0.00%
  • magenta value is 64.02%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(0,64,30,36)
C0M64Y30K36 
(0%,64%,30%,36%)
(0.00/0.64/0.30/0.36)	

CMYK percentages

%0
%64.02
%30.49
%35.69

Codes

Color #A43B72 in popluar color models

A43B72
RGB16459114
HSL329°47.09%43.73%
HSB/HSV329°64.02%64.31%
CMYK0.00%64.02%30.49%
35.69%

Color #A43B72 in popluar number systems.

HEXA43B72
Decimal16459114
Binary101001001110111110010
Octal24473162

Shades and tints

Shades of #A43B72

#A43B72
(164,59,114)
#963668
(150,54,104)
#88315E
(136,49,94)
#7A2C54
(122,44,84)
#6C274A
(108,39,74)
#5E2240
(94,34,64)
#501D36
(80,29,54)
#42182C
(66,24,44)
#341322
(52,19,34)
#260E18
(38,14,24)
#18090E
(24,9,14)
#000000
(0,0,0)

Tints of #A43B72

#A43B72
(164,59,114)
#AC4C7E
(172,76,126)
#B45D8A
(180,93,138)
#BC6E96
(188,110,150)
#C47FA2
(196,127,162)
#CC90AE
(204,144,174)
#D4A1BA
(212,161,186)
#DCB2C6
(220,178,198)
#E4C3D2
(228,195,210)
#ECD4DE
(236,212,222)
#F4E5EA
(244,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43B72 color. Also use rgb(164,59,114) instead hex code.

Text Font Color

.myTextColor { color: #A43B72; }

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

This text font color is #A43B72.


Background Color

.myBgColor { background-color: #A43B72; }

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

This div background color is #A43B72.


Border color

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

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

This div border color is #A43B72.


Opacity

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

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

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

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

This text has shadow with #A43B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43B72 on black background.


Color preview on white background

This text has color #A43B72 on white background.



Black color preview on #A43B72 background

This text has black color on #A43B72 background.


White color preview on #A43B72 background

This text has white color on #A43B72 background.