COLOR #A64A9D

HEX: #A64A9D
RGB: (166,74,157)

Color info

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

RGB color model

#A64A9D color RGB value is (166,74,157).

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

RGB channels and saturation

R 166 of 255 = 65%
G 74 of 255 = 29%
B 157 of 255 = 62%

166
74
157

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

Portions of RGB colors in percentages

R + G + B =
166 + 74 + 157 = 397 (100%)
R 166 of 397 ~ 41.81%
G 74 of 397 ~ 18.64%
B 157 of 397 ~ 39.55%

%41.81
%18.64
%39.55

CMYK color model

#A64A9D color CMYK value is (0,55,5,35).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 5.42%
  • key color value is 34.90%
CMYK:
(0,55,5,35)
C0M55Y5K35 
(0%,55%,5%,35%)
(0.00/0.55/0.05/0.35)	

CMYK percentages

%0
%55.42
%5.42
%34.9

Codes

Color #A64A9D in popluar color models

A64A9D
RGB16674157
HSL306°38.33%47.06%
HSB/HSV306°55.42%65.10%
CMYK0.00%55.42%5.42%
34.90%

Color #A64A9D in popluar number systems.

HEXA64A9D
Decimal16674157
Binary10100110100101010011101
Octal246112235

Shades and tints

Shades of #A64A9D

#A64A9D
(166,74,157)
#97448F
(151,68,143)
#883E81
(136,62,129)
#793873
(121,56,115)
#6A3265
(106,50,101)
#5B2C57
(91,44,87)
#4C2649
(76,38,73)
#3D203B
(61,32,59)
#2E1A2D
(46,26,45)
#1F141F
(31,20,31)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #A64A9D

#A64A9D
(166,74,157)
#AE5AA5
(174,90,165)
#B66AAD
(182,106,173)
#BE7AB5
(190,122,181)
#C68ABD
(198,138,189)
#CE9AC5
(206,154,197)
#D6AACD
(214,170,205)
#DEBAD5
(222,186,213)
#E6CADD
(230,202,221)
#EEDAE5
(238,218,229)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A64A9D; }

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

This text font color is #A64A9D.


Background Color

.myBgColor { background-color: #A64A9D; }

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

This div background color is #A64A9D.


Border color

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

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

This div border color is #A64A9D.


Opacity

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

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

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

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

This text has shadow with #A64A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64A9D on black background.


Color preview on white background

This text has color #A64A9D on white background.



Black color preview on #A64A9D background

This text has black color on #A64A9D background.


White color preview on #A64A9D background

This text has white color on #A64A9D background.