COLOR #A43296

HEX: #A43296
RGB: (164,50,150)

Color info

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

RGB color model

#A43296 color RGB value is (164,50,150).

  • red value is 164;
  • green value is 50;
  • blue value is 150.
RGB:
(164,50,150)
(64%,20%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 50 of 255 = 20%
B 150 of 255 = 59%

164
50
150

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

Portions of RGB colors in percentages

R + G + B =
164 + 50 + 150 = 364 (100%)
R 164 of 364 ~ 45.05%
G 50 of 364 ~ 13.74%
B 150 of 364 ~ 41.21%

%45.05
%13.74
%41.21

CMYK color model

#A43296 color CMYK value is (0,70,9,36).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(0,70,9,36)
C0M70Y9K36 
(0%,70%,9%,36%)
(0.00/0.70/0.09/0.36)	

CMYK percentages

%0
%69.51
%8.54
%35.69

Codes

Color #A43296 in popluar color models

A43296
RGB16450150
HSL307°53.27%41.96%
HSB/HSV307°69.51%64.31%
CMYK0.00%69.51%8.54%
35.69%

Color #A43296 in popluar number systems.

HEXA43296
Decimal16450150
Binary1010010011001010010110
Octal24462226

Shades and tints

Shades of #A43296

#A43296
(164,50,150)
#962E89
(150,46,137)
#882A7C
(136,42,124)
#7A266F
(122,38,111)
#6C2262
(108,34,98)
#5E1E55
(94,30,85)
#501A48
(80,26,72)
#42163B
(66,22,59)
#34122E
(52,18,46)
#260E21
(38,14,33)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #A43296

#A43296
(164,50,150)
#AC449F
(172,68,159)
#B456A8
(180,86,168)
#BC68B1
(188,104,177)
#C47ABA
(196,122,186)
#CC8CC3
(204,140,195)
#D49ECC
(212,158,204)
#DCB0D5
(220,176,213)
#E4C2DE
(228,194,222)
#ECD4E7
(236,212,231)
#F4E6F0
(244,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43296 color. Also use rgb(164,50,150) instead hex code.

Text Font Color

.myTextColor { color: #A43296; }

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

This text font color is #A43296.


Background Color

.myBgColor { background-color: #A43296; }

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

This div background color is #A43296.


Border color

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

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

This div border color is #A43296.


Opacity

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

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

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

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

This text has shadow with #A43296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43296 on black background.


Color preview on white background

This text has color #A43296 on white background.



Black color preview on #A43296 background

This text has black color on #A43296 background.


White color preview on #A43296 background

This text has white color on #A43296 background.