COLOR #A64A8B

HEX: #A64A8B RGB: (166,74,139)

Color info

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

RGB color model

#A64A8B color RGB value is (166,74,139).

RGB: (166,74,139) (65%, 29%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 74 of 255 = 29%
B 139 of 255 = 55%

166
74
139

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

Portions of RGB colors in percentages

R + G + B = 166 + 74 + 139 = 379 (100%)
R 166 of 379 ~ 43.8%
G 74 of 379 ~ 19.53%
B 139 of 379 ~ 36.68'%

%43.8
%19.53
%36.68

CMYK color model

#A64A8B color CMYK value is (0,55,16,35).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 16.27%
  • key color value is 34.90%

CMYK: (0,55,16,35)
C0M55Y16K35 (0%, 55%, 16%, 35%)
(0.00 / 0.55 / 0.16 / 0.35)

CMYK percentages

%0
%55.42
%16.27
%34.9

Codes

Color #A64A8B in popluar color models

A6 4A 8B
RGB 166 74 139
HSL 318° 38.33% 47.06%
HSB/HSV 318° 55.42% 65.10%
CMYK 0.00% 55.42% 16.27%
34.90%

Color #A64A8B in popluar number systems.

HEX A6 4A 8B
Decimal 166 74 139
Binary 10100110 1001010 10001011
Octal 246 112 213

Shades and tints

Shades of #A64A8B

#A64A8B
(166,74,139)
#97447F
(151,68,127)
#883E73
(136,62,115)
#793867
(121,56,103)
#6A325B
(106,50,91)
#5B2C4F
(91,44,79)
#4C2643
(76,38,67)
#3D2037
(61,32,55)
#2E1A2B
(46,26,43)
#1F141F
(31,20,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #A64A8B

#A64A8B
(166,74,139)
#AE5A95
(174,90,149)
#B66A9F
(182,106,159)
#BE7AA9
(190,122,169)
#C68AB3
(198,138,179)
#CE9ABD
(206,154,189)
#D6AAC7
(214,170,199)
#DEBAD1
(222,186,209)
#E6CADB
(230,202,219)
#EEDAE5
(238,218,229)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A64A8B; }

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

This text font color is #A64A8B.

Background Color

.myBgColor { background-color: #A64A8B; }

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

This div background color is #A64A8B.

Border color

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

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

This div border color is #A64A8B.

Opacity

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

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

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

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

This text has shadow with #A64A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A64A8B.

Preview

Color preview on black background

This text has color #A64A8B on black background.


Color preview on white background

This text has color #A64A8B on white background.


Black color preview on #A64A8B background

This text has black color on #A64A8B background.


White color preview on #A64A8B background

This text has white color on #A64A8B background.


Related colors

Complementary color

Complementary color for #hex is #59B574.


I love getcolorcode.com

Triadic colors

1 #8BA64A and #4A8BA6 with #A64A8B are triadic colors.

2 #8B4AA6 and #4AA68B with #A64A8B are triadic colors.