COLOR #A376AA

HEX: #A376AA RGB: (163,118,170)

Color info

#A376AA contains red, green and blue colors in about the same proportion. Web safe color of #A376AA is #996699 (or #969).

RGB color model

#A376AA color RGB value is (163,118,170).

RGB: (163,118,170) (64%, 46%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 118 of 255 = 46%
B 170 of 255 = 67%

163
118
170

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

Portions of RGB colors in percentages

R + G + B = 163 + 118 + 170 = 451 (100%)
R 163 of 451 ~ 36.14%
G 118 of 451 ~ 26.16%
B 170 of 451 ~ 37.69'%

%36.14
%26.16
%37.69

CMYK color model

#A376AA color CMYK value is (4,31,0,33).

  • cyan value is 4.12%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (4,31,0,33)
C4M31Y0K33 (4%, 31%, 0%, 33%)
(0.04 / 0.31 / 0.00 / 0.33)

CMYK percentages

%4.12
%30.59
%0
%33.33

Codes

Color #A376AA in popluar color models

A3 76 AA
RGB 163 118 170
HSL 292° 23.42% 56.47%
HSB/HSV 292° 30.59% 66.67%
CMYK 4.12% 30.59% 0.00%
33.33%

Color #A376AA in popluar number systems.

HEX A3 76 AA
Decimal 163 118 170
Binary 10100011 1110110 10101010
Octal 243 166 252

Shades and tints

Shades of #A376AA

#A376AA
(163,118,170)
#956C9B
(149,108,155)
#87628C
(135,98,140)
#79587D
(121,88,125)
#6B4E6E
(107,78,110)
#5D445F
(93,68,95)
#4F3A50
(79,58,80)
#413041
(65,48,65)
#332632
(51,38,50)
#251C23
(37,28,35)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #A376AA

#A376AA
(163,118,170)
#AB82B1
(171,130,177)
#B38EB8
(179,142,184)
#BB9ABF
(187,154,191)
#C3A6C6
(195,166,198)
#CBB2CD
(203,178,205)
#D3BED4
(211,190,212)
#DBCADB
(219,202,219)
#E3D6E2
(227,214,226)
#EBE2E9
(235,226,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A376AA color. Also use rgb(163,118,170) instead hex code.

Text Font Color

.myTextColor { color: #A376AA; }

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

This text font color is #A376AA.

Background Color

.myBgColor { background-color: #A376AA; }

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

This div background color is #A376AA.

Border color

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

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

This div border color is #A376AA.

Opacity

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

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

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

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

This text has shadow with #A376AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A376AA.

Preview

Color preview on black background

This text has color #A376AA on black background.


Color preview on white background

This text has color #A376AA on white background.


Black color preview on #A376AA background

This text has black color on #A376AA background.


White color preview on #A376AA background

This text has white color on #A376AA background.


Related colors

Complementary color

Complementary color for #hex is #5C8955.


I love getcolorcode.com

Triadic colors

1 #AAA376 and #76AAA3 with #A376AA are triadic colors.

2 #AA76A3 and #76A3AA with #A376AA are triadic colors.