COLOR #A13B8C

HEX: #A13B8C RGB: (161,59,140)

Color info

#A13B8C contains mainly red and blue colors. Web safe color of #A13B8C is #993399 (or #939).

RGB color model

#A13B8C color RGB value is (161,59,140).

RGB: (161,59,140) (63%, 23%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 59 of 255 = 23%
B 140 of 255 = 55%

161
59
140

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

Portions of RGB colors in percentages

R + G + B = 161 + 59 + 140 = 360 (100%)
R 161 of 360 ~ 44.72%
G 59 of 360 ~ 16.39%
B 140 of 360 ~ 38.89'%

%44.72
%16.39
%38.89

CMYK color model

#A13B8C color CMYK value is (0,63,13,37).

  • cyan value is 0.00%
  • magenta value is 63.35%
  • yellow value is 13.04%
  • key color value is 36.86%

CMYK: (0,63,13,37)
C0M63Y13K37 (0%, 63%, 13%, 37%)
(0.00 / 0.63 / 0.13 / 0.37)

CMYK percentages

%0
%63.35
%13.04
%36.86

Codes

Color #A13B8C in popluar color models

A1 3B 8C
RGB 161 59 140
HSL 312° 46.36% 43.14%
HSB/HSV 312° 63.35% 63.14%
CMYK 0.00% 63.35% 13.04%
36.86%

Color #A13B8C in popluar number systems.

HEX A1 3B 8C
Decimal 161 59 140
Binary 10100001 111011 10001100
Octal 241 73 214

Shades and tints

Shades of #A13B8C

#A13B8C
(161,59,140)
#933680
(147,54,128)
#853174
(133,49,116)
#772C68
(119,44,104)
#69275C
(105,39,92)
#5B2250
(91,34,80)
#4D1D44
(77,29,68)
#3F1838
(63,24,56)
#31132C
(49,19,44)
#230E20
(35,14,32)
#150914
(21,9,20)
#000000
(0,0,0)

Tints of #A13B8C

#A13B8C
(161,59,140)
#A94C96
(169,76,150)
#B15DA0
(177,93,160)
#B96EAA
(185,110,170)
#C17FB4
(193,127,180)
#C990BE
(201,144,190)
#D1A1C8
(209,161,200)
#D9B2D2
(217,178,210)
#E1C3DC
(225,195,220)
#E9D4E6
(233,212,230)
#F1E5F0
(241,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A13B8C color. Also use rgb(161,59,140) instead hex code.

Text Font Color

.myTextColor { color: #A13B8C; }

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

This text font color is #A13B8C.

Background Color

.myBgColor { background-color: #A13B8C; }

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

This div background color is #A13B8C.

Border color

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

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

This div border color is #A13B8C.

Opacity

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

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

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

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

This text has shadow with #A13B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A13B8C.

Preview

Color preview on black background

This text has color #A13B8C on black background.


Color preview on white background

This text has color #A13B8C on white background.


Black color preview on #A13B8C background

This text has black color on #A13B8C background.


White color preview on #A13B8C background

This text has white color on #A13B8C background.


Related colors

Complementary color

Complementary color for #hex is #5EC473.


I love getcolorcode.com

Triadic colors

1 #8CA13B and #3B8CA1 with #A13B8C are triadic colors.

2 #8C3BA1 and #3BA18C with #A13B8C are triadic colors.