COLOR #A53A97

HEX: #A53A97 RGB: (165,58,151)

Color info

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

RGB color model

#A53A97 color RGB value is (165,58,151).

RGB: (165,58,151) (65%, 23%, 59%)

RGB channels and saturation

R 165 of 255 = 65%
G 58 of 255 = 23%
B 151 of 255 = 59%

165
58
151

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

Portions of RGB colors in percentages

R + G + B = 165 + 58 + 151 = 374 (100%)
R 165 of 374 ~ 44.12%
G 58 of 374 ~ 15.51%
B 151 of 374 ~ 40.37'%

%44.12
%15.51
%40.37

CMYK color model

#A53A97 color CMYK value is (0,65,8,35).

  • cyan value is 0.00%
  • magenta value is 64.85%
  • yellow value is 8.48%
  • key color value is 35.29%

CMYK: (0,65,8,35)
C0M65Y8K35 (0%, 65%, 8%, 35%)
(0.00 / 0.65 / 0.08 / 0.35)

CMYK percentages

%0
%64.85
%8.48
%35.29

Codes

Color #A53A97 in popluar color models

A5 3A 97
RGB 165 58 151
HSL 308° 47.98% 43.73%
HSB/HSV 308° 64.85% 64.71%
CMYK 0.00% 64.85% 8.48%
35.29%

Color #A53A97 in popluar number systems.

HEX A5 3A 97
Decimal 165 58 151
Binary 10100101 111010 10010111
Octal 245 72 227

Shades and tints

Shades of #A53A97

#A53A97
(165,58,151)
#96358A
(150,53,138)
#87307D
(135,48,125)
#782B70
(120,43,112)
#692663
(105,38,99)
#5A2156
(90,33,86)
#4B1C49
(75,28,73)
#3C173C
(60,23,60)
#2D122F
(45,18,47)
#1E0D22
(30,13,34)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #A53A97

#A53A97
(165,58,151)
#AD4BA0
(173,75,160)
#B55CA9
(181,92,169)
#BD6DB2
(189,109,178)
#C57EBB
(197,126,187)
#CD8FC4
(205,143,196)
#D5A0CD
(213,160,205)
#DDB1D6
(221,177,214)
#E5C2DF
(229,194,223)
#EDD3E8
(237,211,232)
#F5E4F1
(245,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53A97 color. Also use rgb(165,58,151) instead hex code.

Text Font Color

.myTextColor { color: #A53A97; }

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

This text font color is #A53A97.

Background Color

.myBgColor { background-color: #A53A97; }

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

This div background color is #A53A97.

Border color

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

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

This div border color is #A53A97.

Opacity

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

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

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

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

This text has shadow with #A53A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53A97.

Preview

Color preview on black background

This text has color #A53A97 on black background.


Color preview on white background

This text has color #A53A97 on white background.


Black color preview on #A53A97 background

This text has black color on #A53A97 background.


White color preview on #A53A97 background

This text has white color on #A53A97 background.


Related colors

Complementary color

Complementary color for #hex is #5AC568.


I love getcolorcode.com

Triadic colors

1 #97A53A and #3A97A5 with #A53A97 are triadic colors.

2 #973AA5 and #3AA597 with #A53A97 are triadic colors.