COLOR #A64294

HEX: #A64294
RGB: (166,66,148)

Color info

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

RGB color model

#A64294 color RGB value is (166,66,148).

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

RGB channels and saturation

R 166 of 255 = 65%
G 66 of 255 = 26%
B 148 of 255 = 58%

166
66
148

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

Portions of RGB colors in percentages

R + G + B =
166 + 66 + 148 = 380 (100%)
R 166 of 380 ~ 43.68%
G 66 of 380 ~ 17.37%
B 148 of 380 ~ 38.95%

%43.68
%17.37
%38.95

CMYK color model

#A64294 color CMYK value is (0,60,11,35).

  • cyan value is 0.00%
  • magenta value is 60.24%
  • yellow value is 10.84%
  • key color value is 34.90%
CMYK:
(0,60,11,35)
C0M60Y11K35 
(0%,60%,11%,35%)
(0.00/0.60/0.11/0.35)	

CMYK percentages

%0
%60.24
%10.84
%34.9

Codes

Color #A64294 in popluar color models

A64294
RGB16666148
HSL311°43.10%45.49%
HSB/HSV311°60.24%65.10%
CMYK0.00%60.24%10.84%
34.90%

Color #A64294 in popluar number systems.

HEXA64294
Decimal16666148
Binary10100110100001010010100
Octal246102224

Shades and tints

Shades of #A64294

#A64294
(166,66,148)
#973C87
(151,60,135)
#88367A
(136,54,122)
#79306D
(121,48,109)
#6A2A60
(106,42,96)
#5B2453
(91,36,83)
#4C1E46
(76,30,70)
#3D1839
(61,24,57)
#2E122C
(46,18,44)
#1F0C1F
(31,12,31)
#100612
(16,6,18)
#000000
(0,0,0)

Tints of #A64294

#A64294
(166,66,148)
#AE539D
(174,83,157)
#B664A6
(182,100,166)
#BE75AF
(190,117,175)
#C686B8
(198,134,184)
#CE97C1
(206,151,193)
#D6A8CA
(214,168,202)
#DEB9D3
(222,185,211)
#E6CADC
(230,202,220)
#EEDBE5
(238,219,229)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A64294; }

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

This text font color is #A64294.


Background Color

.myBgColor { background-color: #A64294; }

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

This div background color is #A64294.


Border color

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

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

This div border color is #A64294.


Opacity

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

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

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

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

This text has shadow with #A64294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64294 on black background.


Color preview on white background

This text has color #A64294 on white background.



Black color preview on #A64294 background

This text has black color on #A64294 background.


White color preview on #A64294 background

This text has white color on #A64294 background.