COLOR #A03C78

HEX: #A03C78
RGB: (160,60,120)

Color info

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

RGB color model

#A03C78 color RGB value is (160,60,120).

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

RGB channels and saturation

R 160 of 255 = 63%
G 60 of 255 = 24%
B 120 of 255 = 47%

160
60
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 60 + 120 = 340 (100%)
R 160 of 340 ~ 47.06%
G 60 of 340 ~ 17.65%
B 120 of 340 ~ 35.29%

%47.06
%17.65
%35.29

CMYK color model

#A03C78 color CMYK value is (0,63,25,37).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(0,63,25,37)
C0M63Y25K37 
(0%,63%,25%,37%)
(0.00/0.63/0.25/0.37)	

CMYK percentages

%0
%62.5
%25
%37.25

Codes

Color #A03C78 in popluar color models

A03C78
RGB16060120
HSL324°45.45%43.14%
HSB/HSV324°62.50%62.75%
CMYK0.00%62.50%25.00%
37.25%

Color #A03C78 in popluar number systems.

HEXA03C78
Decimal16060120
Binary101000001111001111000
Octal24074170

Shades and tints

Shades of #A03C78

#A03C78
(160,60,120)
#92376E
(146,55,110)
#843264
(132,50,100)
#762D5A
(118,45,90)
#682850
(104,40,80)
#5A2346
(90,35,70)
#4C1E3C
(76,30,60)
#3E1932
(62,25,50)
#301428
(48,20,40)
#220F1E
(34,15,30)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #A03C78

#A03C78
(160,60,120)
#A84D84
(168,77,132)
#B05E90
(176,94,144)
#B86F9C
(184,111,156)
#C080A8
(192,128,168)
#C891B4
(200,145,180)
#D0A2C0
(208,162,192)
#D8B3CC
(216,179,204)
#E0C4D8
(224,196,216)
#E8D5E4
(232,213,228)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A03C78; }

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

This text font color is #A03C78.


Background Color

.myBgColor { background-color: #A03C78; }

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

This div background color is #A03C78.


Border color

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

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

This div border color is #A03C78.


Opacity

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

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

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

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

This text has shadow with #A03C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A03C78 on black background.


Color preview on white background

This text has color #A03C78 on white background.



Black color preview on #A03C78 background

This text has black color on #A03C78 background.


White color preview on #A03C78 background

This text has white color on #A03C78 background.