COLOR #A7849F

HEX: #A7849F RGB: (167,132,159)

Color info

#A7849F contains red, green and blue colors in about the same proportion. Web safe color of #A7849F is #999999 (or #999).

RGB color model

#A7849F color RGB value is (167,132,159).

RGB: (167,132,159) (65%, 52%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 159 of 255 = 62%

167
132
159

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

Portions of RGB colors in percentages

R + G + B = 167 + 132 + 159 = 458 (100%)
R 167 of 458 ~ 36.46%
G 132 of 458 ~ 28.82%
B 159 of 458 ~ 34.72'%

%36.46
%28.82
%34.72

CMYK color model

#A7849F color CMYK value is (0,21,5,35).

  • cyan value is 0.00%
  • magenta value is 20.96%
  • yellow value is 4.79%
  • key color value is 34.51%

CMYK: (0,21,5,35)
C0M21Y5K35 (0%, 21%, 5%, 35%)
(0.00 / 0.21 / 0.05 / 0.35)

CMYK percentages

%0
%20.96
%4.79
%34.51

Codes

Color #A7849F in popluar color models

A7 84 9F
RGB 167 132 159
HSL 314° 16.59% 58.63%
HSB/HSV 314° 20.96% 65.49%
CMYK 0.00% 20.96% 4.79%
34.51%

Color #A7849F in popluar number systems.

HEX A7 84 9F
Decimal 167 132 159
Binary 10100111 10000100 10011111
Octal 247 204 237

Shades and tints

Shades of #A7849F

#A7849F
(167,132,159)
#987891
(152,120,145)
#896C83
(137,108,131)
#7A6075
(122,96,117)
#6B5467
(107,84,103)
#5C4859
(92,72,89)
#4D3C4B
(77,60,75)
#3E303D
(62,48,61)
#2F242F
(47,36,47)
#201821
(32,24,33)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #A7849F

#A7849F
(167,132,159)
#AF8FA7
(175,143,167)
#B79AAF
(183,154,175)
#BFA5B7
(191,165,183)
#C7B0BF
(199,176,191)
#CFBBC7
(207,187,199)
#D7C6CF
(215,198,207)
#DFD1D7
(223,209,215)
#E7DCDF
(231,220,223)
#EFE7E7
(239,231,231)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7849F color. Also use rgb(167,132,159) instead hex code.

Text Font Color

.myTextColor { color: #A7849F; }

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

This text font color is #A7849F.

Background Color

.myBgColor { background-color: #A7849F; }

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

This div background color is #A7849F.

Border color

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

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

This div border color is #A7849F.

Opacity

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

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

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

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

This text has shadow with #A7849F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7849F.

Preview

Color preview on black background

This text has color #A7849F on black background.


Color preview on white background

This text has color #A7849F on white background.


Black color preview on #A7849F background

This text has black color on #A7849F background.


White color preview on #A7849F background

This text has white color on #A7849F background.


Related colors

Complementary color

Complementary color for #hex is #587B60.


I love getcolorcode.com

Triadic colors

1 #9FA784 and #849FA7 with #A7849F are triadic colors.

2 #9F84A7 and #84A79F with #A7849F are triadic colors.