COLOR #A14988

HEX: #A14988
RGB: (161,73,136)

Color info

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

RGB color model

#A14988 color RGB value is (161,73,136).

  • red value is 161;
  • green value is 73;
  • blue value is 136.
RGB:
(161,73,136)
(63%,29%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 73 of 255 = 29%
B 136 of 255 = 53%

161
73
136

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

Portions of RGB colors in percentages

R + G + B =
161 + 73 + 136 = 370 (100%)
R 161 of 370 ~ 43.51%
G 73 of 370 ~ 19.73%
B 136 of 370 ~ 36.76%

%43.51
%19.73
%36.76

CMYK color model

#A14988 color CMYK value is (0,55,16,37).

  • cyan value is 0.00%
  • magenta value is 54.66%
  • yellow value is 15.53%
  • key color value is 36.86%
CMYK:
(0,55,16,37)
C0M55Y16K37 
(0%,55%,16%,37%)
(0.00/0.55/0.16/0.37)	

CMYK percentages

%0
%54.66
%15.53
%36.86

Codes

Color #A14988 in popluar color models

A14988
RGB16173136
HSL317°37.61%45.88%
HSB/HSV317°54.66%63.14%
CMYK0.00%54.66%15.53%
36.86%

Color #A14988 in popluar number systems.

HEXA14988
Decimal16173136
Binary10100001100100110001000
Octal241111210

Shades and tints

Shades of #A14988

#A14988
(161,73,136)
#93437C
(147,67,124)
#853D70
(133,61,112)
#773764
(119,55,100)
#693158
(105,49,88)
#5B2B4C
(91,43,76)
#4D2540
(77,37,64)
#3F1F34
(63,31,52)
#311928
(49,25,40)
#23131C
(35,19,28)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #A14988

#A14988
(161,73,136)
#A95992
(169,89,146)
#B1699C
(177,105,156)
#B979A6
(185,121,166)
#C189B0
(193,137,176)
#C999BA
(201,153,186)
#D1A9C4
(209,169,196)
#D9B9CE
(217,185,206)
#E1C9D8
(225,201,216)
#E9D9E2
(233,217,226)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A14988 color. Also use rgb(161,73,136) instead hex code.

Text Font Color

.myTextColor { color: #A14988; }

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

This text font color is #A14988.


Background Color

.myBgColor { background-color: #A14988; }

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

This div background color is #A14988.


Border color

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

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

This div border color is #A14988.


Opacity

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

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

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

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

This text has shadow with #A14988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A14988 on black background.


Color preview on white background

This text has color #A14988 on white background.



Black color preview on #A14988 background

This text has black color on #A14988 background.


White color preview on #A14988 background

This text has white color on #A14988 background.