COLOR #A64F9A

HEX: #A64F9A
RGB: (166,79,154)

Color info

#A64F9A contains mainly red and blue colors. Web safe color of #A64F9A is #996699 (or #969).

RGB color model

#A64F9A color RGB value is (166,79,154).

  • red value is 166;
  • green value is 79;
  • blue value is 154.
RGB:
(166,79,154)
(65%,31%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 79 of 255 = 31%
B 154 of 255 = 60%

166
79
154

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

Portions of RGB colors in percentages

R + G + B =
166 + 79 + 154 = 399 (100%)
R 166 of 399 ~ 41.6%
G 79 of 399 ~ 19.8%
B 154 of 399 ~ 38.6%

%41.6
%19.8
%38.6

CMYK color model

#A64F9A color CMYK value is (0,52,7,35).

  • cyan value is 0.00%
  • magenta value is 52.41%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(0,52,7,35)
C0M52Y7K35 
(0%,52%,7%,35%)
(0.00/0.52/0.07/0.35)	

CMYK percentages

%0
%52.41
%7.23
%34.9

Codes

Color #A64F9A in popluar color models

A64F9A
RGB16679154
HSL308°35.51%48.04%
HSB/HSV308°52.41%65.10%
CMYK0.00%52.41%7.23%
34.90%

Color #A64F9A in popluar number systems.

HEXA64F9A
Decimal16679154
Binary10100110100111110011010
Octal246117232

Shades and tints

Shades of #A64F9A

#A64F9A
(166,79,154)
#97488C
(151,72,140)
#88417E
(136,65,126)
#793A70
(121,58,112)
#6A3362
(106,51,98)
#5B2C54
(91,44,84)
#4C2546
(76,37,70)
#3D1E38
(61,30,56)
#2E172A
(46,23,42)
#1F101C
(31,16,28)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #A64F9A

#A64F9A
(166,79,154)
#AE5FA3
(174,95,163)
#B66FAC
(182,111,172)
#BE7FB5
(190,127,181)
#C68FBE
(198,143,190)
#CE9FC7
(206,159,199)
#D6AFD0
(214,175,208)
#DEBFD9
(222,191,217)
#E6CFE2
(230,207,226)
#EEDFEB
(238,223,235)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64F9A color. Also use rgb(166,79,154) instead hex code.

Text Font Color

.myTextColor { color: #A64F9A; }

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

This text font color is #A64F9A.


Background Color

.myBgColor { background-color: #A64F9A; }

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

This div background color is #A64F9A.


Border color

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

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

This div border color is #A64F9A.


Opacity

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

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

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

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

This text has shadow with #A64F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64F9A on black background.


Color preview on white background

This text has color #A64F9A on white background.



Black color preview on #A64F9A background

This text has black color on #A64F9A background.


White color preview on #A64F9A background

This text has white color on #A64F9A background.