COLOR #A13B78

HEX: #A13B78
RGB: (161,59,120)

Color info

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

RGB color model

#A13B78 color RGB value is (161,59,120).

  • red value is 161;
  • green value is 59;
  • blue value is 120.
RGB:
(161,59,120)
(63%,23%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 59 of 255 = 23%
B 120 of 255 = 47%

161
59
120

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

Portions of RGB colors in percentages

R + G + B =
161 + 59 + 120 = 340 (100%)
R 161 of 340 ~ 47.35%
G 59 of 340 ~ 17.35%
B 120 of 340 ~ 35.29%

%47.35
%17.35
%35.29

CMYK color model

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

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

CMYK percentages

%0
%63.35
%25.47
%36.86

Codes

Color #A13B78 in popluar color models

A13B78
RGB16159120
HSL324°46.36%43.14%
HSB/HSV324°63.35%63.14%
CMYK0.00%63.35%25.47%
36.86%

Color #A13B78 in popluar number systems.

HEXA13B78
Decimal16159120
Binary101000011110111111000
Octal24173170

Shades and tints

Shades of #A13B78

#A13B78
(161,59,120)
#93366E
(147,54,110)
#853164
(133,49,100)
#772C5A
(119,44,90)
#692750
(105,39,80)
#5B2246
(91,34,70)
#4D1D3C
(77,29,60)
#3F1832
(63,24,50)
#311328
(49,19,40)
#230E1E
(35,14,30)
#150914
(21,9,20)
#000000
(0,0,0)

Tints of #A13B78

#A13B78
(161,59,120)
#A94C84
(169,76,132)
#B15D90
(177,93,144)
#B96E9C
(185,110,156)
#C17FA8
(193,127,168)
#C990B4
(201,144,180)
#D1A1C0
(209,161,192)
#D9B2CC
(217,178,204)
#E1C3D8
(225,195,216)
#E9D4E4
(233,212,228)
#F1E5F0
(241,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A13B78; }

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

This text font color is #A13B78.


Background Color

.myBgColor { background-color: #A13B78; }

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

This div background color is #A13B78.


Border color

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

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

This div border color is #A13B78.


Opacity

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

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

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

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

This text has shadow with #A13B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A13B78 on black background.


Color preview on white background

This text has color #A13B78 on white background.



Black color preview on #A13B78 background

This text has black color on #A13B78 background.


White color preview on #A13B78 background

This text has white color on #A13B78 background.