COLOR #A64B91

HEX: #A64B91
RGB: (166,75,145)

Color info

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

RGB color model

#A64B91 color RGB value is (166,75,145).

  • red value is 166;
  • green value is 75;
  • blue value is 145.
RGB:
(166,75,145)
(65%,29%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 75 of 255 = 29%
B 145 of 255 = 57%

166
75
145

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

Portions of RGB colors in percentages

R + G + B =
166 + 75 + 145 = 386 (100%)
R 166 of 386 ~ 43.01%
G 75 of 386 ~ 19.43%
B 145 of 386 ~ 37.56%

%43.01
%19.43
%37.56

CMYK color model

#A64B91 color CMYK value is (0,55,13,35).

  • cyan value is 0.00%
  • magenta value is 54.82%
  • yellow value is 12.65%
  • key color value is 34.90%
CMYK:
(0,55,13,35)
C0M55Y13K35 
(0%,55%,13%,35%)
(0.00/0.55/0.13/0.35)	

CMYK percentages

%0
%54.82
%12.65
%34.9

Codes

Color #A64B91 in popluar color models

A64B91
RGB16675145
HSL314°37.76%47.25%
HSB/HSV314°54.82%65.10%
CMYK0.00%54.82%12.65%
34.90%

Color #A64B91 in popluar number systems.

HEXA64B91
Decimal16675145
Binary10100110100101110010001
Octal246113221

Shades and tints

Shades of #A64B91

#A64B91
(166,75,145)
#974584
(151,69,132)
#883F77
(136,63,119)
#79396A
(121,57,106)
#6A335D
(106,51,93)
#5B2D50
(91,45,80)
#4C2743
(76,39,67)
#3D2136
(61,33,54)
#2E1B29
(46,27,41)
#1F151C
(31,21,28)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #A64B91

#A64B91
(166,75,145)
#AE5B9B
(174,91,155)
#B66BA5
(182,107,165)
#BE7BAF
(190,123,175)
#C68BB9
(198,139,185)
#CE9BC3
(206,155,195)
#D6ABCD
(214,171,205)
#DEBBD7
(222,187,215)
#E6CBE1
(230,203,225)
#EEDBEB
(238,219,235)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A64B91; }

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

This text font color is #A64B91.


Background Color

.myBgColor { background-color: #A64B91; }

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

This div background color is #A64B91.


Border color

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

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

This div border color is #A64B91.


Opacity

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

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

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

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

This text has shadow with #A64B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64B91 on black background.


Color preview on white background

This text has color #A64B91 on white background.



Black color preview on #A64B91 background

This text has black color on #A64B91 background.


White color preview on #A64B91 background

This text has white color on #A64B91 background.