COLOR #A04681

HEX: #A04681
RGB: (160,70,129)

Color info

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

RGB color model

#A04681 color RGB value is (160,70,129).

  • red value is 160;
  • green value is 70;
  • blue value is 129.
RGB:
(160,70,129)
(63%,27%,51%)

RGB channels and saturation

R 160 of 255 = 63%
G 70 of 255 = 27%
B 129 of 255 = 51%

160
70
129

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

Portions of RGB colors in percentages

R + G + B =
160 + 70 + 129 = 359 (100%)
R 160 of 359 ~ 44.57%
G 70 of 359 ~ 19.5%
B 129 of 359 ~ 35.93%

%44.57
%19.5
%35.93

CMYK color model

#A04681 color CMYK value is (0,56,19,37).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(0,56,19,37)
C0M56Y19K37 
(0%,56%,19%,37%)
(0.00/0.56/0.19/0.37)	

CMYK percentages

%0
%56.25
%19.38
%37.25

Codes

Color #A04681 in popluar color models

A04681
RGB16070129
HSL321°39.13%45.10%
HSB/HSV321°56.25%62.75%
CMYK0.00%56.25%19.38%
37.25%

Color #A04681 in popluar number systems.

HEXA04681
Decimal16070129
Binary10100000100011010000001
Octal240106201

Shades and tints

Shades of #A04681

#A04681
(160,70,129)
#924076
(146,64,118)
#843A6B
(132,58,107)
#763460
(118,52,96)
#682E55
(104,46,85)
#5A284A
(90,40,74)
#4C223F
(76,34,63)
#3E1C34
(62,28,52)
#301629
(48,22,41)
#22101E
(34,16,30)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #A04681

#A04681
(160,70,129)
#A8568C
(168,86,140)
#B06697
(176,102,151)
#B876A2
(184,118,162)
#C086AD
(192,134,173)
#C896B8
(200,150,184)
#D0A6C3
(208,166,195)
#D8B6CE
(216,182,206)
#E0C6D9
(224,198,217)
#E8D6E4
(232,214,228)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04681 color. Also use rgb(160,70,129) instead hex code.

Text Font Color

.myTextColor { color: #A04681; }

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

This text font color is #A04681.


Background Color

.myBgColor { background-color: #A04681; }

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

This div background color is #A04681.


Border color

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

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

This div border color is #A04681.


Opacity

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

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

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

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

This text has shadow with #A04681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04681 on black background.


Color preview on white background

This text has color #A04681 on white background.



Black color preview on #A04681 background

This text has black color on #A04681 background.


White color preview on #A04681 background

This text has white color on #A04681 background.