COLOR #A52572

HEX: #A52572 RGB: (165,37,114)

Color info

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

RGB color model

#A52572 color RGB value is (165,37,114).

RGB: (165,37,114) (65%, 15%, 45%)

RGB channels and saturation

R 165 of 255 = 65%
G 37 of 255 = 15%
B 114 of 255 = 45%

165
37
114

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

Portions of RGB colors in percentages

R + G + B = 165 + 37 + 114 = 316 (100%)
R 165 of 316 ~ 52.22%
G 37 of 316 ~ 11.71%
B 114 of 316 ~ 36.08'%

%52.22
%11.71
%36.08

CMYK color model

#A52572 color CMYK value is (0,78,31,35).

  • cyan value is 0.00%
  • magenta value is 77.58%
  • yellow value is 30.91%
  • key color value is 35.29%
CMYK: (0,78,31,35) C0M78Y31K35 (0%,78%,31%,35%) (0.00/0.78/0.31/0.35) 

CMYK percentages

%0
%77.58
%30.91
%35.29

Codes

Color #A52572 in popluar color models

A5 25 72
RGB 165 37 114
HSL 324° 63.37% 39.61%
HSB/HSV 324° 77.58% 64.71%
CMYK 0.00% 77.58% 30.91%
35.29%

Color #A52572 in popluar number systems.

HEX A5 25 72
Decimal 165 37 114
Binary 10100101 100101 1110010
Octal 245 45 162

Shades and tints

Shades of #A52572

#A52572
(165,37,114)
#962268
(150,34,104)
#871F5E
(135,31,94)
#781C54
(120,28,84)
#69194A
(105,25,74)
#5A1640
(90,22,64)
#4B1336
(75,19,54)
#3C102C
(60,16,44)
#2D0D22
(45,13,34)
#1E0A18
(30,10,24)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #A52572

#A52572
(165,37,114)
#AD387E
(173,56,126)
#B54B8A
(181,75,138)
#BD5E96
(189,94,150)
#C571A2
(197,113,162)
#CD84AE
(205,132,174)
#D597BA
(213,151,186)
#DDAAC6
(221,170,198)
#E5BDD2
(229,189,210)
#EDD0DE
(237,208,222)
#F5E3EA
(245,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52572 color. Also use rgb(165,37,114) instead hex code.

Text Font Color

.myTextColor { color: #A52572; }

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

This text font color is #A52572.

Background Color

.myBgColor { background-color: #A52572; }

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

This div background color is #A52572.

Border color

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

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

This div border color is #A52572.

Opacity

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

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

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

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

This text has shadow with #A52572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A52572.

Preview

Color preview on black background

This text has color #A52572 on black background.


Color preview on white background

This text has color #A52572 on white background.


Black color preview on #A52572 background

This text has black color on #A52572 background.


White color preview on #A52572 background

This text has white color on #A52572 background.


Related colors

Complementary color

Complementary color for #hex is #5ADA8D.


I love getcolorcode.com

Triadic colors

1 #72A525 and #2572A5 with #A52572 are triadic colors.

2 #7225A5 and #25A572 with #A52572 are triadic colors.