COLOR #A14E99

HEX: #A14E99
RGB: (161,78,153)

Color info

#A14E99 contains mainly red and blue colors. Web safe color of #A14E99 is #996699 (or #969).

RGB color model

#A14E99 color RGB value is (161,78,153).

  • red value is 161;
  • green value is 78;
  • blue value is 153.
RGB:
(161,78,153)
(63%,31%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 78 of 255 = 31%
B 153 of 255 = 60%

161
78
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 78 + 153 = 392 (100%)
R 161 of 392 ~ 41.07%
G 78 of 392 ~ 19.9%
B 153 of 392 ~ 39.03%

%41.07
%19.9
%39.03

CMYK color model

#A14E99 color CMYK value is (0,52,5,37).

  • cyan value is 0.00%
  • magenta value is 51.55%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(0,52,5,37)
C0M52Y5K37 
(0%,52%,5%,37%)
(0.00/0.52/0.05/0.37)	

CMYK percentages

%0
%51.55
%4.97
%36.86

Codes

Color #A14E99 in popluar color models

A14E99
RGB16178153
HSL306°34.73%46.86%
HSB/HSV306°51.55%63.14%
CMYK0.00%51.55%4.97%
36.86%

Color #A14E99 in popluar number systems.

HEXA14E99
Decimal16178153
Binary10100001100111010011001
Octal241116231

Shades and tints

Shades of #A14E99

#A14E99
(161,78,153)
#93478C
(147,71,140)
#85407F
(133,64,127)
#773972
(119,57,114)
#693265
(105,50,101)
#5B2B58
(91,43,88)
#4D244B
(77,36,75)
#3F1D3E
(63,29,62)
#311631
(49,22,49)
#230F24
(35,15,36)
#150817
(21,8,23)
#000000
(0,0,0)

Tints of #A14E99

#A14E99
(161,78,153)
#A95EA2
(169,94,162)
#B16EAB
(177,110,171)
#B97EB4
(185,126,180)
#C18EBD
(193,142,189)
#C99EC6
(201,158,198)
#D1AECF
(209,174,207)
#D9BED8
(217,190,216)
#E1CEE1
(225,206,225)
#E9DEEA
(233,222,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A14E99 color. Also use rgb(161,78,153) instead hex code.

Text Font Color

.myTextColor { color: #A14E99; }

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

This text font color is #A14E99.


Background Color

.myBgColor { background-color: #A14E99; }

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

This div background color is #A14E99.


Border color

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

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

This div border color is #A14E99.


Opacity

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

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

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

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

This text has shadow with #A14E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A14E99 on black background.


Color preview on white background

This text has color #A14E99 on white background.



Black color preview on #A14E99 background

This text has black color on #A14E99 background.


White color preview on #A14E99 background

This text has white color on #A14E99 background.