COLOR #A8477C

HEX: #A8477C RGB: (168,71,124)

Color info

#A8477C contains mainly red and blue colors. Web safe color of #A8477C is #993366 (or #936).

RGB color model

#A8477C color RGB value is (168,71,124).

RGB: (168,71,124) (66%, 28%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 71 of 255 = 28%
B 124 of 255 = 49%

168
71
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 71 + 124 = 363 (100%)
R 168 of 363 ~ 46.28%
G 71 of 363 ~ 19.56%
B 124 of 363 ~ 34.16'%

%46.28
%19.56
%34.16

CMYK color model

#A8477C color CMYK value is (0,58,26,34).

  • cyan value is 0.00%
  • magenta value is 57.74%
  • yellow value is 26.19%
  • key color value is 34.12%

CMYK: (0,58,26,34)
C0M58Y26K34 (0%, 58%, 26%, 34%)
(0.00 / 0.58 / 0.26 / 0.34)

CMYK percentages

%0
%57.74
%26.19
%34.12

Codes

Color #A8477C in popluar color models

A8 47 7C
RGB 168 71 124
HSL 327° 40.59% 46.86%
HSB/HSV 327° 57.74% 65.88%
CMYK 0.00% 57.74% 26.19%
34.12%

Color #A8477C in popluar number systems.

HEX A8 47 7C
Decimal 168 71 124
Binary 10101000 1000111 1111100
Octal 250 107 174

Shades and tints

Shades of #A8477C

#A8477C
(168,71,124)
#994171
(153,65,113)
#8A3B66
(138,59,102)
#7B355B
(123,53,91)
#6C2F50
(108,47,80)
#5D2945
(93,41,69)
#4E233A
(78,35,58)
#3F1D2F
(63,29,47)
#301724
(48,23,36)
#211119
(33,17,25)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #A8477C

#A8477C
(168,71,124)
#AF5787
(175,87,135)
#B66792
(182,103,146)
#BD779D
(189,119,157)
#C487A8
(196,135,168)
#CB97B3
(203,151,179)
#D2A7BE
(210,167,190)
#D9B7C9
(217,183,201)
#E0C7D4
(224,199,212)
#E7D7DF
(231,215,223)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8477C color. Also use rgb(168,71,124) instead hex code.

Text Font Color

.myTextColor { color: #A8477C; }

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

This text font color is #A8477C.

Background Color

.myBgColor { background-color: #A8477C; }

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

This div background color is #A8477C.

Border color

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

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

This div border color is #A8477C.

Opacity

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

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

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

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

This text has shadow with #A8477C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8477C.

Preview

Color preview on black background

This text has color #A8477C on black background.


Color preview on white background

This text has color #A8477C on white background.


Black color preview on #A8477C background

This text has black color on #A8477C background.


White color preview on #A8477C background

This text has white color on #A8477C background.


Related colors

Complementary color

Complementary color for #hex is #57B883.


I love getcolorcode.com

Triadic colors

1 #7CA847 and #477CA8 with #A8477C are triadic colors.

2 #7C47A8 and #47A87C with #A8477C are triadic colors.