COLOR #A64D95

HEX: #A64D95 RGB: (166,77,149)

Color info

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

RGB color model

#A64D95 color RGB value is (166,77,149).

RGB: (166,77,149) (65%, 30%, 58%)

RGB channels and saturation

R 166 of 255 = 65%
G 77 of 255 = 30%
B 149 of 255 = 58%

166
77
149

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

Portions of RGB colors in percentages

R + G + B = 166 + 77 + 149 = 392 (100%)
R 166 of 392 ~ 42.35%
G 77 of 392 ~ 19.64%
B 149 of 392 ~ 38.01'%

%42.35
%19.64
%38.01

CMYK color model

#A64D95 color CMYK value is (0,54,10,35).

  • cyan value is 0.00%
  • magenta value is 53.61%
  • yellow value is 10.24%
  • key color value is 34.90%
CMYK: (0,54,10,35) C0M54Y10K35 (0%,54%,10%,35%) (0.00/0.54/0.10/0.35) 

CMYK percentages

%0
%53.61
%10.24
%34.9

Codes

Color #A64D95 in popluar color models

A6 4D 95
RGB 166 77 149
HSL 311° 36.63% 47.65%
HSB/HSV 311° 53.61% 65.10%
CMYK 0.00% 53.61% 10.24%
34.90%

Color #A64D95 in popluar number systems.

HEX A6 4D 95
Decimal 166 77 149
Binary 10100110 1001101 10010101
Octal 246 115 225

Shades and tints

Shades of #A64D95

#A64D95
(166,77,149)
#974688
(151,70,136)
#883F7B
(136,63,123)
#79386E
(121,56,110)
#6A3161
(106,49,97)
#5B2A54
(91,42,84)
#4C2347
(76,35,71)
#3D1C3A
(61,28,58)
#2E152D
(46,21,45)
#1F0E20
(31,14,32)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #A64D95

#A64D95
(166,77,149)
#AE5D9E
(174,93,158)
#B66DA7
(182,109,167)
#BE7DB0
(190,125,176)
#C68DB9
(198,141,185)
#CE9DC2
(206,157,194)
#D6ADCB
(214,173,203)
#DEBDD4
(222,189,212)
#E6CDDD
(230,205,221)
#EEDDE6
(238,221,230)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64D95 color. Also use rgb(166,77,149) instead hex code.

Text Font Color

.myTextColor { color: #A64D95; }

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

This text font color is #A64D95.

Background Color

.myBgColor { background-color: #A64D95; }

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

This div background color is #A64D95.

Border color

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

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

This div border color is #A64D95.

Opacity

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

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

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

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

This text has shadow with #A64D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A64D95.

Preview

Color preview on black background

This text has color #A64D95 on black background.


Color preview on white background

This text has color #A64D95 on white background.


Black color preview on #A64D95 background

This text has black color on #A64D95 background.


White color preview on #A64D95 background

This text has white color on #A64D95 background.


Related colors

Complementary color

Complementary color for #hex is #59B26A.


I love getcolorcode.com

Triadic colors

1 #95A64D and #4D95A6 with #A64D95 are triadic colors.

2 #954DA6 and #4DA695 with #A64D95 are triadic colors.