COLOR #A4758E

HEX: #A4758E RGB: (164,117,142)

Color info

#A4758E contains red, green and blue colors in about the same proportion. Web safe color of #A4758E is #996699 (or #969).

RGB color model

#A4758E color RGB value is (164,117,142).

RGB: (164,117,142) (64%, 46%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 142 of 255 = 56%

164
117
142

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

Portions of RGB colors in percentages

R + G + B = 164 + 117 + 142 = 423 (100%)
R 164 of 423 ~ 38.77%
G 117 of 423 ~ 27.66%
B 142 of 423 ~ 33.57'%

%38.77
%27.66
%33.57

CMYK color model

#A4758E color CMYK value is (0,29,13,36).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK: (0,29,13,36) C0M29Y13K36 (0%,29%,13%,36%) (0.00/0.29/0.13/0.36) 

CMYK percentages

%0
%28.66
%13.41
%35.69

Codes

Color #A4758E in popluar color models

A4 75 8E
RGB 164 117 142
HSL 328° 20.52% 55.10%
HSB/HSV 328° 28.66% 64.31%
CMYK 0.00% 28.66% 13.41%
35.69%

Color #A4758E in popluar number systems.

HEX A4 75 8E
Decimal 164 117 142
Binary 10100100 1110101 10001110
Octal 244 165 216

Shades and tints

Shades of #A4758E

#A4758E
(164,117,142)
#966B82
(150,107,130)
#886176
(136,97,118)
#7A576A
(122,87,106)
#6C4D5E
(108,77,94)
#5E4352
(94,67,82)
#503946
(80,57,70)
#422F3A
(66,47,58)
#34252E
(52,37,46)
#261B22
(38,27,34)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #A4758E

#A4758E
(164,117,142)
#AC8198
(172,129,152)
#B48DA2
(180,141,162)
#BC99AC
(188,153,172)
#C4A5B6
(196,165,182)
#CCB1C0
(204,177,192)
#D4BDCA
(212,189,202)
#DCC9D4
(220,201,212)
#E4D5DE
(228,213,222)
#ECE1E8
(236,225,232)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4758E color. Also use rgb(164,117,142) instead hex code.

Text Font Color

.myTextColor { color: #A4758E; }

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

This text font color is #A4758E.

Background Color

.myBgColor { background-color: #A4758E; }

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

This div background color is #A4758E.

Border color

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

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

This div border color is #A4758E.

Opacity

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

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

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

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

This text has shadow with #A4758E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4758E.

Preview

Color preview on black background

This text has color #A4758E on black background.


Color preview on white background

This text has color #A4758E on white background.


Black color preview on #A4758E background

This text has black color on #A4758E background.


White color preview on #A4758E background

This text has white color on #A4758E background.


Related colors

Complementary color

Complementary color for #hex is #5B8A71.


I love getcolorcode.com

Triadic colors

1 #8EA475 and #758EA4 with #A4758E are triadic colors.

2 #8E75A4 and #75A48E with #A4758E are triadic colors.