COLOR #A03C76

HEX: #A03C76
RGB: (160,60,118)

Color info

#A03C76 contains mainly red and blue colors. Web safe color of #A03C76 is #993366 (or #936).

RGB color model

#A03C76 color RGB value is (160,60,118).

  • red value is 160;
  • green value is 60;
  • blue value is 118.
RGB:
(160,60,118)
(63%,24%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 60 of 255 = 24%
B 118 of 255 = 46%

160
60
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 60 + 118 = 338 (100%)
R 160 of 338 ~ 47.34%
G 60 of 338 ~ 17.75%
B 118 of 338 ~ 34.91%

%47.34
%17.75
%34.91

CMYK color model

#A03C76 color CMYK value is (0,63,26,37).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(0,63,26,37)
C0M63Y26K37 
(0%,63%,26%,37%)
(0.00/0.63/0.26/0.37)	

CMYK percentages

%0
%62.5
%26.25
%37.25

Codes

Color #A03C76 in popluar color models

A03C76
RGB16060118
HSL325°45.45%43.14%
HSB/HSV325°62.50%62.75%
CMYK0.00%62.50%26.25%
37.25%

Color #A03C76 in popluar number systems.

HEXA03C76
Decimal16060118
Binary101000001111001110110
Octal24074166

Shades and tints

Shades of #A03C76

#A03C76
(160,60,118)
#92376C
(146,55,108)
#843262
(132,50,98)
#762D58
(118,45,88)
#68284E
(104,40,78)
#5A2344
(90,35,68)
#4C1E3A
(76,30,58)
#3E1930
(62,25,48)
#301426
(48,20,38)
#220F1C
(34,15,28)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #A03C76

#A03C76
(160,60,118)
#A84D82
(168,77,130)
#B05E8E
(176,94,142)
#B86F9A
(184,111,154)
#C080A6
(192,128,166)
#C891B2
(200,145,178)
#D0A2BE
(208,162,190)
#D8B3CA
(216,179,202)
#E0C4D6
(224,196,214)
#E8D5E2
(232,213,226)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A03C76; }

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

This text font color is #A03C76.


Background Color

.myBgColor { background-color: #A03C76; }

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

This div background color is #A03C76.


Border color

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

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

This div border color is #A03C76.


Opacity

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

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

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

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

This text has shadow with #A03C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A03C76 on black background.


Color preview on white background

This text has color #A03C76 on white background.



Black color preview on #A03C76 background

This text has black color on #A03C76 background.


White color preview on #A03C76 background

This text has white color on #A03C76 background.