COLOR #A63173

HEX: #A63173
RGB: (166,49,115)

Color info

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

RGB color model

#A63173 color RGB value is (166,49,115).

  • red value is 166;
  • green value is 49;
  • blue value is 115.
RGB:
(166,49,115)
(65%,19%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 49 of 255 = 19%
B 115 of 255 = 45%

166
49
115

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

Portions of RGB colors in percentages

R + G + B =
166 + 49 + 115 = 330 (100%)
R 166 of 330 ~ 50.3%
G 49 of 330 ~ 14.85%
B 115 of 330 ~ 34.85%

%50.3
%14.85
%34.85

CMYK color model

#A63173 color CMYK value is (0,70,31,35).

  • cyan value is 0.00%
  • magenta value is 70.48%
  • yellow value is 30.72%
  • key color value is 34.90%
CMYK:
(0,70,31,35)
C0M70Y31K35 
(0%,70%,31%,35%)
(0.00/0.70/0.31/0.35)	

CMYK percentages

%0
%70.48
%30.72
%34.9

Codes

Color #A63173 in popluar color models

A63173
RGB16649115
HSL326°54.42%42.16%
HSB/HSV326°70.48%65.10%
CMYK0.00%70.48%30.72%
34.90%

Color #A63173 in popluar number systems.

HEXA63173
Decimal16649115
Binary101001101100011110011
Octal24661163

Shades and tints

Shades of #A63173

#A63173
(166,49,115)
#972D69
(151,45,105)
#88295F
(136,41,95)
#792555
(121,37,85)
#6A214B
(106,33,75)
#5B1D41
(91,29,65)
#4C1937
(76,25,55)
#3D152D
(61,21,45)
#2E1123
(46,17,35)
#1F0D19
(31,13,25)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #A63173

#A63173
(166,49,115)
#AE437F
(174,67,127)
#B6558B
(182,85,139)
#BE6797
(190,103,151)
#C679A3
(198,121,163)
#CE8BAF
(206,139,175)
#D69DBB
(214,157,187)
#DEAFC7
(222,175,199)
#E6C1D3
(230,193,211)
#EED3DF
(238,211,223)
#F6E5EB
(246,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63173 color. Also use rgb(166,49,115) instead hex code.

Text Font Color

.myTextColor { color: #A63173; }

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

This text font color is #A63173.


Background Color

.myBgColor { background-color: #A63173; }

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

This div background color is #A63173.


Border color

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

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

This div border color is #A63173.


Opacity

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

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

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

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

This text has shadow with #A63173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A63173 on black background.


Color preview on white background

This text has color #A63173 on white background.



Black color preview on #A63173 background

This text has black color on #A63173 background.


White color preview on #A63173 background

This text has white color on #A63173 background.