COLOR #A7547D

HEX: #A7547D RGB: (167,84,125)

Color info

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

RGB color model

#A7547D color RGB value is (167,84,125).

RGB: (167,84,125) (65%, 33%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 84 of 255 = 33%
B 125 of 255 = 49%

167
84
125

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

Portions of RGB colors in percentages

R + G + B = 167 + 84 + 125 = 376 (100%)
R 167 of 376 ~ 44.41%
G 84 of 376 ~ 22.34%
B 125 of 376 ~ 33.24'%

%44.41
%22.34
%33.24

CMYK color model

#A7547D color CMYK value is (0,50,25,35).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 25.15%
  • key color value is 34.51%

CMYK: (0,50,25,35)
C0M50Y25K35 (0%, 50%, 25%, 35%)
(0.00 / 0.50 / 0.25 / 0.35)

CMYK percentages

%0
%49.7
%25.15
%34.51

Codes

Color #A7547D in popluar color models

A7 54 7D
RGB 167 84 125
HSL 330° 33.07% 49.22%
HSB/HSV 330° 49.70% 65.49%
CMYK 0.00% 49.70% 25.15%
34.51%

Color #A7547D in popluar number systems.

HEX A7 54 7D
Decimal 167 84 125
Binary 10100111 1010100 1111101
Octal 247 124 175

Shades and tints

Shades of #A7547D

#A7547D
(167,84,125)
#984D72
(152,77,114)
#894667
(137,70,103)
#7A3F5C
(122,63,92)
#6B3851
(107,56,81)
#5C3146
(92,49,70)
#4D2A3B
(77,42,59)
#3E2330
(62,35,48)
#2F1C25
(47,28,37)
#20151A
(32,21,26)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #A7547D

#A7547D
(167,84,125)
#AF6388
(175,99,136)
#B77293
(183,114,147)
#BF819E
(191,129,158)
#C790A9
(199,144,169)
#CF9FB4
(207,159,180)
#D7AEBF
(215,174,191)
#DFBDCA
(223,189,202)
#E7CCD5
(231,204,213)
#EFDBE0
(239,219,224)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7547D color. Also use rgb(167,84,125) instead hex code.

Text Font Color

.myTextColor { color: #A7547D; }

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

This text font color is #A7547D.

Background Color

.myBgColor { background-color: #A7547D; }

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

This div background color is #A7547D.

Border color

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

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

This div border color is #A7547D.

Opacity

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

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

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

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

This text has shadow with #A7547D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7547D.

Preview

Color preview on black background

This text has color #A7547D on black background.


Color preview on white background

This text has color #A7547D on white background.


Black color preview on #A7547D background

This text has black color on #A7547D background.


White color preview on #A7547D background

This text has white color on #A7547D background.


Related colors

Complementary color

Complementary color for #hex is #58AB82.


I love getcolorcode.com

Triadic colors

1 #7DA754 and #547DA7 with #A7547D are triadic colors.

2 #7D54A7 and #54A77D with #A7547D are triadic colors.