COLOR #A03E73

HEX: #A03E73
RGB: (160,62,115)

Color info

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

RGB color model

#A03E73 color RGB value is (160,62,115).

  • red value is 160;
  • green value is 62;
  • blue value is 115.
RGB:
(160,62,115)
(63%,24%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 62 of 255 = 24%
B 115 of 255 = 45%

160
62
115

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

Portions of RGB colors in percentages

R + G + B =
160 + 62 + 115 = 337 (100%)
R 160 of 337 ~ 47.48%
G 62 of 337 ~ 18.4%
B 115 of 337 ~ 34.12%

%47.48
%18.4
%34.12

CMYK color model

#A03E73 color CMYK value is (0,61,28,37).

  • cyan value is 0.00%
  • magenta value is 61.25%
  • yellow value is 28.13%
  • key color value is 37.25%
CMYK:
(0,61,28,37)
C0M61Y28K37 
(0%,61%,28%,37%)
(0.00/0.61/0.28/0.37)	

CMYK percentages

%0
%61.25
%28.13
%37.25

Codes

Color #A03E73 in popluar color models

A03E73
RGB16062115
HSL328°44.14%43.53%
HSB/HSV328°61.25%62.75%
CMYK0.00%61.25%28.13%
37.25%

Color #A03E73 in popluar number systems.

HEXA03E73
Decimal16062115
Binary101000001111101110011
Octal24076163

Shades and tints

Shades of #A03E73

#A03E73
(160,62,115)
#923969
(146,57,105)
#84345F
(132,52,95)
#762F55
(118,47,85)
#682A4B
(104,42,75)
#5A2541
(90,37,65)
#4C2037
(76,32,55)
#3E1B2D
(62,27,45)
#301623
(48,22,35)
#221119
(34,17,25)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #A03E73

#A03E73
(160,62,115)
#A84F7F
(168,79,127)
#B0608B
(176,96,139)
#B87197
(184,113,151)
#C082A3
(192,130,163)
#C893AF
(200,147,175)
#D0A4BB
(208,164,187)
#D8B5C7
(216,181,199)
#E0C6D3
(224,198,211)
#E8D7DF
(232,215,223)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A03E73 color. Also use rgb(160,62,115) instead hex code.

Text Font Color

.myTextColor { color: #A03E73; }

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

This text font color is #A03E73.


Background Color

.myBgColor { background-color: #A03E73; }

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

This div background color is #A03E73.


Border color

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

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

This div border color is #A03E73.


Opacity

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

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

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

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

This text has shadow with #A03E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A03E73 on black background.


Color preview on white background

This text has color #A03E73 on white background.



Black color preview on #A03E73 background

This text has black color on #A03E73 background.


White color preview on #A03E73 background

This text has white color on #A03E73 background.