COLOR #A5437E

HEX: #A5437E
RGB: (165,67,126)

Color info

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

RGB color model

#A5437E color RGB value is (165,67,126).

  • red value is 165;
  • green value is 67;
  • blue value is 126.
RGB:
(165,67,126)
(65%,26%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 67 of 255 = 26%
B 126 of 255 = 49%

165
67
126

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

Portions of RGB colors in percentages

R + G + B =
165 + 67 + 126 = 358 (100%)
R 165 of 358 ~ 46.09%
G 67 of 358 ~ 18.72%
B 126 of 358 ~ 35.2%

%46.09
%18.72
%35.2

CMYK color model

#A5437E color CMYK value is (0,59,24,35).

  • cyan value is 0.00%
  • magenta value is 59.39%
  • yellow value is 23.64%
  • key color value is 35.29%
CMYK:
(0,59,24,35)
C0M59Y24K35 
(0%,59%,24%,35%)
(0.00/0.59/0.24/0.35)	

CMYK percentages

%0
%59.39
%23.64
%35.29

Codes

Color #A5437E in popluar color models

A5437E
RGB16567126
HSL324°42.24%45.49%
HSB/HSV324°59.39%64.71%
CMYK0.00%59.39%23.64%
35.29%

Color #A5437E in popluar number systems.

HEXA5437E
Decimal16567126
Binary1010010110000111111110
Octal245103176

Shades and tints

Shades of #A5437E

#A5437E
(165,67,126)
#963D73
(150,61,115)
#873768
(135,55,104)
#78315D
(120,49,93)
#692B52
(105,43,82)
#5A2547
(90,37,71)
#4B1F3C
(75,31,60)
#3C1931
(60,25,49)
#2D1326
(45,19,38)
#1E0D1B
(30,13,27)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #A5437E

#A5437E
(165,67,126)
#AD5489
(173,84,137)
#B56594
(181,101,148)
#BD769F
(189,118,159)
#C587AA
(197,135,170)
#CD98B5
(205,152,181)
#D5A9C0
(213,169,192)
#DDBACB
(221,186,203)
#E5CBD6
(229,203,214)
#EDDCE1
(237,220,225)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5437E color. Also use rgb(165,67,126) instead hex code.

Text Font Color

.myTextColor { color: #A5437E; }

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

This text font color is #A5437E.


Background Color

.myBgColor { background-color: #A5437E; }

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

This div background color is #A5437E.


Border color

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

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

This div border color is #A5437E.


Opacity

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

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

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

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

This text has shadow with #A5437E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5437E on black background.


Color preview on white background

This text has color #A5437E on white background.



Black color preview on #A5437E background

This text has black color on #A5437E background.


White color preview on #A5437E background

This text has white color on #A5437E background.