COLOR #A5428D

HEX: #A5428D
RGB: (165,66,141)

Color info

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

RGB color model

#A5428D color RGB value is (165,66,141).

  • red value is 165;
  • green value is 66;
  • blue value is 141.
RGB:
(165,66,141)
(65%,26%,55%)

RGB channels and saturation

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

165
66
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 66 + 141 = 372 (100%)
R 165 of 372 ~ 44.35%
G 66 of 372 ~ 17.74%
B 141 of 372 ~ 37.9%

%44.35
%17.74
%37.9

CMYK color model

#A5428D color CMYK value is (0,60,15,35).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,60,15,35)
C0M60Y15K35 
(0%,60%,15%,35%)
(0.00/0.60/0.15/0.35)	

CMYK percentages

%0
%60
%14.55
%35.29

Codes

Color #A5428D in popluar color models

A5428D
RGB16566141
HSL315°42.86%45.29%
HSB/HSV315°60.00%64.71%
CMYK0.00%60.00%14.55%
35.29%

Color #A5428D in popluar number systems.

HEXA5428D
Decimal16566141
Binary10100101100001010001101
Octal245102215

Shades and tints

Shades of #A5428D

#A5428D
(165,66,141)
#963C81
(150,60,129)
#873675
(135,54,117)
#783069
(120,48,105)
#692A5D
(105,42,93)
#5A2451
(90,36,81)
#4B1E45
(75,30,69)
#3C1839
(60,24,57)
#2D122D
(45,18,45)
#1E0C21
(30,12,33)
#0F0615
(15,6,21)
#000000
(0,0,0)

Tints of #A5428D

#A5428D
(165,66,141)
#AD5397
(173,83,151)
#B564A1
(181,100,161)
#BD75AB
(189,117,171)
#C586B5
(197,134,181)
#CD97BF
(205,151,191)
#D5A8C9
(213,168,201)
#DDB9D3
(221,185,211)
#E5CADD
(229,202,221)
#EDDBE7
(237,219,231)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5428D; }

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

This text font color is #A5428D.


Background Color

.myBgColor { background-color: #A5428D; }

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

This div background color is #A5428D.


Border color

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

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

This div border color is #A5428D.


Opacity

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

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

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

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

This text has shadow with #A5428D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5428D on black background.


Color preview on white background

This text has color #A5428D on white background.



Black color preview on #A5428D background

This text has black color on #A5428D background.


White color preview on #A5428D background

This text has white color on #A5428D background.