COLOR #A07AA9

HEX: #A07AA9 RGB: (160,122,169)

Color info

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

RGB color model

#A07AA9 color RGB value is (160,122,169).

RGB: (160,122,169) (63%, 48%, 66%)

RGB channels and saturation

R 160 of 255 = 63%
G 122 of 255 = 48%
B 169 of 255 = 66%

160
122
169

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

Portions of RGB colors in percentages

R + G + B = 160 + 122 + 169 = 451 (100%)
R 160 of 451 ~ 35.48%
G 122 of 451 ~ 27.05%
B 169 of 451 ~ 37.47'%

%35.48
%27.05
%37.47

CMYK color model

#A07AA9 color CMYK value is (5,28,0,34).

  • cyan value is 5.33%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (5,28,0,34)
C5M28Y0K34 (5%, 28%, 0%, 34%)
(0.05 / 0.28 / 0.00 / 0.34)

CMYK percentages

%5.33
%27.81
%0
%33.73

Codes

Color #A07AA9 in popluar color models

A0 7A A9
RGB 160 122 169
HSL 289° 21.46% 57.06%
HSB/HSV 289° 27.81% 66.27%
CMYK 5.33% 27.81% 0.00%
33.73%

Color #A07AA9 in popluar number systems.

HEX A0 7A A9
Decimal 160 122 169
Binary 10100000 1111010 10101001
Octal 240 172 251

Shades and tints

Shades of #A07AA9

#A07AA9
(160,122,169)
#926F9A
(146,111,154)
#84648B
(132,100,139)
#76597C
(118,89,124)
#684E6D
(104,78,109)
#5A435E
(90,67,94)
#4C384F
(76,56,79)
#3E2D40
(62,45,64)
#302231
(48,34,49)
#221722
(34,23,34)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #A07AA9

#A07AA9
(160,122,169)
#A886B0
(168,134,176)
#B092B7
(176,146,183)
#B89EBE
(184,158,190)
#C0AAC5
(192,170,197)
#C8B6CC
(200,182,204)
#D0C2D3
(208,194,211)
#D8CEDA
(216,206,218)
#E0DAE1
(224,218,225)
#E8E6E8
(232,230,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07AA9 color. Also use rgb(160,122,169) instead hex code.

Text Font Color

.myTextColor { color: #A07AA9; }

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

This text font color is #A07AA9.

Background Color

.myBgColor { background-color: #A07AA9; }

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

This div background color is #A07AA9.

Border color

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

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

This div border color is #A07AA9.

Opacity

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

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

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

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

This text has shadow with #A07AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07AA9.

Preview

Color preview on black background

This text has color #A07AA9 on black background.


Color preview on white background

This text has color #A07AA9 on white background.


Black color preview on #A07AA9 background

This text has black color on #A07AA9 background.


White color preview on #A07AA9 background

This text has white color on #A07AA9 background.


Related colors

Complementary color

Complementary color for #hex is #5F8556.


I love getcolorcode.com

Triadic colors

1 #A9A07A and #7AA9A0 with #A07AA9 are triadic colors.

2 #A97AA0 and #7AA0A9 with #A07AA9 are triadic colors.