COLOR #A4617C

HEX: #A4617C RGB: (164,97,124)

Color info

#A4617C contains mainly red and blue colors. Web safe color of #A4617C is #996666 (or #966).

RGB color model

#A4617C color RGB value is (164,97,124).

RGB: (164,97,124) (64%, 38%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 97 of 255 = 38%
B 124 of 255 = 49%

164
97
124

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

Portions of RGB colors in percentages

R + G + B = 164 + 97 + 124 = 385 (100%)
R 164 of 385 ~ 42.6%
G 97 of 385 ~ 25.19%
B 124 of 385 ~ 32.21'%

%42.6
%25.19
%32.21

CMYK color model

#A4617C color CMYK value is (0,41,24,36).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 24.39%
  • key color value is 35.69%

CMYK: (0,41,24,36)
C0M41Y24K36 (0%, 41%, 24%, 36%)
(0.00 / 0.41 / 0.24 / 0.36)

CMYK percentages

%0
%40.85
%24.39
%35.69

Codes

Color #A4617C in popluar color models

A4 61 7C
RGB 164 97 124
HSL 336° 26.91% 51.18%
HSB/HSV 336° 40.85% 64.31%
CMYK 0.00% 40.85% 24.39%
35.69%

Color #A4617C in popluar number systems.

HEX A4 61 7C
Decimal 164 97 124
Binary 10100100 1100001 1111100
Octal 244 141 174

Shades and tints

Shades of #A4617C

#A4617C
(164,97,124)
#965971
(150,89,113)
#885166
(136,81,102)
#7A495B
(122,73,91)
#6C4150
(108,65,80)
#5E3945
(94,57,69)
#50313A
(80,49,58)
#42292F
(66,41,47)
#342124
(52,33,36)
#261919
(38,25,25)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A4617C

#A4617C
(164,97,124)
#AC6F87
(172,111,135)
#B47D92
(180,125,146)
#BC8B9D
(188,139,157)
#C499A8
(196,153,168)
#CCA7B3
(204,167,179)
#D4B5BE
(212,181,190)
#DCC3C9
(220,195,201)
#E4D1D4
(228,209,212)
#ECDFDF
(236,223,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4617C color. Also use rgb(164,97,124) instead hex code.

Text Font Color

.myTextColor { color: #A4617C; }

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

This text font color is #A4617C.

Background Color

.myBgColor { background-color: #A4617C; }

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

This div background color is #A4617C.

Border color

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

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

This div border color is #A4617C.

Opacity

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

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

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

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

This text has shadow with #A4617C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4617C.

Preview

Color preview on black background

This text has color #A4617C on black background.


Color preview on white background

This text has color #A4617C on white background.


Black color preview on #A4617C background

This text has black color on #A4617C background.


White color preview on #A4617C background

This text has white color on #A4617C background.


Related colors

Complementary color

Complementary color for #hex is #5B9E83.


I love getcolorcode.com

Triadic colors

1 #7CA461 and #617CA4 with #A4617C are triadic colors.

2 #7C61A4 and #61A47C with #A4617C are triadic colors.