COLOR #A43889

HEX: #A43889
RGB: (164,56,137)

Color info

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

RGB color model

#A43889 color RGB value is (164,56,137).

  • red value is 164;
  • green value is 56;
  • blue value is 137.
RGB:
(164,56,137)
(64%,22%,54%)

RGB channels and saturation

R 164 of 255 = 64%
G 56 of 255 = 22%
B 137 of 255 = 54%

164
56
137

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

Portions of RGB colors in percentages

R + G + B =
164 + 56 + 137 = 357 (100%)
R 164 of 357 ~ 45.94%
G 56 of 357 ~ 15.69%
B 137 of 357 ~ 38.38%

%45.94
%15.69
%38.38

CMYK color model

#A43889 color CMYK value is (0,66,16,36).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 16.46%
  • key color value is 35.69%
CMYK:
(0,66,16,36)
C0M66Y16K36 
(0%,66%,16%,36%)
(0.00/0.66/0.16/0.36)	

CMYK percentages

%0
%65.85
%16.46
%35.69

Codes

Color #A43889 in popluar color models

A43889
RGB16456137
HSL315°49.09%43.14%
HSB/HSV315°65.85%64.31%
CMYK0.00%65.85%16.46%
35.69%

Color #A43889 in popluar number systems.

HEXA43889
Decimal16456137
Binary1010010011100010001001
Octal24470211

Shades and tints

Shades of #A43889

#A43889
(164,56,137)
#96337D
(150,51,125)
#882E71
(136,46,113)
#7A2965
(122,41,101)
#6C2459
(108,36,89)
#5E1F4D
(94,31,77)
#501A41
(80,26,65)
#421535
(66,21,53)
#341029
(52,16,41)
#260B1D
(38,11,29)
#180611
(24,6,17)
#000000
(0,0,0)

Tints of #A43889

#A43889
(164,56,137)
#AC4A93
(172,74,147)
#B45C9D
(180,92,157)
#BC6EA7
(188,110,167)
#C480B1
(196,128,177)
#CC92BB
(204,146,187)
#D4A4C5
(212,164,197)
#DCB6CF
(220,182,207)
#E4C8D9
(228,200,217)
#ECDAE3
(236,218,227)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43889 color. Also use rgb(164,56,137) instead hex code.

Text Font Color

.myTextColor { color: #A43889; }

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

This text font color is #A43889.


Background Color

.myBgColor { background-color: #A43889; }

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

This div background color is #A43889.


Border color

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

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

This div border color is #A43889.


Opacity

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

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

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

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

This text has shadow with #A43889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43889 on black background.


Color preview on white background

This text has color #A43889 on white background.



Black color preview on #A43889 background

This text has black color on #A43889 background.


White color preview on #A43889 background

This text has white color on #A43889 background.