COLOR #A770AA

HEX: #A770AA RGB: (167,112,170)

Color info

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

RGB color model

#A770AA color RGB value is (167,112,170).

RGB: (167,112,170) (65%, 44%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 112 of 255 = 44%
B 170 of 255 = 67%

167
112
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 112 + 170 = 449 (100%)
R 167 of 449 ~ 37.19%
G 112 of 449 ~ 24.94%
B 170 of 449 ~ 37.86'%

%37.19
%24.94
%37.86

CMYK color model

#A770AA color CMYK value is (2,34,0,33).

  • cyan value is 1.76%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (2,34,0,33)
C2M34Y0K33 (2%, 34%, 0%, 33%)
(0.02 / 0.34 / 0.00 / 0.33)

CMYK percentages

%1.76
%34.12
%0
%33.33

Codes

Color #A770AA in popluar color models

A7 70 AA
RGB 167 112 170
HSL 297° 25.44% 55.29%
HSB/HSV 297° 34.12% 66.67%
CMYK 1.76% 34.12% 0.00%
33.33%

Color #A770AA in popluar number systems.

HEX A7 70 AA
Decimal 167 112 170
Binary 10100111 1110000 10101010
Octal 247 160 252

Shades and tints

Shades of #A770AA

#A770AA
(167,112,170)
#98669B
(152,102,155)
#895C8C
(137,92,140)
#7A527D
(122,82,125)
#6B486E
(107,72,110)
#5C3E5F
(92,62,95)
#4D3450
(77,52,80)
#3E2A41
(62,42,65)
#2F2032
(47,32,50)
#201623
(32,22,35)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #A770AA

#A770AA
(167,112,170)
#AF7DB1
(175,125,177)
#B78AB8
(183,138,184)
#BF97BF
(191,151,191)
#C7A4C6
(199,164,198)
#CFB1CD
(207,177,205)
#D7BED4
(215,190,212)
#DFCBDB
(223,203,219)
#E7D8E2
(231,216,226)
#EFE5E9
(239,229,233)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A770AA color. Also use rgb(167,112,170) instead hex code.

Text Font Color

.myTextColor { color: #A770AA; }

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

This text font color is #A770AA.

Background Color

.myBgColor { background-color: #A770AA; }

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

This div background color is #A770AA.

Border color

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

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

This div border color is #A770AA.

Opacity

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

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

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

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

This text has shadow with #A770AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A770AA.

Preview

Color preview on black background

This text has color #A770AA on black background.


Color preview on white background

This text has color #A770AA on white background.


Black color preview on #A770AA background

This text has black color on #A770AA background.


White color preview on #A770AA background

This text has white color on #A770AA background.


Related colors

Complementary color

Complementary color for #hex is #588F55.


I love getcolorcode.com

Triadic colors

1 #AAA770 and #70AAA7 with #A770AA are triadic colors.

2 #AA70A7 and #70A7AA with #A770AA are triadic colors.