COLOR #A276AA

HEX: #A276AA RGB: (162,118,170)

Color info

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

RGB color model

#A276AA color RGB value is (162,118,170).

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

RGB channels and saturation

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

162
118
170

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

Portions of RGB colors in percentages

R + G + B = 162 + 118 + 170 = 450 (100%)
R 162 of 450 ~ 36%
G 118 of 450 ~ 26.22%
B 170 of 450 ~ 37.78'%

%36
%26.22
%37.78

CMYK color model

#A276AA color CMYK value is (5,31,0,33).

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

CMYK: (5,31,0,33)
C5M31Y0K33 (5%, 31%, 0%, 33%)
(0.05 / 0.31 / 0.00 / 0.33)

CMYK percentages

%4.71
%30.59
%0
%33.33

Codes

Color #A276AA in popluar color models

A2 76 AA
RGB 162 118 170
HSL 291° 23.42% 56.47%
HSB/HSV 291° 30.59% 66.67%
CMYK 4.71% 30.59% 0.00%
33.33%

Color #A276AA in popluar number systems.

HEX A2 76 AA
Decimal 162 118 170
Binary 10100010 1110110 10101010
Octal 242 166 252

Shades and tints

Shades of #A276AA

#A276AA
(162,118,170)
#946C9B
(148,108,155)
#86628C
(134,98,140)
#78587D
(120,88,125)
#6A4E6E
(106,78,110)
#5C445F
(92,68,95)
#4E3A50
(78,58,80)
#403041
(64,48,65)
#322632
(50,38,50)
#241C23
(36,28,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A276AA

#A276AA
(162,118,170)
#AA82B1
(170,130,177)
#B28EB8
(178,142,184)
#BA9ABF
(186,154,191)
#C2A6C6
(194,166,198)
#CAB2CD
(202,178,205)
#D2BED4
(210,190,212)
#DACADB
(218,202,219)
#E2D6E2
(226,214,226)
#EAE2E9
(234,226,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A276AA; }

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

This text font color is #A276AA.

Background Color

.myBgColor { background-color: #A276AA; }

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

This div background color is #A276AA.

Border color

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

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

This div border color is #A276AA.

Opacity

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

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

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

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

This text has shadow with #A276AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A276AA.

Preview

Color preview on black background

This text has color #A276AA on black background.


Color preview on white background

This text has color #A276AA on white background.


Black color preview on #A276AA background

This text has black color on #A276AA background.


White color preview on #A276AA background

This text has white color on #A276AA background.


Related colors

Complementary color

Complementary color for #hex is #5D8955.


I love getcolorcode.com

Triadic colors

1 #AAA276 and #76AAA2 with #A276AA are triadic colors.

2 #AA76A2 and #76A2AA with #A276AA are triadic colors.