COLOR #A77093

HEX: #A77093
RGB: (167,112,147)

Color info

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

RGB color model

#A77093 color RGB value is (167,112,147).

  • red value is 167;
  • green value is 112;
  • blue value is 147.
RGB:
(167,112,147)
(65%,44%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 112 of 255 = 44%
B 147 of 255 = 58%

167
112
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 112 + 147 = 426 (100%)
R 167 of 426 ~ 39.2%
G 112 of 426 ~ 26.29%
B 147 of 426 ~ 34.51%

%39.2
%26.29
%34.51

CMYK color model

#A77093 color CMYK value is (0,33,12,35).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK:
(0,33,12,35)
C0M33Y12K35 
(0%,33%,12%,35%)
(0.00/0.33/0.12/0.35)	

CMYK percentages

%0
%32.93
%11.98
%34.51

Codes

Color #A77093 in popluar color models

A77093
RGB167112147
HSL322°23.81%54.71%
HSB/HSV322°32.93%65.49%
CMYK0.00%32.93%11.98%
34.51%

Color #A77093 in popluar number systems.

HEXA77093
Decimal167112147
Binary10100111111000010010011
Octal247160223

Shades and tints

Shades of #A77093

#A77093
(167,112,147)
#986686
(152,102,134)
#895C79
(137,92,121)
#7A526C
(122,82,108)
#6B485F
(107,72,95)
#5C3E52
(92,62,82)
#4D3445
(77,52,69)
#3E2A38
(62,42,56)
#2F202B
(47,32,43)
#20161E
(32,22,30)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #A77093

#A77093
(167,112,147)
#AF7D9C
(175,125,156)
#B78AA5
(183,138,165)
#BF97AE
(191,151,174)
#C7A4B7
(199,164,183)
#CFB1C0
(207,177,192)
#D7BEC9
(215,190,201)
#DFCBD2
(223,203,210)
#E7D8DB
(231,216,219)
#EFE5E4
(239,229,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77093 color. Also use rgb(167,112,147) instead hex code.

Text Font Color

.myTextColor { color: #A77093; }

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

This text font color is #A77093.


Background Color

.myBgColor { background-color: #A77093; }

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

This div background color is #A77093.


Border color

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

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

This div border color is #A77093.


Opacity

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

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

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

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

This text has shadow with #A77093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77093 on black background.


Color preview on white background

This text has color #A77093 on white background.



Black color preview on #A77093 background

This text has black color on #A77093 background.


White color preview on #A77093 background

This text has white color on #A77093 background.