COLOR #A64984

HEX: #A64984
RGB: (166,73,132)

Color info

#A64984 contains mainly red and blue colors. Web safe color of #A64984 is #993399 (or #939).

RGB color model

#A64984 color RGB value is (166,73,132).

  • red value is 166;
  • green value is 73;
  • blue value is 132.
RGB:
(166,73,132)
(65%,29%,52%)

RGB channels and saturation

R 166 of 255 = 65%
G 73 of 255 = 29%
B 132 of 255 = 52%

166
73
132

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

Portions of RGB colors in percentages

R + G + B =
166 + 73 + 132 = 371 (100%)
R 166 of 371 ~ 44.74%
G 73 of 371 ~ 19.68%
B 132 of 371 ~ 35.58%

%44.74
%19.68
%35.58

CMYK color model

#A64984 color CMYK value is (0,56,20,35).

  • cyan value is 0.00%
  • magenta value is 56.02%
  • yellow value is 20.48%
  • key color value is 34.90%
CMYK:
(0,56,20,35)
C0M56Y20K35 
(0%,56%,20%,35%)
(0.00/0.56/0.20/0.35)	

CMYK percentages

%0
%56.02
%20.48
%34.9

Codes

Color #A64984 in popluar color models

A64984
RGB16673132
HSL322°38.91%46.86%
HSB/HSV322°56.02%65.10%
CMYK0.00%56.02%20.48%
34.90%

Color #A64984 in popluar number systems.

HEXA64984
Decimal16673132
Binary10100110100100110000100
Octal246111204

Shades and tints

Shades of #A64984

#A64984
(166,73,132)
#974378
(151,67,120)
#883D6C
(136,61,108)
#793760
(121,55,96)
#6A3154
(106,49,84)
#5B2B48
(91,43,72)
#4C253C
(76,37,60)
#3D1F30
(61,31,48)
#2E1924
(46,25,36)
#1F1318
(31,19,24)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #A64984

#A64984
(166,73,132)
#AE598F
(174,89,143)
#B6699A
(182,105,154)
#BE79A5
(190,121,165)
#C689B0
(198,137,176)
#CE99BB
(206,153,187)
#D6A9C6
(214,169,198)
#DEB9D1
(222,185,209)
#E6C9DC
(230,201,220)
#EED9E7
(238,217,231)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64984 color. Also use rgb(166,73,132) instead hex code.

Text Font Color

.myTextColor { color: #A64984; }

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

This text font color is #A64984.


Background Color

.myBgColor { background-color: #A64984; }

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

This div background color is #A64984.


Border color

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

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

This div border color is #A64984.


Opacity

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

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

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

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

This text has shadow with #A64984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64984 on black background.


Color preview on white background

This text has color #A64984 on white background.



Black color preview on #A64984 background

This text has black color on #A64984 background.


White color preview on #A64984 background

This text has white color on #A64984 background.