COLOR #A3617D

HEX: #A3617D
RGB: (163,97,125)

Color info

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

RGB color model

#A3617D color RGB value is (163,97,125).

  • red value is 163;
  • green value is 97;
  • blue value is 125.
RGB:
(163,97,125)
(64%,38%,49%)

RGB channels and saturation

R 163 of 255 = 64%
G 97 of 255 = 38%
B 125 of 255 = 49%

163
97
125

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

Portions of RGB colors in percentages

R + G + B =
163 + 97 + 125 = 385 (100%)
R 163 of 385 ~ 42.34%
G 97 of 385 ~ 25.19%
B 125 of 385 ~ 32.47%

%42.34
%25.19
%32.47

CMYK color model

#A3617D color CMYK value is (0,40,23,36).

  • cyan value is 0.00%
  • magenta value is 40.49%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(0,40,23,36)
C0M40Y23K36 
(0%,40%,23%,36%)
(0.00/0.40/0.23/0.36)	

CMYK percentages

%0
%40.49
%23.31
%36.08

Codes

Color #A3617D in popluar color models

A3617D
RGB16397125
HSL335°26.40%50.98%
HSB/HSV335°40.49%63.92%
CMYK0.00%40.49%23.31%
36.08%

Color #A3617D in popluar number systems.

HEXA3617D
Decimal16397125
Binary1010001111000011111101
Octal243141175

Shades and tints

Shades of #A3617D

#A3617D
(163,97,125)
#955972
(149,89,114)
#875167
(135,81,103)
#79495C
(121,73,92)
#6B4151
(107,65,81)
#5D3946
(93,57,70)
#4F313B
(79,49,59)
#412930
(65,41,48)
#332125
(51,33,37)
#25191A
(37,25,26)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A3617D

#A3617D
(163,97,125)
#AB6F88
(171,111,136)
#B37D93
(179,125,147)
#BB8B9E
(187,139,158)
#C399A9
(195,153,169)
#CBA7B4
(203,167,180)
#D3B5BF
(211,181,191)
#DBC3CA
(219,195,202)
#E3D1D5
(227,209,213)
#EBDFE0
(235,223,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3617D color. Also use rgb(163,97,125) instead hex code.

Text Font Color

.myTextColor { color: #A3617D; }

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

This text font color is #A3617D.


Background Color

.myBgColor { background-color: #A3617D; }

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

This div background color is #A3617D.


Border color

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

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

This div border color is #A3617D.


Opacity

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

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

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

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

This text has shadow with #A3617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3617D on black background.


Color preview on white background

This text has color #A3617D on white background.



Black color preview on #A3617D background

This text has black color on #A3617D background.


White color preview on #A3617D background

This text has white color on #A3617D background.