COLOR #A077AD

HEX: #A077AD
RGB: (160,119,173)

Color info

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

RGB color model

#A077AD color RGB value is (160,119,173).

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

RGB channels and saturation

R 160 of 255 = 63%
G 119 of 255 = 47%
B 173 of 255 = 68%

160
119
173

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

Portions of RGB colors in percentages

R + G + B =
160 + 119 + 173 = 452 (100%)
R 160 of 452 ~ 35.4%
G 119 of 452 ~ 26.33%
B 173 of 452 ~ 38.27%

%35.4
%26.33
%38.27

CMYK color model

#A077AD color CMYK value is (8,31,0,32).

  • cyan value is 7.51%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,31,0,32)
C8M31Y0K32 
(8%,31%,0%,32%)
(0.08/0.31/0.00/0.32)	

CMYK percentages

%7.51
%31.21
%0
%32.16

Codes

Color #A077AD in popluar color models

A077AD
RGB160119173
HSL286°24.77%57.25%
HSB/HSV286°31.21%67.84%
CMYK7.51%31.21%0.00%
32.16%

Color #A077AD in popluar number systems.

HEXA077AD
Decimal160119173
Binary10100000111011110101101
Octal240167255

Shades and tints

Shades of #A077AD

#A077AD
(160,119,173)
#926D9E
(146,109,158)
#84638F
(132,99,143)
#765980
(118,89,128)
#684F71
(104,79,113)
#5A4562
(90,69,98)
#4C3B53
(76,59,83)
#3E3144
(62,49,68)
#302735
(48,39,53)
#221D26
(34,29,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #A077AD

#A077AD
(160,119,173)
#A883B4
(168,131,180)
#B08FBB
(176,143,187)
#B89BC2
(184,155,194)
#C0A7C9
(192,167,201)
#C8B3D0
(200,179,208)
#D0BFD7
(208,191,215)
#D8CBDE
(216,203,222)
#E0D7E5
(224,215,229)
#E8E3EC
(232,227,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A077AD; }

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

This text font color is #A077AD.


Background Color

.myBgColor { background-color: #A077AD; }

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

This div background color is #A077AD.


Border color

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

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

This div border color is #A077AD.


Opacity

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

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

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

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

This text has shadow with #A077AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A077AD on black background.


Color preview on white background

This text has color #A077AD on white background.



Black color preview on #A077AD background

This text has black color on #A077AD background.


White color preview on #A077AD background

This text has white color on #A077AD background.