COLOR #A13E71

HEX: #A13E71
RGB: (161,62,113)

Color info

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

RGB color model

#A13E71 color RGB value is (161,62,113).

  • red value is 161;
  • green value is 62;
  • blue value is 113.
RGB:
(161,62,113)
(63%,24%,44%)

RGB channels and saturation

R 161 of 255 = 63%
G 62 of 255 = 24%
B 113 of 255 = 44%

161
62
113

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

Portions of RGB colors in percentages

R + G + B =
161 + 62 + 113 = 336 (100%)
R 161 of 336 ~ 47.92%
G 62 of 336 ~ 18.45%
B 113 of 336 ~ 33.63%

%47.92
%18.45
%33.63

CMYK color model

#A13E71 color CMYK value is (0,61,30,37).

  • cyan value is 0.00%
  • magenta value is 61.49%
  • yellow value is 29.81%
  • key color value is 36.86%
CMYK:
(0,61,30,37)
C0M61Y30K37 
(0%,61%,30%,37%)
(0.00/0.61/0.30/0.37)	

CMYK percentages

%0
%61.49
%29.81
%36.86

Codes

Color #A13E71 in popluar color models

A13E71
RGB16162113
HSL329°44.39%43.73%
HSB/HSV329°61.49%63.14%
CMYK0.00%61.49%29.81%
36.86%

Color #A13E71 in popluar number systems.

HEXA13E71
Decimal16162113
Binary101000011111101110001
Octal24176161

Shades and tints

Shades of #A13E71

#A13E71
(161,62,113)
#933967
(147,57,103)
#85345D
(133,52,93)
#772F53
(119,47,83)
#692A49
(105,42,73)
#5B253F
(91,37,63)
#4D2035
(77,32,53)
#3F1B2B
(63,27,43)
#311621
(49,22,33)
#231117
(35,17,23)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #A13E71

#A13E71
(161,62,113)
#A94F7D
(169,79,125)
#B16089
(177,96,137)
#B97195
(185,113,149)
#C182A1
(193,130,161)
#C993AD
(201,147,173)
#D1A4B9
(209,164,185)
#D9B5C5
(217,181,197)
#E1C6D1
(225,198,209)
#E9D7DD
(233,215,221)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A13E71 color. Also use rgb(161,62,113) instead hex code.

Text Font Color

.myTextColor { color: #A13E71; }

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

This text font color is #A13E71.


Background Color

.myBgColor { background-color: #A13E71; }

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

This div background color is #A13E71.


Border color

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

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

This div border color is #A13E71.


Opacity

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

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

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

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

This text has shadow with #A13E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A13E71 on black background.


Color preview on white background

This text has color #A13E71 on white background.



Black color preview on #A13E71 background

This text has black color on #A13E71 background.


White color preview on #A13E71 background

This text has white color on #A13E71 background.