COLOR #A64490

HEX: #A64490
RGB: (166,68,144)

Color info

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

RGB color model

#A64490 color RGB value is (166,68,144).

  • red value is 166;
  • green value is 68;
  • blue value is 144.
RGB:
(166,68,144)
(65%,27%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 68 of 255 = 27%
B 144 of 255 = 56%

166
68
144

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

Portions of RGB colors in percentages

R + G + B =
166 + 68 + 144 = 378 (100%)
R 166 of 378 ~ 43.92%
G 68 of 378 ~ 17.99%
B 144 of 378 ~ 38.1%

%43.92
%17.99
%38.1

CMYK color model

#A64490 color CMYK value is (0,59,13,35).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 13.25%
  • key color value is 34.90%
CMYK:
(0,59,13,35)
C0M59Y13K35 
(0%,59%,13%,35%)
(0.00/0.59/0.13/0.35)	

CMYK percentages

%0
%59.04
%13.25
%34.9

Codes

Color #A64490 in popluar color models

A64490
RGB16668144
HSL313°41.88%45.88%
HSB/HSV313°59.04%65.10%
CMYK0.00%59.04%13.25%
34.90%

Color #A64490 in popluar number systems.

HEXA64490
Decimal16668144
Binary10100110100010010010000
Octal246104220

Shades and tints

Shades of #A64490

#A64490
(166,68,144)
#973E83
(151,62,131)
#883876
(136,56,118)
#793269
(121,50,105)
#6A2C5C
(106,44,92)
#5B264F
(91,38,79)
#4C2042
(76,32,66)
#3D1A35
(61,26,53)
#2E1428
(46,20,40)
#1F0E1B
(31,14,27)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #A64490

#A64490
(166,68,144)
#AE559A
(174,85,154)
#B666A4
(182,102,164)
#BE77AE
(190,119,174)
#C688B8
(198,136,184)
#CE99C2
(206,153,194)
#D6AACC
(214,170,204)
#DEBBD6
(222,187,214)
#E6CCE0
(230,204,224)
#EEDDEA
(238,221,234)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64490 color. Also use rgb(166,68,144) instead hex code.

Text Font Color

.myTextColor { color: #A64490; }

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

This text font color is #A64490.


Background Color

.myBgColor { background-color: #A64490; }

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

This div background color is #A64490.


Border color

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

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

This div border color is #A64490.


Opacity

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

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

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

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

This text has shadow with #A64490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64490 on black background.


Color preview on white background

This text has color #A64490 on white background.



Black color preview on #A64490 background

This text has black color on #A64490 background.


White color preview on #A64490 background

This text has white color on #A64490 background.