COLOR #A9478E

HEX: #A9478E
RGB: (169,71,142)

Color info

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

RGB color model

#A9478E color RGB value is (169,71,142).

  • red value is 169;
  • green value is 71;
  • blue value is 142.
RGB:
(169,71,142)
(66%,28%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 71 of 255 = 28%
B 142 of 255 = 56%

169
71
142

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

Portions of RGB colors in percentages

R + G + B =
169 + 71 + 142 = 382 (100%)
R 169 of 382 ~ 44.24%
G 71 of 382 ~ 18.59%
B 142 of 382 ~ 37.17%

%44.24
%18.59
%37.17

CMYK color model

#A9478E color CMYK value is (0,58,16,34).

  • cyan value is 0.00%
  • magenta value is 57.99%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(0,58,16,34)
C0M58Y16K34 
(0%,58%,16%,34%)
(0.00/0.58/0.16/0.34)	

CMYK percentages

%0
%57.99
%15.98
%33.73

Codes

Color #A9478E in popluar color models

A9478E
RGB16971142
HSL317°40.83%47.06%
HSB/HSV317°57.99%66.27%
CMYK0.00%57.99%15.98%
33.73%

Color #A9478E in popluar number systems.

HEXA9478E
Decimal16971142
Binary10101001100011110001110
Octal251107216

Shades and tints

Shades of #A9478E

#A9478E
(169,71,142)
#9A4182
(154,65,130)
#8B3B76
(139,59,118)
#7C356A
(124,53,106)
#6D2F5E
(109,47,94)
#5E2952
(94,41,82)
#4F2346
(79,35,70)
#401D3A
(64,29,58)
#31172E
(49,23,46)
#221122
(34,17,34)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #A9478E

#A9478E
(169,71,142)
#B05798
(176,87,152)
#B767A2
(183,103,162)
#BE77AC
(190,119,172)
#C587B6
(197,135,182)
#CC97C0
(204,151,192)
#D3A7CA
(211,167,202)
#DAB7D4
(218,183,212)
#E1C7DE
(225,199,222)
#E8D7E8
(232,215,232)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9478E color. Also use rgb(169,71,142) instead hex code.

Text Font Color

.myTextColor { color: #A9478E; }

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

This text font color is #A9478E.


Background Color

.myBgColor { background-color: #A9478E; }

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

This div background color is #A9478E.


Border color

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

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

This div border color is #A9478E.


Opacity

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

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

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

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

This text has shadow with #A9478E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9478E on black background.


Color preview on white background

This text has color #A9478E on white background.



Black color preview on #A9478E background

This text has black color on #A9478E background.


White color preview on #A9478E background

This text has white color on #A9478E background.