COLOR #A04483

HEX: #A04483 RGB: (160,68,131)

Color info

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

RGB color model

#A04483 color RGB value is (160,68,131).

RGB: (160,68,131) (63%, 27%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 68 of 255 = 27%
B 131 of 255 = 51%

160
68
131

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

Portions of RGB colors in percentages

R + G + B = 160 + 68 + 131 = 359 (100%)
R 160 of 359 ~ 44.57%
G 68 of 359 ~ 18.94%
B 131 of 359 ~ 36.49'%

%44.57
%18.94
%36.49

CMYK color model

#A04483 color CMYK value is (0,58,18,37).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 18.13%
  • key color value is 37.25%

CMYK: (0,58,18,37)
C0M58Y18K37 (0%, 58%, 18%, 37%)
(0.00 / 0.58 / 0.18 / 0.37)

CMYK percentages

%0
%57.5
%18.13
%37.25

Codes

Color #A04483 in popluar color models

A0 44 83
RGB 160 68 131
HSL 319° 40.35% 44.71%
HSB/HSV 319° 57.50% 62.75%
CMYK 0.00% 57.50% 18.13%
37.25%

Color #A04483 in popluar number systems.

HEX A0 44 83
Decimal 160 68 131
Binary 10100000 1000100 10000011
Octal 240 104 203

Shades and tints

Shades of #A04483

#A04483
(160,68,131)
#923E78
(146,62,120)
#84386D
(132,56,109)
#763262
(118,50,98)
#682C57
(104,44,87)
#5A264C
(90,38,76)
#4C2041
(76,32,65)
#3E1A36
(62,26,54)
#30142B
(48,20,43)
#220E20
(34,14,32)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #A04483

#A04483
(160,68,131)
#A8558E
(168,85,142)
#B06699
(176,102,153)
#B877A4
(184,119,164)
#C088AF
(192,136,175)
#C899BA
(200,153,186)
#D0AAC5
(208,170,197)
#D8BBD0
(216,187,208)
#E0CCDB
(224,204,219)
#E8DDE6
(232,221,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04483 color. Also use rgb(160,68,131) instead hex code.

Text Font Color

.myTextColor { color: #A04483; }

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

This text font color is #A04483.

Background Color

.myBgColor { background-color: #A04483; }

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

This div background color is #A04483.

Border color

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

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

This div border color is #A04483.

Opacity

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

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

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

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

This text has shadow with #A04483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A04483.

Preview

Color preview on black background

This text has color #A04483 on black background.


Color preview on white background

This text has color #A04483 on white background.


Black color preview on #A04483 background

This text has black color on #A04483 background.


White color preview on #A04483 background

This text has white color on #A04483 background.


Related colors

Complementary color

Complementary color for #hex is #5FBB7C.


I love getcolorcode.com

Triadic colors

1 #83A044 and #4483A0 with #A04483 are triadic colors.

2 #8344A0 and #44A083 with #A04483 are triadic colors.