COLOR #A7548B

HEX: #A7548B RGB: (167,84,139)

Color info

#A7548B contains mainly red and blue colors. Web safe color of #A7548B is #996699 (or #969).

RGB color model

#A7548B color RGB value is (167,84,139).

RGB: (167,84,139) (65%, 33%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 84 of 255 = 33%
B 139 of 255 = 55%

167
84
139

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

Portions of RGB colors in percentages

R + G + B = 167 + 84 + 139 = 390 (100%)
R 167 of 390 ~ 42.82%
G 84 of 390 ~ 21.54%
B 139 of 390 ~ 35.64'%

%42.82
%21.54
%35.64

CMYK color model

#A7548B color CMYK value is (0,50,17,35).

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

CMYK: (0,50,17,35)
C0M50Y17K35 (0%, 50%, 17%, 35%)
(0.00 / 0.50 / 0.17 / 0.35)

CMYK percentages

%0
%49.7
%16.77
%34.51

Codes

Color #A7548B in popluar color models

A7 54 8B
RGB 167 84 139
HSL 320° 33.07% 49.22%
HSB/HSV 320° 49.70% 65.49%
CMYK 0.00% 49.70% 16.77%
34.51%

Color #A7548B in popluar number systems.

HEX A7 54 8B
Decimal 167 84 139
Binary 10100111 1010100 10001011
Octal 247 124 213

Shades and tints

Shades of #A7548B

#A7548B
(167,84,139)
#984D7F
(152,77,127)
#894673
(137,70,115)
#7A3F67
(122,63,103)
#6B385B
(107,56,91)
#5C314F
(92,49,79)
#4D2A43
(77,42,67)
#3E2337
(62,35,55)
#2F1C2B
(47,28,43)
#20151F
(32,21,31)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #A7548B

#A7548B
(167,84,139)
#AF6395
(175,99,149)
#B7729F
(183,114,159)
#BF81A9
(191,129,169)
#C790B3
(199,144,179)
#CF9FBD
(207,159,189)
#D7AEC7
(215,174,199)
#DFBDD1
(223,189,209)
#E7CCDB
(231,204,219)
#EFDBE5
(239,219,229)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7548B; }

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

This text font color is #A7548B.

Background Color

.myBgColor { background-color: #A7548B; }

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

This div background color is #A7548B.

Border color

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

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

This div border color is #A7548B.

Opacity

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

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

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

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

This text has shadow with #A7548B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7548B.

Preview

Color preview on black background

This text has color #A7548B on black background.


Color preview on white background

This text has color #A7548B on white background.


Black color preview on #A7548B background

This text has black color on #A7548B background.


White color preview on #A7548B background

This text has white color on #A7548B background.


Related colors

Complementary color

Complementary color for #hex is #58AB74.


I love getcolorcode.com

Triadic colors

1 #8BA754 and #548BA7 with #A7548B are triadic colors.

2 #8B54A7 and #54A78B with #A7548B are triadic colors.