COLOR #A7428D

HEX: #A7428D RGB: (167,66,141)

Color info

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

RGB color model

#A7428D color RGB value is (167,66,141).

RGB: (167,66,141) (65%, 26%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 66 of 255 = 26%
B 141 of 255 = 55%

167
66
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 66 + 141 = 374 (100%)
R 167 of 374 ~ 44.65%
G 66 of 374 ~ 17.65%
B 141 of 374 ~ 37.7'%

%44.65
%17.65
%37.7

CMYK color model

#A7428D color CMYK value is (0,60,16,35).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 15.57%
  • key color value is 34.51%

CMYK: (0,60,16,35)
C0M60Y16K35 (0%, 60%, 16%, 35%)
(0.00 / 0.60 / 0.16 / 0.35)

CMYK percentages

%0
%60.48
%15.57
%34.51

Codes

Color #A7428D in popluar color models

A7 42 8D
RGB 167 66 141
HSL 315° 43.35% 45.69%
HSB/HSV 315° 60.48% 65.49%
CMYK 0.00% 60.48% 15.57%
34.51%

Color #A7428D in popluar number systems.

HEX A7 42 8D
Decimal 167 66 141
Binary 10100111 1000010 10001101
Octal 247 102 215

Shades and tints

Shades of #A7428D

#A7428D
(167,66,141)
#983C81
(152,60,129)
#893675
(137,54,117)
#7A3069
(122,48,105)
#6B2A5D
(107,42,93)
#5C2451
(92,36,81)
#4D1E45
(77,30,69)
#3E1839
(62,24,57)
#2F122D
(47,18,45)
#200C21
(32,12,33)
#110615
(17,6,21)
#000000
(0,0,0)

Tints of #A7428D

#A7428D
(167,66,141)
#AF5397
(175,83,151)
#B764A1
(183,100,161)
#BF75AB
(191,117,171)
#C786B5
(199,134,181)
#CF97BF
(207,151,191)
#D7A8C9
(215,168,201)
#DFB9D3
(223,185,211)
#E7CADD
(231,202,221)
#EFDBE7
(239,219,231)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7428D color. Also use rgb(167,66,141) instead hex code.

Text Font Color

.myTextColor { color: #A7428D; }

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

This text font color is #A7428D.

Background Color

.myBgColor { background-color: #A7428D; }

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

This div background color is #A7428D.

Border color

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

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

This div border color is #A7428D.

Opacity

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

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

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

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

This text has shadow with #A7428D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7428D.

Preview

Color preview on black background

This text has color #A7428D on black background.


Color preview on white background

This text has color #A7428D on white background.


Black color preview on #A7428D background

This text has black color on #A7428D background.


White color preview on #A7428D background

This text has white color on #A7428D background.


Related colors

Complementary color

Complementary color for #hex is #58BD72.


I love getcolorcode.com

Triadic colors

1 #8DA742 and #428DA7 with #A7428D are triadic colors.

2 #8D42A7 and #42A78D with #A7428D are triadic colors.