COLOR #A7327C

HEX: #A7327C RGB: (167,50,124)

Color info

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

RGB color model

#A7327C color RGB value is (167,50,124).

RGB: (167,50,124) (65%, 20%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 50 of 255 = 20%
B 124 of 255 = 49%

167
50
124

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

Portions of RGB colors in percentages

R + G + B = 167 + 50 + 124 = 341 (100%)
R 167 of 341 ~ 48.97%
G 50 of 341 ~ 14.66%
B 124 of 341 ~ 36.36'%

%48.97
%14.66
%36.36

CMYK color model

#A7327C color CMYK value is (0,70,26,35).

  • cyan value is 0.00%
  • magenta value is 70.06%
  • yellow value is 25.75%
  • key color value is 34.51%

CMYK: (0,70,26,35)
C0M70Y26K35 (0%, 70%, 26%, 35%)
(0.00 / 0.70 / 0.26 / 0.35)

CMYK percentages

%0
%70.06
%25.75
%34.51

Codes

Color #A7327C in popluar color models

A7 32 7C
RGB 167 50 124
HSL 322° 53.92% 42.55%
HSB/HSV 322° 70.06% 65.49%
CMYK 0.00% 70.06% 25.75%
34.51%

Color #A7327C in popluar number systems.

HEX A7 32 7C
Decimal 167 50 124
Binary 10100111 110010 1111100
Octal 247 62 174

Shades and tints

Shades of #A7327C

#A7327C
(167,50,124)
#982E71
(152,46,113)
#892A66
(137,42,102)
#7A265B
(122,38,91)
#6B2250
(107,34,80)
#5C1E45
(92,30,69)
#4D1A3A
(77,26,58)
#3E162F
(62,22,47)
#2F1224
(47,18,36)
#200E19
(32,14,25)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #A7327C

#A7327C
(167,50,124)
#AF4487
(175,68,135)
#B75692
(183,86,146)
#BF689D
(191,104,157)
#C77AA8
(199,122,168)
#CF8CB3
(207,140,179)
#D79EBE
(215,158,190)
#DFB0C9
(223,176,201)
#E7C2D4
(231,194,212)
#EFD4DF
(239,212,223)
#F7E6EA
(247,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7327C color. Also use rgb(167,50,124) instead hex code.

Text Font Color

.myTextColor { color: #A7327C; }

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

This text font color is #A7327C.

Background Color

.myBgColor { background-color: #A7327C; }

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

This div background color is #A7327C.

Border color

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

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

This div border color is #A7327C.

Opacity

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

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

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

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

This text has shadow with #A7327C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7327C.

Preview

Color preview on black background

This text has color #A7327C on black background.


Color preview on white background

This text has color #A7327C on white background.


Black color preview on #A7327C background

This text has black color on #A7327C background.


White color preview on #A7327C background

This text has white color on #A7327C background.


Related colors

Complementary color

Complementary color for #hex is #58CD83.


I love getcolorcode.com

Triadic colors

1 #7CA732 and #327CA7 with #A7327C are triadic colors.

2 #7C32A7 and #32A77C with #A7327C are triadic colors.