COLOR #A4458B

HEX: #A4458B RGB: (164,69,139)

Color info

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

RGB color model

#A4458B color RGB value is (164,69,139).

RGB: (164,69,139) (64%, 27%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 69 of 255 = 27%
B 139 of 255 = 55%

164
69
139

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

Portions of RGB colors in percentages

R + G + B = 164 + 69 + 139 = 372 (100%)
R 164 of 372 ~ 44.09%
G 69 of 372 ~ 18.55%
B 139 of 372 ~ 37.37'%

%44.09
%18.55
%37.37

CMYK color model

#A4458B color CMYK value is (0,58,15,36).

  • cyan value is 0.00%
  • magenta value is 57.93%
  • yellow value is 15.24%
  • key color value is 35.69%

CMYK: (0,58,15,36)
C0M58Y15K36 (0%, 58%, 15%, 36%)
(0.00 / 0.58 / 0.15 / 0.36)

CMYK percentages

%0
%57.93
%15.24
%35.69

Codes

Color #A4458B in popluar color models

A4 45 8B
RGB 164 69 139
HSL 316° 40.77% 45.69%
HSB/HSV 316° 57.93% 64.31%
CMYK 0.00% 57.93% 15.24%
35.69%

Color #A4458B in popluar number systems.

HEX A4 45 8B
Decimal 164 69 139
Binary 10100100 1000101 10001011
Octal 244 105 213

Shades and tints

Shades of #A4458B

#A4458B
(164,69,139)
#963F7F
(150,63,127)
#883973
(136,57,115)
#7A3367
(122,51,103)
#6C2D5B
(108,45,91)
#5E274F
(94,39,79)
#502143
(80,33,67)
#421B37
(66,27,55)
#34152B
(52,21,43)
#260F1F
(38,15,31)
#180913
(24,9,19)
#000000
(0,0,0)

Tints of #A4458B

#A4458B
(164,69,139)
#AC5595
(172,85,149)
#B4659F
(180,101,159)
#BC75A9
(188,117,169)
#C485B3
(196,133,179)
#CC95BD
(204,149,189)
#D4A5C7
(212,165,199)
#DCB5D1
(220,181,209)
#E4C5DB
(228,197,219)
#ECD5E5
(236,213,229)
#F4E5EF
(244,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4458B color. Also use rgb(164,69,139) instead hex code.

Text Font Color

.myTextColor { color: #A4458B; }

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

This text font color is #A4458B.

Background Color

.myBgColor { background-color: #A4458B; }

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

This div background color is #A4458B.

Border color

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

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

This div border color is #A4458B.

Opacity

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

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

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

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

This text has shadow with #A4458B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4458B.

Preview

Color preview on black background

This text has color #A4458B on black background.


Color preview on white background

This text has color #A4458B on white background.


Black color preview on #A4458B background

This text has black color on #A4458B background.


White color preview on #A4458B background

This text has white color on #A4458B background.


Related colors

Complementary color

Complementary color for #hex is #5BBA74.


I love getcolorcode.com

Triadic colors

1 #8BA445 and #458BA4 with #A4458B are triadic colors.

2 #8B45A4 and #45A48B with #A4458B are triadic colors.