COLOR #A63180

HEX: #A63180
RGB: (166,49,128)

Color info

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

RGB color model

#A63180 color RGB value is (166,49,128).

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

RGB channels and saturation

R 166 of 255 = 65%
G 49 of 255 = 19%
B 128 of 255 = 50%

166
49
128

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

Portions of RGB colors in percentages

R + G + B =
166 + 49 + 128 = 343 (100%)
R 166 of 343 ~ 48.4%
G 49 of 343 ~ 14.29%
B 128 of 343 ~ 37.32%

%48.4
%14.29
%37.32

CMYK color model

#A63180 color CMYK value is (0,70,23,35).

  • cyan value is 0.00%
  • magenta value is 70.48%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(0,70,23,35)
C0M70Y23K35 
(0%,70%,23%,35%)
(0.00/0.70/0.23/0.35)	

CMYK percentages

%0
%70.48
%22.89
%34.9

Codes

Color #A63180 in popluar color models

A63180
RGB16649128
HSL319°54.42%42.16%
HSB/HSV319°70.48%65.10%
CMYK0.00%70.48%22.89%
34.90%

Color #A63180 in popluar number systems.

HEXA63180
Decimal16649128
Binary1010011011000110000000
Octal24661200

Shades and tints

Shades of #A63180

#A63180
(166,49,128)
#972D75
(151,45,117)
#88296A
(136,41,106)
#79255F
(121,37,95)
#6A2154
(106,33,84)
#5B1D49
(91,29,73)
#4C193E
(76,25,62)
#3D1533
(61,21,51)
#2E1128
(46,17,40)
#1F0D1D
(31,13,29)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #A63180

#A63180
(166,49,128)
#AE438B
(174,67,139)
#B65596
(182,85,150)
#BE67A1
(190,103,161)
#C679AC
(198,121,172)
#CE8BB7
(206,139,183)
#D69DC2
(214,157,194)
#DEAFCD
(222,175,205)
#E6C1D8
(230,193,216)
#EED3E3
(238,211,227)
#F6E5EE
(246,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A63180; }

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

This text font color is #A63180.


Background Color

.myBgColor { background-color: #A63180; }

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

This div background color is #A63180.


Border color

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

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

This div border color is #A63180.


Opacity

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

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

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

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

This text has shadow with #A63180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A63180 on black background.


Color preview on white background

This text has color #A63180 on white background.



Black color preview on #A63180 background

This text has black color on #A63180 background.


White color preview on #A63180 background

This text has white color on #A63180 background.