COLOR #A07AA0

HEX: #A07AA0
RGB: (160,122,160)

Color info

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

RGB color model

#A07AA0 color RGB value is (160,122,160).

  • red value is 160;
  • green value is 122;
  • blue value is 160.
RGB:
(160,122,160)
(63%,48%,63%)

RGB channels and saturation

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

160
122
160

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

Portions of RGB colors in percentages

R + G + B =
160 + 122 + 160 = 442 (100%)
R 160 of 442 ~ 36.2%
G 122 of 442 ~ 27.6%
B 160 of 442 ~ 36.2%

%36.2
%27.6
%36.2

CMYK color model

#A07AA0 color CMYK value is (0,24,0,37).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(0,24,0,37)
C0M24Y0K37 
(0%,24%,0%,37%)
(0.00/0.24/0.00/0.37)	

CMYK percentages

%0
%23.75
%0
%37.25

Codes

Color #A07AA0 in popluar color models

A07AA0
RGB160122160
HSL300°16.67%55.29%
HSB/HSV300°23.75%62.75%
CMYK0.00%23.75%0.00%
37.25%

Color #A07AA0 in popluar number systems.

HEXA07AA0
Decimal160122160
Binary10100000111101010100000
Octal240172240

Shades and tints

Shades of #A07AA0

#A07AA0
(160,122,160)
#926F92
(146,111,146)
#846484
(132,100,132)
#765976
(118,89,118)
#684E68
(104,78,104)
#5A435A
(90,67,90)
#4C384C
(76,56,76)
#3E2D3E
(62,45,62)
#302230
(48,34,48)
#221722
(34,23,34)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #A07AA0

#A07AA0
(160,122,160)
#A886A8
(168,134,168)
#B092B0
(176,146,176)
#B89EB8
(184,158,184)
#C0AAC0
(192,170,192)
#C8B6C8
(200,182,200)
#D0C2D0
(208,194,208)
#D8CED8
(216,206,216)
#E0DAE0
(224,218,224)
#E8E6E8
(232,230,232)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07AA0; }

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

This text font color is #A07AA0.


Background Color

.myBgColor { background-color: #A07AA0; }

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

This div background color is #A07AA0.


Border color

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

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

This div border color is #A07AA0.


Opacity

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

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

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

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

This text has shadow with #A07AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07AA0 on black background.


Color preview on white background

This text has color #A07AA0 on white background.



Black color preview on #A07AA0 background

This text has black color on #A07AA0 background.


White color preview on #A07AA0 background

This text has white color on #A07AA0 background.