COLOR #A53571

HEX: #A53571 RGB: (165,53,113)

Color info

#A53571 contains mainly red and blue colors. Web safe color of #A53571 is #993366 (or #936).

RGB color model

#A53571 color RGB value is (165,53,113).

RGB: (165,53,113) (65%, 21%, 44%)

RGB channels and saturation

R 165 of 255 = 65%
G 53 of 255 = 21%
B 113 of 255 = 44%

165
53
113

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

Portions of RGB colors in percentages

R + G + B = 165 + 53 + 113 = 331 (100%)
R 165 of 331 ~ 49.85%
G 53 of 331 ~ 16.01%
B 113 of 331 ~ 34.14'%

%49.85
%16.01
%34.14

CMYK color model

#A53571 color CMYK value is (0,68,32,35).

  • cyan value is 0.00%
  • magenta value is 67.88%
  • yellow value is 31.52%
  • key color value is 35.29%

CMYK: (0,68,32,35)
C0M68Y32K35 (0%, 68%, 32%, 35%)
(0.00 / 0.68 / 0.32 / 0.35)

CMYK percentages

%0
%67.88
%31.52
%35.29

Codes

Color #A53571 in popluar color models

A5 35 71
RGB 165 53 113
HSL 328° 51.38% 42.75%
HSB/HSV 328° 67.88% 64.71%
CMYK 0.00% 67.88% 31.52%
35.29%

Color #A53571 in popluar number systems.

HEX A5 35 71
Decimal 165 53 113
Binary 10100101 110101 1110001
Octal 245 65 161

Shades and tints

Shades of #A53571

#A53571
(165,53,113)
#963167
(150,49,103)
#872D5D
(135,45,93)
#782953
(120,41,83)
#692549
(105,37,73)
#5A213F
(90,33,63)
#4B1D35
(75,29,53)
#3C192B
(60,25,43)
#2D1521
(45,21,33)
#1E1117
(30,17,23)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #A53571

#A53571
(165,53,113)
#AD477D
(173,71,125)
#B55989
(181,89,137)
#BD6B95
(189,107,149)
#C57DA1
(197,125,161)
#CD8FAD
(205,143,173)
#D5A1B9
(213,161,185)
#DDB3C5
(221,179,197)
#E5C5D1
(229,197,209)
#EDD7DD
(237,215,221)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53571 color. Also use rgb(165,53,113) instead hex code.

Text Font Color

.myTextColor { color: #A53571; }

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

This text font color is #A53571.

Background Color

.myBgColor { background-color: #A53571; }

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

This div background color is #A53571.

Border color

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

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

This div border color is #A53571.

Opacity

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

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

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

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

This text has shadow with #A53571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53571.

Preview

Color preview on black background

This text has color #A53571 on black background.


Color preview on white background

This text has color #A53571 on white background.


Black color preview on #A53571 background

This text has black color on #A53571 background.


White color preview on #A53571 background

This text has white color on #A53571 background.


Related colors

Complementary color

Complementary color for #hex is #5ACA8E.


I love getcolorcode.com

Triadic colors

1 #71A535 and #3571A5 with #A53571 are triadic colors.

2 #7135A5 and #35A571 with #A53571 are triadic colors.