COLOR #A43D8C

HEX: #A43D8C
RGB: (164,61,140)

Color info

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

RGB color model

#A43D8C color RGB value is (164,61,140).

  • red value is 164;
  • green value is 61;
  • blue value is 140.
RGB:
(164,61,140)
(64%,24%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 61 of 255 = 24%
B 140 of 255 = 55%

164
61
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 61 + 140 = 365 (100%)
R 164 of 365 ~ 44.93%
G 61 of 365 ~ 16.71%
B 140 of 365 ~ 38.36%

%44.93
%16.71
%38.36

CMYK color model

#A43D8C color CMYK value is (0,63,15,36).

  • cyan value is 0.00%
  • magenta value is 62.80%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,63,15,36)
C0M63Y15K36 
(0%,63%,15%,36%)
(0.00/0.63/0.15/0.36)	

CMYK percentages

%0
%62.8
%14.63
%35.69

Codes

Color #A43D8C in popluar color models

A43D8C
RGB16461140
HSL314°45.78%44.12%
HSB/HSV314°62.80%64.31%
CMYK0.00%62.80%14.63%
35.69%

Color #A43D8C in popluar number systems.

HEXA43D8C
Decimal16461140
Binary1010010011110110001100
Octal24475214

Shades and tints

Shades of #A43D8C

#A43D8C
(164,61,140)
#963880
(150,56,128)
#883374
(136,51,116)
#7A2E68
(122,46,104)
#6C295C
(108,41,92)
#5E2450
(94,36,80)
#501F44
(80,31,68)
#421A38
(66,26,56)
#34152C
(52,21,44)
#261020
(38,16,32)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #A43D8C

#A43D8C
(164,61,140)
#AC4E96
(172,78,150)
#B45FA0
(180,95,160)
#BC70AA
(188,112,170)
#C481B4
(196,129,180)
#CC92BE
(204,146,190)
#D4A3C8
(212,163,200)
#DCB4D2
(220,180,210)
#E4C5DC
(228,197,220)
#ECD6E6
(236,214,230)
#F4E7F0
(244,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43D8C color. Also use rgb(164,61,140) instead hex code.

Text Font Color

.myTextColor { color: #A43D8C; }

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

This text font color is #A43D8C.


Background Color

.myBgColor { background-color: #A43D8C; }

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

This div background color is #A43D8C.


Border color

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

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

This div border color is #A43D8C.


Opacity

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

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

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

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

This text has shadow with #A43D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43D8C on black background.


Color preview on white background

This text has color #A43D8C on white background.



Black color preview on #A43D8C background

This text has black color on #A43D8C background.


White color preview on #A43D8C background

This text has white color on #A43D8C background.