COLOR #A9618A

HEX: #A9618A
RGB: (169,97,138)

Color info

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

RGB color model

#A9618A color RGB value is (169,97,138).

  • red value is 169;
  • green value is 97;
  • blue value is 138.
RGB:
(169,97,138)
(66%,38%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 97 of 255 = 38%
B 138 of 255 = 54%

169
97
138

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

Portions of RGB colors in percentages

R + G + B =
169 + 97 + 138 = 404 (100%)
R 169 of 404 ~ 41.83%
G 97 of 404 ~ 24.01%
B 138 of 404 ~ 34.16%

%41.83
%24.01
%34.16

CMYK color model

#A9618A color CMYK value is (0,43,18,34).

  • cyan value is 0.00%
  • magenta value is 42.60%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK:
(0,43,18,34)
C0M43Y18K34 
(0%,43%,18%,34%)
(0.00/0.43/0.18/0.34)	

CMYK percentages

%0
%42.6
%18.34
%33.73

Codes

Color #A9618A in popluar color models

A9618A
RGB16997138
HSL326°29.51%52.16%
HSB/HSV326°42.60%66.27%
CMYK0.00%42.60%18.34%
33.73%

Color #A9618A in popluar number systems.

HEXA9618A
Decimal16997138
Binary10101001110000110001010
Octal251141212

Shades and tints

Shades of #A9618A

#A9618A
(169,97,138)
#9A597E
(154,89,126)
#8B5172
(139,81,114)
#7C4966
(124,73,102)
#6D415A
(109,65,90)
#5E394E
(94,57,78)
#4F3142
(79,49,66)
#402936
(64,41,54)
#31212A
(49,33,42)
#22191E
(34,25,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #A9618A

#A9618A
(169,97,138)
#B06F94
(176,111,148)
#B77D9E
(183,125,158)
#BE8BA8
(190,139,168)
#C599B2
(197,153,178)
#CCA7BC
(204,167,188)
#D3B5C6
(211,181,198)
#DAC3D0
(218,195,208)
#E1D1DA
(225,209,218)
#E8DFE4
(232,223,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9618A color. Also use rgb(169,97,138) instead hex code.

Text Font Color

.myTextColor { color: #A9618A; }

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

This text font color is #A9618A.


Background Color

.myBgColor { background-color: #A9618A; }

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

This div background color is #A9618A.


Border color

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

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

This div border color is #A9618A.


Opacity

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

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

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

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

This text has shadow with #A9618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9618A on black background.


Color preview on white background

This text has color #A9618A on white background.



Black color preview on #A9618A background

This text has black color on #A9618A background.


White color preview on #A9618A background

This text has white color on #A9618A background.