COLOR #A07EAA

HEX: #A07EAA
RGB: (160,126,170)

Color info

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

RGB color model

#A07EAA color RGB value is (160,126,170).

  • red value is 160;
  • green value is 126;
  • blue value is 170.
RGB:
(160,126,170)
(63%,49%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 170 of 255 = 67%

160
126
170

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

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 170 = 456 (100%)
R 160 of 456 ~ 35.09%
G 126 of 456 ~ 27.63%
B 170 of 456 ~ 37.28%

%35.09
%27.63
%37.28

CMYK color model

#A07EAA color CMYK value is (6,26,0,33).

  • cyan value is 5.88%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,26,0,33)
C6M26Y0K33 
(6%,26%,0%,33%)
(0.06/0.26/0.00/0.33)	

CMYK percentages

%5.88
%25.88
%0
%33.33

Codes

Color #A07EAA in popluar color models

A07EAA
RGB160126170
HSL286°20.56%58.04%
HSB/HSV286°25.88%66.67%
CMYK5.88%25.88%0.00%
33.33%

Color #A07EAA in popluar number systems.

HEXA07EAA
Decimal160126170
Binary10100000111111010101010
Octal240176252

Shades and tints

Shades of #A07EAA

#A07EAA
(160,126,170)
#92739B
(146,115,155)
#84688C
(132,104,140)
#765D7D
(118,93,125)
#68526E
(104,82,110)
#5A475F
(90,71,95)
#4C3C50
(76,60,80)
#3E3141
(62,49,65)
#302632
(48,38,50)
#221B23
(34,27,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A07EAA

#A07EAA
(160,126,170)
#A889B1
(168,137,177)
#B094B8
(176,148,184)
#B89FBF
(184,159,191)
#C0AAC6
(192,170,198)
#C8B5CD
(200,181,205)
#D0C0D4
(208,192,212)
#D8CBDB
(216,203,219)
#E0D6E2
(224,214,226)
#E8E1E9
(232,225,233)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07EAA color. Also use rgb(160,126,170) instead hex code.

Text Font Color

.myTextColor { color: #A07EAA; }

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

This text font color is #A07EAA.


Background Color

.myBgColor { background-color: #A07EAA; }

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

This div background color is #A07EAA.


Border color

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

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

This div border color is #A07EAA.


Opacity

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

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

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

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

This text has shadow with #A07EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07EAA on black background.


Color preview on white background

This text has color #A07EAA on white background.



Black color preview on #A07EAA background

This text has black color on #A07EAA background.


White color preview on #A07EAA background

This text has white color on #A07EAA background.