COLOR #A52A74

HEX: #A52A74 RGB: (165,42,116)

Color info

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

RGB color model

#A52A74 color RGB value is (165,42,116).

RGB: (165,42,116) (65%, 16%, 45%)

RGB channels and saturation

R 165 of 255 = 65%
G 42 of 255 = 16%
B 116 of 255 = 45%

165
42
116

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

Portions of RGB colors in percentages

R + G + B = 165 + 42 + 116 = 323 (100%)
R 165 of 323 ~ 51.08%
G 42 of 323 ~ 13%
B 116 of 323 ~ 35.91'%

%51.08
%13
%35.91

CMYK color model

#A52A74 color CMYK value is (0,75,30,35).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 29.70%
  • key color value is 35.29%

CMYK: (0,75,30,35)
C0M75Y30K35 (0%, 75%, 30%, 35%)
(0.00 / 0.75 / 0.30 / 0.35)

CMYK percentages

%0
%74.55
%29.7
%35.29

Codes

Color #A52A74 in popluar color models

A5 2A 74
RGB 165 42 116
HSL 324° 59.42% 40.59%
HSB/HSV 324° 74.55% 64.71%
CMYK 0.00% 74.55% 29.70%
35.29%

Color #A52A74 in popluar number systems.

HEX A5 2A 74
Decimal 165 42 116
Binary 10100101 101010 1110100
Octal 245 52 164

Shades and tints

Shades of #A52A74

#A52A74
(165,42,116)
#96276A
(150,39,106)
#872460
(135,36,96)
#782156
(120,33,86)
#691E4C
(105,30,76)
#5A1B42
(90,27,66)
#4B1838
(75,24,56)
#3C152E
(60,21,46)
#2D1224
(45,18,36)
#1E0F1A
(30,15,26)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #A52A74

#A52A74
(165,42,116)
#AD3D80
(173,61,128)
#B5508C
(181,80,140)
#BD6398
(189,99,152)
#C576A4
(197,118,164)
#CD89B0
(205,137,176)
#D59CBC
(213,156,188)
#DDAFC8
(221,175,200)
#E5C2D4
(229,194,212)
#EDD5E0
(237,213,224)
#F5E8EC
(245,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52A74 color. Also use rgb(165,42,116) instead hex code.

Text Font Color

.myTextColor { color: #A52A74; }

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

This text font color is #A52A74.

Background Color

.myBgColor { background-color: #A52A74; }

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

This div background color is #A52A74.

Border color

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

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

This div border color is #A52A74.

Opacity

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

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

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

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

This text has shadow with #A52A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A52A74.

Preview

Color preview on black background

This text has color #A52A74 on black background.


Color preview on white background

This text has color #A52A74 on white background.


Black color preview on #A52A74 background

This text has black color on #A52A74 background.


White color preview on #A52A74 background

This text has white color on #A52A74 background.


Related colors

Complementary color

Complementary color for #hex is #5AD58B.


I love getcolorcode.com

Triadic colors

1 #74A52A and #2A74A5 with #A52A74 are triadic colors.

2 #742AA5 and #2AA574 with #A52A74 are triadic colors.