COLOR #A5397D

HEX: #A5397D
RGB: (165,57,125)

Color info

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

RGB color model

#A5397D color RGB value is (165,57,125).

  • red value is 165;
  • green value is 57;
  • blue value is 125.
RGB:
(165,57,125)
(65%,22%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 57 of 255 = 22%
B 125 of 255 = 49%

165
57
125

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

Portions of RGB colors in percentages

R + G + B =
165 + 57 + 125 = 347 (100%)
R 165 of 347 ~ 47.55%
G 57 of 347 ~ 16.43%
B 125 of 347 ~ 36.02%

%47.55
%16.43
%36.02

CMYK color model

#A5397D color CMYK value is (0,65,24,35).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(0,65,24,35)
C0M65Y24K35 
(0%,65%,24%,35%)
(0.00/0.65/0.24/0.35)	

CMYK percentages

%0
%65.45
%24.24
%35.29

Codes

Color #A5397D in popluar color models

A5397D
RGB16557125
HSL322°48.65%43.53%
HSB/HSV322°65.45%64.71%
CMYK0.00%65.45%24.24%
35.29%

Color #A5397D in popluar number systems.

HEXA5397D
Decimal16557125
Binary101001011110011111101
Octal24571175

Shades and tints

Shades of #A5397D

#A5397D
(165,57,125)
#963472
(150,52,114)
#872F67
(135,47,103)
#782A5C
(120,42,92)
#692551
(105,37,81)
#5A2046
(90,32,70)
#4B1B3B
(75,27,59)
#3C1630
(60,22,48)
#2D1125
(45,17,37)
#1E0C1A
(30,12,26)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #A5397D

#A5397D
(165,57,125)
#AD4B88
(173,75,136)
#B55D93
(181,93,147)
#BD6F9E
(189,111,158)
#C581A9
(197,129,169)
#CD93B4
(205,147,180)
#D5A5BF
(213,165,191)
#DDB7CA
(221,183,202)
#E5C9D5
(229,201,213)
#EDDBE0
(237,219,224)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5397D color. Also use rgb(165,57,125) instead hex code.

Text Font Color

.myTextColor { color: #A5397D; }

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

This text font color is #A5397D.


Background Color

.myBgColor { background-color: #A5397D; }

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

This div background color is #A5397D.


Border color

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

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

This div border color is #A5397D.


Opacity

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

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

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

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

This text has shadow with #A5397D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5397D on black background.


Color preview on white background

This text has color #A5397D on white background.



Black color preview on #A5397D background

This text has black color on #A5397D background.


White color preview on #A5397D background

This text has white color on #A5397D background.