COLOR #A96AAA

HEX: #A96AAA RGB: (169,106,170)

Color info

#A96AAA contains mainly red and blue colors. Web safe color of #A96AAA is #996699 (or #969).

RGB color model

#A96AAA color RGB value is (169,106,170).

RGB: (169,106,170) (66%, 42%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 106 of 255 = 42%
B 170 of 255 = 67%

169
106
170

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

Portions of RGB colors in percentages

R + G + B = 169 + 106 + 170 = 445 (100%)
R 169 of 445 ~ 37.98%
G 106 of 445 ~ 23.82%
B 170 of 445 ~ 38.2'%

%37.98
%23.82
%38.2

CMYK color model

#A96AAA color CMYK value is (1,38,0,33).

  • cyan value is 0.59%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,38,0,33)
C1M38Y0K33 (1%, 38%, 0%, 33%)
(0.01 / 0.38 / 0.00 / 0.33)

CMYK percentages

%0.59
%37.65
%0
%33.33

Codes

Color #A96AAA in popluar color models

A9 6A AA
RGB 169 106 170
HSL 299° 27.35% 54.12%
HSB/HSV 299° 37.65% 66.67%
CMYK 0.59% 37.65% 0.00%
33.33%

Color #A96AAA in popluar number systems.

HEX A9 6A AA
Decimal 169 106 170
Binary 10101001 1101010 10101010
Octal 251 152 252

Shades and tints

Shades of #A96AAA

#A96AAA
(169,106,170)
#9A619B
(154,97,155)
#8B588C
(139,88,140)
#7C4F7D
(124,79,125)
#6D466E
(109,70,110)
#5E3D5F
(94,61,95)
#4F3450
(79,52,80)
#402B41
(64,43,65)
#312232
(49,34,50)
#221923
(34,25,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #A96AAA

#A96AAA
(169,106,170)
#B077B1
(176,119,177)
#B784B8
(183,132,184)
#BE91BF
(190,145,191)
#C59EC6
(197,158,198)
#CCABCD
(204,171,205)
#D3B8D4
(211,184,212)
#DAC5DB
(218,197,219)
#E1D2E2
(225,210,226)
#E8DFE9
(232,223,233)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96AAA color. Also use rgb(169,106,170) instead hex code.

Text Font Color

.myTextColor { color: #A96AAA; }

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

This text font color is #A96AAA.

Background Color

.myBgColor { background-color: #A96AAA; }

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

This div background color is #A96AAA.

Border color

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

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

This div border color is #A96AAA.

Opacity

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

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

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

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

This text has shadow with #A96AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96AAA.

Preview

Color preview on black background

This text has color #A96AAA on black background.


Color preview on white background

This text has color #A96AAA on white background.


Black color preview on #A96AAA background

This text has black color on #A96AAA background.


White color preview on #A96AAA background

This text has white color on #A96AAA background.


Related colors

Complementary color

Complementary color for #hex is #569555.


I love getcolorcode.com

Triadic colors

1 #AAA96A and #6AAAA9 with #A96AAA are triadic colors.

2 #AA6AA9 and #6AA9AA with #A96AAA are triadic colors.