COLOR #A1537D

HEX: #A1537D
RGB: (161,83,125)

Color info

#A1537D contains mainly red and blue colors. Web safe color of #A1537D is #996666 (or #966).

RGB color model

#A1537D color RGB value is (161,83,125).

  • red value is 161;
  • green value is 83;
  • blue value is 125.
RGB:
(161,83,125)
(63%,33%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 83 of 255 = 33%
B 125 of 255 = 49%

161
83
125

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

Portions of RGB colors in percentages

R + G + B =
161 + 83 + 125 = 369 (100%)
R 161 of 369 ~ 43.63%
G 83 of 369 ~ 22.49%
B 125 of 369 ~ 33.88%

%43.63
%22.49
%33.88

CMYK color model

#A1537D color CMYK value is (0,48,22,37).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(0,48,22,37)
C0M48Y22K37 
(0%,48%,22%,37%)
(0.00/0.48/0.22/0.37)	

CMYK percentages

%0
%48.45
%22.36
%36.86

Codes

Color #A1537D in popluar color models

A1537D
RGB16183125
HSL328°31.97%47.84%
HSB/HSV328°48.45%63.14%
CMYK0.00%48.45%22.36%
36.86%

Color #A1537D in popluar number systems.

HEXA1537D
Decimal16183125
Binary1010000110100111111101
Octal241123175

Shades and tints

Shades of #A1537D

#A1537D
(161,83,125)
#934C72
(147,76,114)
#854567
(133,69,103)
#773E5C
(119,62,92)
#693751
(105,55,81)
#5B3046
(91,48,70)
#4D293B
(77,41,59)
#3F2230
(63,34,48)
#311B25
(49,27,37)
#23141A
(35,20,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #A1537D

#A1537D
(161,83,125)
#A96288
(169,98,136)
#B17193
(177,113,147)
#B9809E
(185,128,158)
#C18FA9
(193,143,169)
#C99EB4
(201,158,180)
#D1ADBF
(209,173,191)
#D9BCCA
(217,188,202)
#E1CBD5
(225,203,213)
#E9DAE0
(233,218,224)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1537D color. Also use rgb(161,83,125) instead hex code.

Text Font Color

.myTextColor { color: #A1537D; }

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

This text font color is #A1537D.


Background Color

.myBgColor { background-color: #A1537D; }

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

This div background color is #A1537D.


Border color

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

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

This div border color is #A1537D.


Opacity

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

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

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

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

This text has shadow with #A1537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1537D on black background.


Color preview on white background

This text has color #A1537D on white background.



Black color preview on #A1537D background

This text has black color on #A1537D background.


White color preview on #A1537D background

This text has white color on #A1537D background.