COLOR #A077AA

HEX: #A077AA
RGB: (160,119,170)

Color info

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

RGB color model

#A077AA color RGB value is (160,119,170).

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

RGB channels and saturation

R 160 of 255 = 63%
G 119 of 255 = 47%
B 170 of 255 = 67%

160
119
170

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

Portions of RGB colors in percentages

R + G + B =
160 + 119 + 170 = 449 (100%)
R 160 of 449 ~ 35.63%
G 119 of 449 ~ 26.5%
B 170 of 449 ~ 37.86%

%35.63
%26.5
%37.86

CMYK color model

#A077AA color CMYK value is (6,30,0,33).

  • cyan value is 5.88%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,30,0,33)
C6M30Y0K33 
(6%,30%,0%,33%)
(0.06/0.30/0.00/0.33)	

CMYK percentages

%5.88
%30
%0
%33.33

Codes

Color #A077AA in popluar color models

A077AA
RGB160119170
HSL288°23.08%56.67%
HSB/HSV288°30.00%66.67%
CMYK5.88%30.00%0.00%
33.33%

Color #A077AA in popluar number systems.

HEXA077AA
Decimal160119170
Binary10100000111011110101010
Octal240167252

Shades and tints

Shades of #A077AA

#A077AA
(160,119,170)
#926D9B
(146,109,155)
#84638C
(132,99,140)
#76597D
(118,89,125)
#684F6E
(104,79,110)
#5A455F
(90,69,95)
#4C3B50
(76,59,80)
#3E3141
(62,49,65)
#302732
(48,39,50)
#221D23
(34,29,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A077AA

#A077AA
(160,119,170)
#A883B1
(168,131,177)
#B08FB8
(176,143,184)
#B89BBF
(184,155,191)
#C0A7C6
(192,167,198)
#C8B3CD
(200,179,205)
#D0BFD4
(208,191,212)
#D8CBDB
(216,203,219)
#E0D7E2
(224,215,226)
#E8E3E9
(232,227,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A077AA; }

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

This text font color is #A077AA.


Background Color

.myBgColor { background-color: #A077AA; }

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

This div background color is #A077AA.


Border color

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

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

This div border color is #A077AA.


Opacity

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

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

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

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

This text has shadow with #A077AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A077AA on black background.


Color preview on white background

This text has color #A077AA on white background.



Black color preview on #A077AA background

This text has black color on #A077AA background.


White color preview on #A077AA background

This text has white color on #A077AA background.