COLOR #A64A94

HEX: #A64A94
RGB: (166,74,148)

Color info

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

RGB color model

#A64A94 color RGB value is (166,74,148).

  • red value is 166;
  • green value is 74;
  • blue value is 148.
RGB:
(166,74,148)
(65%,29%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 74 of 255 = 29%
B 148 of 255 = 58%

166
74
148

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

Portions of RGB colors in percentages

R + G + B =
166 + 74 + 148 = 388 (100%)
R 166 of 388 ~ 42.78%
G 74 of 388 ~ 19.07%
B 148 of 388 ~ 38.14%

%42.78
%19.07
%38.14

CMYK color model

#A64A94 color CMYK value is (0,55,11,35).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 10.84%
  • key color value is 34.90%
CMYK:
(0,55,11,35)
C0M55Y11K35 
(0%,55%,11%,35%)
(0.00/0.55/0.11/0.35)	

CMYK percentages

%0
%55.42
%10.84
%34.9

Codes

Color #A64A94 in popluar color models

A64A94
RGB16674148
HSL312°38.33%47.06%
HSB/HSV312°55.42%65.10%
CMYK0.00%55.42%10.84%
34.90%

Color #A64A94 in popluar number systems.

HEXA64A94
Decimal16674148
Binary10100110100101010010100
Octal246112224

Shades and tints

Shades of #A64A94

#A64A94
(166,74,148)
#974487
(151,68,135)
#883E7A
(136,62,122)
#79386D
(121,56,109)
#6A3260
(106,50,96)
#5B2C53
(91,44,83)
#4C2646
(76,38,70)
#3D2039
(61,32,57)
#2E1A2C
(46,26,44)
#1F141F
(31,20,31)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #A64A94

#A64A94
(166,74,148)
#AE5A9D
(174,90,157)
#B66AA6
(182,106,166)
#BE7AAF
(190,122,175)
#C68AB8
(198,138,184)
#CE9AC1
(206,154,193)
#D6AACA
(214,170,202)
#DEBAD3
(222,186,211)
#E6CADC
(230,202,220)
#EEDAE5
(238,218,229)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64A94 color. Also use rgb(166,74,148) instead hex code.

Text Font Color

.myTextColor { color: #A64A94; }

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

This text font color is #A64A94.


Background Color

.myBgColor { background-color: #A64A94; }

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

This div background color is #A64A94.


Border color

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

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

This div border color is #A64A94.


Opacity

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

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

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

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

This text has shadow with #A64A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64A94 on black background.


Color preview on white background

This text has color #A64A94 on white background.



Black color preview on #A64A94 background

This text has black color on #A64A94 background.


White color preview on #A64A94 background

This text has white color on #A64A94 background.