COLOR #A07AAD

HEX: #A07AAD RGB: (160,122,173)

Color info

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

RGB color model

#A07AAD color RGB value is (160,122,173).

RGB: (160,122,173) (63%, 48%, 68%)

RGB channels and saturation

R 160 of 255 = 63%
G 122 of 255 = 48%
B 173 of 255 = 68%

160
122
173

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

Portions of RGB colors in percentages

R + G + B = 160 + 122 + 173 = 455 (100%)
R 160 of 455 ~ 35.16%
G 122 of 455 ~ 26.81%
B 173 of 455 ~ 38.02'%

%35.16
%26.81
%38.02

CMYK color model

#A07AAD color CMYK value is (8,29,0,32).

  • cyan value is 7.51%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (8,29,0,32)
C8M29Y0K32 (8%, 29%, 0%, 32%)
(0.08 / 0.29 / 0.00 / 0.32)

CMYK percentages

%7.51
%29.48
%0
%32.16

Codes

Color #A07AAD in popluar color models

A0 7A AD
RGB 160 122 173
HSL 285° 23.72% 57.84%
HSB/HSV 285° 29.48% 67.84%
CMYK 7.51% 29.48% 0.00%
32.16%

Color #A07AAD in popluar number systems.

HEX A0 7A AD
Decimal 160 122 173
Binary 10100000 1111010 10101101
Octal 240 172 255

Shades and tints

Shades of #A07AAD

#A07AAD
(160,122,173)
#926F9E
(146,111,158)
#84648F
(132,100,143)
#765980
(118,89,128)
#684E71
(104,78,113)
#5A4362
(90,67,98)
#4C3853
(76,56,83)
#3E2D44
(62,45,68)
#302235
(48,34,53)
#221726
(34,23,38)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #A07AAD

#A07AAD
(160,122,173)
#A886B4
(168,134,180)
#B092BB
(176,146,187)
#B89EC2
(184,158,194)
#C0AAC9
(192,170,201)
#C8B6D0
(200,182,208)
#D0C2D7
(208,194,215)
#D8CEDE
(216,206,222)
#E0DAE5
(224,218,229)
#E8E6EC
(232,230,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07AAD; }

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

This text font color is #A07AAD.

Background Color

.myBgColor { background-color: #A07AAD; }

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

This div background color is #A07AAD.

Border color

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

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

This div border color is #A07AAD.

Opacity

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

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

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

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

This text has shadow with #A07AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07AAD.

Preview

Color preview on black background

This text has color #A07AAD on black background.


Color preview on white background

This text has color #A07AAD on white background.


Black color preview on #A07AAD background

This text has black color on #A07AAD background.


White color preview on #A07AAD background

This text has white color on #A07AAD background.


Related colors

Complementary color

Complementary color for #hex is #5F8552.


I love getcolorcode.com

Triadic colors

1 #ADA07A and #7AADA0 with #A07AAD are triadic colors.

2 #AD7AA0 and #7AA0AD with #A07AAD are triadic colors.