COLOR #A52A79

HEX: #A52A79
RGB: (165,42,121)

Color info

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

RGB color model

#A52A79 color RGB value is (165,42,121).

  • red value is 165;
  • green value is 42;
  • blue value is 121.
RGB:
(165,42,121)
(65%,16%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 42 of 255 = 16%
B 121 of 255 = 47%

165
42
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 42 + 121 = 328 (100%)
R 165 of 328 ~ 50.3%
G 42 of 328 ~ 12.8%
B 121 of 328 ~ 36.89%

%50.3
%12.8
%36.89

CMYK color model

#A52A79 color CMYK value is (0,75,27,35).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,75,27,35)
C0M75Y27K35 
(0%,75%,27%,35%)
(0.00/0.75/0.27/0.35)	

CMYK percentages

%0
%74.55
%26.67
%35.29

Codes

Color #A52A79 in popluar color models

A52A79
RGB16542121
HSL321°59.42%40.59%
HSB/HSV321°74.55%64.71%
CMYK0.00%74.55%26.67%
35.29%

Color #A52A79 in popluar number systems.

HEXA52A79
Decimal16542121
Binary101001011010101111001
Octal24552171

Shades and tints

Shades of #A52A79

#A52A79
(165,42,121)
#96276E
(150,39,110)
#872463
(135,36,99)
#782158
(120,33,88)
#691E4D
(105,30,77)
#5A1B42
(90,27,66)
#4B1837
(75,24,55)
#3C152C
(60,21,44)
#2D1221
(45,18,33)
#1E0F16
(30,15,22)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #A52A79

#A52A79
(165,42,121)
#AD3D85
(173,61,133)
#B55091
(181,80,145)
#BD639D
(189,99,157)
#C576A9
(197,118,169)
#CD89B5
(205,137,181)
#D59CC1
(213,156,193)
#DDAFCD
(221,175,205)
#E5C2D9
(229,194,217)
#EDD5E5
(237,213,229)
#F5E8F1
(245,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A52A79; }

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

This text font color is #A52A79.


Background Color

.myBgColor { background-color: #A52A79; }

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

This div background color is #A52A79.


Border color

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

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

This div border color is #A52A79.


Opacity

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

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

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

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

This text has shadow with #A52A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52A79 on black background.


Color preview on white background

This text has color #A52A79 on white background.



Black color preview on #A52A79 background

This text has black color on #A52A79 background.


White color preview on #A52A79 background

This text has white color on #A52A79 background.