COLOR #A43E93

HEX: #A43E93 RGB: (164,62,147)

Color info

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

RGB color model

#A43E93 color RGB value is (164,62,147).

RGB: (164,62,147) (64%, 24%, 58%)

RGB channels and saturation

R 164 of 255 = 64%
G 62 of 255 = 24%
B 147 of 255 = 58%

164
62
147

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

Portions of RGB colors in percentages

R + G + B = 164 + 62 + 147 = 373 (100%)
R 164 of 373 ~ 43.97%
G 62 of 373 ~ 16.62%
B 147 of 373 ~ 39.41'%

%43.97
%16.62
%39.41

CMYK color model

#A43E93 color CMYK value is (0,62,10,36).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 10.37%
  • key color value is 35.69%

CMYK: (0,62,10,36)
C0M62Y10K36 (0%, 62%, 10%, 36%)
(0.00 / 0.62 / 0.10 / 0.36)

CMYK percentages

%0
%62.2
%10.37
%35.69

Codes

Color #A43E93 in popluar color models

A4 3E 93
RGB 164 62 147
HSL 310° 45.13% 44.31%
HSB/HSV 310° 62.20% 64.31%
CMYK 0.00% 62.20% 10.37%
35.69%

Color #A43E93 in popluar number systems.

HEX A4 3E 93
Decimal 164 62 147
Binary 10100100 111110 10010011
Octal 244 76 223

Shades and tints

Shades of #A43E93

#A43E93
(164,62,147)
#963986
(150,57,134)
#883479
(136,52,121)
#7A2F6C
(122,47,108)
#6C2A5F
(108,42,95)
#5E2552
(94,37,82)
#502045
(80,32,69)
#421B38
(66,27,56)
#34162B
(52,22,43)
#26111E
(38,17,30)
#180C11
(24,12,17)
#000000
(0,0,0)

Tints of #A43E93

#A43E93
(164,62,147)
#AC4F9C
(172,79,156)
#B460A5
(180,96,165)
#BC71AE
(188,113,174)
#C482B7
(196,130,183)
#CC93C0
(204,147,192)
#D4A4C9
(212,164,201)
#DCB5D2
(220,181,210)
#E4C6DB
(228,198,219)
#ECD7E4
(236,215,228)
#F4E8ED
(244,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43E93 color. Also use rgb(164,62,147) instead hex code.

Text Font Color

.myTextColor { color: #A43E93; }

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

This text font color is #A43E93.

Background Color

.myBgColor { background-color: #A43E93; }

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

This div background color is #A43E93.

Border color

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

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

This div border color is #A43E93.

Opacity

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

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

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

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

This text has shadow with #A43E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A43E93.

Preview

Color preview on black background

This text has color #A43E93 on black background.


Color preview on white background

This text has color #A43E93 on white background.


Black color preview on #A43E93 background

This text has black color on #A43E93 background.


White color preview on #A43E93 background

This text has white color on #A43E93 background.


Related colors

Complementary color

Complementary color for #A43E93 is #5BC16C.


I love getcolorcode.com

Triadic colors

1 #93A43E and #3E93A4 with #A43E93 are triadic colors.

2 #933EA4 and #3EA493 with #A43E93 are triadic colors.