COLOR #A04F84

HEX: #A04F84
RGB: (160,79,132)

Color info

#A04F84 contains mainly red and blue colors. Web safe color of #A04F84 is #996699 (or #969).

RGB color model

#A04F84 color RGB value is (160,79,132).

  • red value is 160;
  • green value is 79;
  • blue value is 132.
RGB:
(160,79,132)
(63%,31%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 79 of 255 = 31%
B 132 of 255 = 52%

160
79
132

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

Portions of RGB colors in percentages

R + G + B =
160 + 79 + 132 = 371 (100%)
R 160 of 371 ~ 43.13%
G 79 of 371 ~ 21.29%
B 132 of 371 ~ 35.58%

%43.13
%21.29
%35.58

CMYK color model

#A04F84 color CMYK value is (0,51,18,37).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(0,51,18,37)
C0M51Y18K37 
(0%,51%,18%,37%)
(0.00/0.51/0.18/0.37)	

CMYK percentages

%0
%50.63
%17.5
%37.25

Codes

Color #A04F84 in popluar color models

A04F84
RGB16079132
HSL321°33.89%46.86%
HSB/HSV321°50.63%62.75%
CMYK0.00%50.63%17.50%
37.25%

Color #A04F84 in popluar number systems.

HEXA04F84
Decimal16079132
Binary10100000100111110000100
Octal240117204

Shades and tints

Shades of #A04F84

#A04F84
(160,79,132)
#924878
(146,72,120)
#84416C
(132,65,108)
#763A60
(118,58,96)
#683354
(104,51,84)
#5A2C48
(90,44,72)
#4C253C
(76,37,60)
#3E1E30
(62,30,48)
#301724
(48,23,36)
#221018
(34,16,24)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #A04F84

#A04F84
(160,79,132)
#A85F8F
(168,95,143)
#B06F9A
(176,111,154)
#B87FA5
(184,127,165)
#C08FB0
(192,143,176)
#C89FBB
(200,159,187)
#D0AFC6
(208,175,198)
#D8BFD1
(216,191,209)
#E0CFDC
(224,207,220)
#E8DFE7
(232,223,231)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04F84 color. Also use rgb(160,79,132) instead hex code.

Text Font Color

.myTextColor { color: #A04F84; }

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

This text font color is #A04F84.


Background Color

.myBgColor { background-color: #A04F84; }

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

This div background color is #A04F84.


Border color

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

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

This div border color is #A04F84.


Opacity

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

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

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

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

This text has shadow with #A04F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04F84 on black background.


Color preview on white background

This text has color #A04F84 on white background.



Black color preview on #A04F84 background

This text has black color on #A04F84 background.


White color preview on #A04F84 background

This text has white color on #A04F84 background.