COLOR #A64B86

HEX: #A64B86 RGB: (166,75,134)

Color info

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

RGB color model

#A64B86 color RGB value is (166,75,134).

RGB: (166,75,134) (65%, 29%, 53%)

RGB channels and saturation

R 166 of 255 = 65%
G 75 of 255 = 29%
B 134 of 255 = 53%

166
75
134

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

Portions of RGB colors in percentages

R + G + B = 166 + 75 + 134 = 375 (100%)
R 166 of 375 ~ 44.27%
G 75 of 375 ~ 20%
B 134 of 375 ~ 35.73'%

%44.27
%20
%35.73

CMYK color model

#A64B86 color CMYK value is (0,55,19,35).

  • cyan value is 0.00%
  • magenta value is 54.82%
  • yellow value is 19.28%
  • key color value is 34.90%

CMYK: (0,55,19,35)
C0M55Y19K35 (0%, 55%, 19%, 35%)
(0.00 / 0.55 / 0.19 / 0.35)

CMYK percentages

%0
%54.82
%19.28
%34.9

Codes

Color #A64B86 in popluar color models

A6 4B 86
RGB 166 75 134
HSL 321° 37.76% 47.25%
HSB/HSV 321° 54.82% 65.10%
CMYK 0.00% 54.82% 19.28%
34.90%

Color #A64B86 in popluar number systems.

HEX A6 4B 86
Decimal 166 75 134
Binary 10100110 1001011 10000110
Octal 246 113 206

Shades and tints

Shades of #A64B86

#A64B86
(166,75,134)
#97457A
(151,69,122)
#883F6E
(136,63,110)
#793962
(121,57,98)
#6A3356
(106,51,86)
#5B2D4A
(91,45,74)
#4C273E
(76,39,62)
#3D2132
(61,33,50)
#2E1B26
(46,27,38)
#1F151A
(31,21,26)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A64B86

#A64B86
(166,75,134)
#AE5B91
(174,91,145)
#B66B9C
(182,107,156)
#BE7BA7
(190,123,167)
#C68BB2
(198,139,178)
#CE9BBD
(206,155,189)
#D6ABC8
(214,171,200)
#DEBBD3
(222,187,211)
#E6CBDE
(230,203,222)
#EEDBE9
(238,219,233)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64B86 color. Also use rgb(166,75,134) instead hex code.

Text Font Color

.myTextColor { color: #A64B86; }

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

This text font color is #A64B86.

Background Color

.myBgColor { background-color: #A64B86; }

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

This div background color is #A64B86.

Border color

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

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

This div border color is #A64B86.

Opacity

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

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

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

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

This text has shadow with #A64B86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A64B86.

Preview

Color preview on black background

This text has color #A64B86 on black background.


Color preview on white background

This text has color #A64B86 on white background.


Black color preview on #A64B86 background

This text has black color on #A64B86 background.


White color preview on #A64B86 background

This text has white color on #A64B86 background.


Related colors

Complementary color

Complementary color for #hex is #59B479.


I love getcolorcode.com

Triadic colors

1 #86A64B and #4B86A6 with #A64B86 are triadic colors.

2 #864BA6 and #4BA686 with #A64B86 are triadic colors.