COLOR #A077AC

HEX: #A077AC RGB: (160,119,172)

Color info

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

RGB color model

#A077AC color RGB value is (160,119,172).

RGB: (160,119,172) (63%, 47%, 67%)

RGB channels and saturation

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

160
119
172

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

Portions of RGB colors in percentages

R + G + B = 160 + 119 + 172 = 451 (100%)
R 160 of 451 ~ 35.48%
G 119 of 451 ~ 26.39%
B 172 of 451 ~ 38.14'%

%35.48
%26.39
%38.14

CMYK color model

#A077AC color CMYK value is (7,31,0,33).

  • cyan value is 6.98%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (7,31,0,33)
C7M31Y0K33 (7%, 31%, 0%, 33%)
(0.07 / 0.31 / 0.00 / 0.33)

CMYK percentages

%6.98
%30.81
%0
%32.55

Codes

Color #A077AC in popluar color models

A0 77 AC
RGB 160 119 172
HSL 286° 24.20% 57.06%
HSB/HSV 286° 30.81% 67.45%
CMYK 6.98% 30.81% 0.00%
32.55%

Color #A077AC in popluar number systems.

HEX A0 77 AC
Decimal 160 119 172
Binary 10100000 1110111 10101100
Octal 240 167 254

Shades and tints

Shades of #A077AC

#A077AC
(160,119,172)
#926D9D
(146,109,157)
#84638E
(132,99,142)
#76597F
(118,89,127)
#684F70
(104,79,112)
#5A4561
(90,69,97)
#4C3B52
(76,59,82)
#3E3143
(62,49,67)
#302734
(48,39,52)
#221D25
(34,29,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #A077AC

#A077AC
(160,119,172)
#A883B3
(168,131,179)
#B08FBA
(176,143,186)
#B89BC1
(184,155,193)
#C0A7C8
(192,167,200)
#C8B3CF
(200,179,207)
#D0BFD6
(208,191,214)
#D8CBDD
(216,203,221)
#E0D7E4
(224,215,228)
#E8E3EB
(232,227,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A077AC; }

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

This text font color is #A077AC.

Background Color

.myBgColor { background-color: #A077AC; }

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

This div background color is #A077AC.

Border color

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

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

This div border color is #A077AC.

Opacity

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

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

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

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

This text has shadow with #A077AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A077AC.

Preview

Color preview on black background

This text has color #A077AC on black background.


Color preview on white background

This text has color #A077AC on white background.


Black color preview on #A077AC background

This text has black color on #A077AC background.


White color preview on #A077AC background

This text has white color on #A077AC background.


Related colors

Complementary color

Complementary color for #hex is #5F8853.


I love getcolorcode.com

Triadic colors

1 #ACA077 and #77ACA0 with #A077AC are triadic colors.

2 #AC77A0 and #77A0AC with #A077AC are triadic colors.