COLOR #A9518C

HEX: #A9518C
RGB: (169,81,140)

Color info

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

RGB color model

#A9518C color RGB value is (169,81,140).

  • red value is 169;
  • green value is 81;
  • blue value is 140.
RGB:
(169,81,140)
(66%,32%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 81 of 255 = 32%
B 140 of 255 = 55%

169
81
140

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

Portions of RGB colors in percentages

R + G + B =
169 + 81 + 140 = 390 (100%)
R 169 of 390 ~ 43.33%
G 81 of 390 ~ 20.77%
B 140 of 390 ~ 35.9%

%43.33
%20.77
%35.9

CMYK color model

#A9518C color CMYK value is (0,52,17,34).

  • cyan value is 0.00%
  • magenta value is 52.07%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK:
(0,52,17,34)
C0M52Y17K34 
(0%,52%,17%,34%)
(0.00/0.52/0.17/0.34)	

CMYK percentages

%0
%52.07
%17.16
%33.73

Codes

Color #A9518C in popluar color models

A9518C
RGB16981140
HSL320°35.20%49.02%
HSB/HSV320°52.07%66.27%
CMYK0.00%52.07%17.16%
33.73%

Color #A9518C in popluar number systems.

HEXA9518C
Decimal16981140
Binary10101001101000110001100
Octal251121214

Shades and tints

Shades of #A9518C

#A9518C
(169,81,140)
#9A4A80
(154,74,128)
#8B4374
(139,67,116)
#7C3C68
(124,60,104)
#6D355C
(109,53,92)
#5E2E50
(94,46,80)
#4F2744
(79,39,68)
#402038
(64,32,56)
#31192C
(49,25,44)
#221220
(34,18,32)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #A9518C

#A9518C
(169,81,140)
#B06096
(176,96,150)
#B76FA0
(183,111,160)
#BE7EAA
(190,126,170)
#C58DB4
(197,141,180)
#CC9CBE
(204,156,190)
#D3ABC8
(211,171,200)
#DABAD2
(218,186,210)
#E1C9DC
(225,201,220)
#E8D8E6
(232,216,230)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9518C color. Also use rgb(169,81,140) instead hex code.

Text Font Color

.myTextColor { color: #A9518C; }

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

This text font color is #A9518C.


Background Color

.myBgColor { background-color: #A9518C; }

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

This div background color is #A9518C.


Border color

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

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

This div border color is #A9518C.


Opacity

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

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

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

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

This text has shadow with #A9518C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9518C on black background.


Color preview on white background

This text has color #A9518C on white background.



Black color preview on #A9518C background

This text has black color on #A9518C background.


White color preview on #A9518C background

This text has white color on #A9518C background.