COLOR #A43188

HEX: #A43188
RGB: (164,49,136)

Color info

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

RGB color model

#A43188 color RGB value is (164,49,136).

  • red value is 164;
  • green value is 49;
  • blue value is 136.
RGB:
(164,49,136)
(64%,19%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 49 of 255 = 19%
B 136 of 255 = 53%

164
49
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 49 + 136 = 349 (100%)
R 164 of 349 ~ 46.99%
G 49 of 349 ~ 14.04%
B 136 of 349 ~ 38.97%

%46.99
%14.04
%38.97

CMYK color model

#A43188 color CMYK value is (0,70,17,36).

  • cyan value is 0.00%
  • magenta value is 70.12%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,70,17,36)
C0M70Y17K36 
(0%,70%,17%,36%)
(0.00/0.70/0.17/0.36)	

CMYK percentages

%0
%70.12
%17.07
%35.69

Codes

Color #A43188 in popluar color models

A43188
RGB16449136
HSL315°53.99%41.76%
HSB/HSV315°70.12%64.31%
CMYK0.00%70.12%17.07%
35.69%

Color #A43188 in popluar number systems.

HEXA43188
Decimal16449136
Binary1010010011000110001000
Octal24461210

Shades and tints

Shades of #A43188

#A43188
(164,49,136)
#962D7C
(150,45,124)
#882970
(136,41,112)
#7A2564
(122,37,100)
#6C2158
(108,33,88)
#5E1D4C
(94,29,76)
#501940
(80,25,64)
#421534
(66,21,52)
#341128
(52,17,40)
#260D1C
(38,13,28)
#180910
(24,9,16)
#000000
(0,0,0)

Tints of #A43188

#A43188
(164,49,136)
#AC4392
(172,67,146)
#B4559C
(180,85,156)
#BC67A6
(188,103,166)
#C479B0
(196,121,176)
#CC8BBA
(204,139,186)
#D49DC4
(212,157,196)
#DCAFCE
(220,175,206)
#E4C1D8
(228,193,216)
#ECD3E2
(236,211,226)
#F4E5EC
(244,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43188 color. Also use rgb(164,49,136) instead hex code.

Text Font Color

.myTextColor { color: #A43188; }

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

This text font color is #A43188.


Background Color

.myBgColor { background-color: #A43188; }

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

This div background color is #A43188.


Border color

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

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

This div border color is #A43188.


Opacity

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

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

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

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

This text has shadow with #A43188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43188 on black background.


Color preview on white background

This text has color #A43188 on white background.



Black color preview on #A43188 background

This text has black color on #A43188 background.


White color preview on #A43188 background

This text has white color on #A43188 background.