COLOR #A9428B

HEX: #A9428B RGB: (169,66,139)

Color info

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

RGB color model

#A9428B color RGB value is (169,66,139).

RGB: (169,66,139) (66%, 26%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 66 of 255 = 26%
B 139 of 255 = 55%

169
66
139

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

Portions of RGB colors in percentages

R + G + B = 169 + 66 + 139 = 374 (100%)
R 169 of 374 ~ 45.19%
G 66 of 374 ~ 17.65%
B 139 of 374 ~ 37.17'%

%45.19
%17.65
%37.17

CMYK color model

#A9428B color CMYK value is (0,61,18,34).

  • cyan value is 0.00%
  • magenta value is 60.95%
  • yellow value is 17.75%
  • key color value is 33.73%

CMYK: (0,61,18,34)
C0M61Y18K34 (0%, 61%, 18%, 34%)
(0.00 / 0.61 / 0.18 / 0.34)

CMYK percentages

%0
%60.95
%17.75
%33.73

Codes

Color #A9428B in popluar color models

A9 42 8B
RGB 169 66 139
HSL 317° 43.83% 46.08%
HSB/HSV 317° 60.95% 66.27%
CMYK 0.00% 60.95% 17.75%
33.73%

Color #A9428B in popluar number systems.

HEX A9 42 8B
Decimal 169 66 139
Binary 10101001 1000010 10001011
Octal 251 102 213

Shades and tints

Shades of #A9428B

#A9428B
(169,66,139)
#9A3C7F
(154,60,127)
#8B3673
(139,54,115)
#7C3067
(124,48,103)
#6D2A5B
(109,42,91)
#5E244F
(94,36,79)
#4F1E43
(79,30,67)
#401837
(64,24,55)
#31122B
(49,18,43)
#220C1F
(34,12,31)
#130613
(19,6,19)
#000000
(0,0,0)

Tints of #A9428B

#A9428B
(169,66,139)
#B05395
(176,83,149)
#B7649F
(183,100,159)
#BE75A9
(190,117,169)
#C586B3
(197,134,179)
#CC97BD
(204,151,189)
#D3A8C7
(211,168,199)
#DAB9D1
(218,185,209)
#E1CADB
(225,202,219)
#E8DBE5
(232,219,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9428B color. Also use rgb(169,66,139) instead hex code.

Text Font Color

.myTextColor { color: #A9428B; }

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

This text font color is #A9428B.

Background Color

.myBgColor { background-color: #A9428B; }

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

This div background color is #A9428B.

Border color

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

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

This div border color is #A9428B.

Opacity

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

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

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

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

This text has shadow with #A9428B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9428B.

Preview

Color preview on black background

This text has color #A9428B on black background.


Color preview on white background

This text has color #A9428B on white background.


Black color preview on #A9428B background

This text has black color on #A9428B background.


White color preview on #A9428B background

This text has white color on #A9428B background.


Related colors

Complementary color

Complementary color for #hex is #56BD74.


I love getcolorcode.com

Triadic colors

1 #8BA942 and #428BA9 with #A9428B are triadic colors.

2 #8B42A9 and #42A98B with #A9428B are triadic colors.