COLOR #A04E8E

HEX: #A04E8E
RGB: (160,78,142)

Color info

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

RGB color model

#A04E8E color RGB value is (160,78,142).

  • red value is 160;
  • green value is 78;
  • blue value is 142.
RGB:
(160,78,142)
(63%,31%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 78 of 255 = 31%
B 142 of 255 = 56%

160
78
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 78 + 142 = 380 (100%)
R 160 of 380 ~ 42.11%
G 78 of 380 ~ 20.53%
B 142 of 380 ~ 37.37%

%42.11
%20.53
%37.37

CMYK color model

#A04E8E color CMYK value is (0,51,11,37).

  • cyan value is 0.00%
  • magenta value is 51.25%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,51,11,37)
C0M51Y11K37 
(0%,51%,11%,37%)
(0.00/0.51/0.11/0.37)	

CMYK percentages

%0
%51.25
%11.25
%37.25

Codes

Color #A04E8E in popluar color models

A04E8E
RGB16078142
HSL313°34.45%46.67%
HSB/HSV313°51.25%62.75%
CMYK0.00%51.25%11.25%
37.25%

Color #A04E8E in popluar number systems.

HEXA04E8E
Decimal16078142
Binary10100000100111010001110
Octal240116216

Shades and tints

Shades of #A04E8E

#A04E8E
(160,78,142)
#924782
(146,71,130)
#844076
(132,64,118)
#76396A
(118,57,106)
#68325E
(104,50,94)
#5A2B52
(90,43,82)
#4C2446
(76,36,70)
#3E1D3A
(62,29,58)
#30162E
(48,22,46)
#220F22
(34,15,34)
#140816
(20,8,22)
#000000
(0,0,0)

Tints of #A04E8E

#A04E8E
(160,78,142)
#A85E98
(168,94,152)
#B06EA2
(176,110,162)
#B87EAC
(184,126,172)
#C08EB6
(192,142,182)
#C89EC0
(200,158,192)
#D0AECA
(208,174,202)
#D8BED4
(216,190,212)
#E0CEDE
(224,206,222)
#E8DEE8
(232,222,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04E8E color. Also use rgb(160,78,142) instead hex code.

Text Font Color

.myTextColor { color: #A04E8E; }

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

This text font color is #A04E8E.


Background Color

.myBgColor { background-color: #A04E8E; }

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

This div background color is #A04E8E.


Border color

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

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

This div border color is #A04E8E.


Opacity

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

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

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

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

This text has shadow with #A04E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04E8E on black background.


Color preview on white background

This text has color #A04E8E on white background.



Black color preview on #A04E8E background

This text has black color on #A04E8E background.


White color preview on #A04E8E background

This text has white color on #A04E8E background.