COLOR #A483A0

HEX: #A483A0 RGB: (164,131,160)

Color info

#A483A0 contains red, green and blue colors in about the same proportion. Web safe color of #A483A0 is #999999 (or #999).

RGB color model

#A483A0 color RGB value is (164,131,160).

RGB: (164,131,160) (64%, 51%, 63%)

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 160 of 255 = 63%

164
131
160

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

Portions of RGB colors in percentages

R + G + B = 164 + 131 + 160 = 455 (100%)
R 164 of 455 ~ 36.04%
G 131 of 455 ~ 28.79%
B 160 of 455 ~ 35.16'%

%36.04
%28.79
%35.16

CMYK color model

#A483A0 color CMYK value is (0,20,2,36).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 2.44%
  • key color value is 35.69%

CMYK: (0,20,2,36)
C0M20Y2K36 (0%, 20%, 2%, 36%)
(0.00 / 0.20 / 0.02 / 0.36)

CMYK percentages

%0
%20.12
%2.44
%35.69

Codes

Color #A483A0 in popluar color models

A4 83 A0
RGB 164 131 160
HSL 307° 15.35% 57.84%
HSB/HSV 307° 20.12% 64.31%
CMYK 0.00% 20.12% 2.44%
35.69%

Color #A483A0 in popluar number systems.

HEX A4 83 A0
Decimal 164 131 160
Binary 10100100 10000011 10100000
Octal 244 203 240

Shades and tints

Shades of #A483A0

#A483A0
(164,131,160)
#967892
(150,120,146)
#886D84
(136,109,132)
#7A6276
(122,98,118)
#6C5768
(108,87,104)
#5E4C5A
(94,76,90)
#50414C
(80,65,76)
#42363E
(66,54,62)
#342B30
(52,43,48)
#262022
(38,32,34)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A483A0

#A483A0
(164,131,160)
#AC8EA8
(172,142,168)
#B499B0
(180,153,176)
#BCA4B8
(188,164,184)
#C4AFC0
(196,175,192)
#CCBAC8
(204,186,200)
#D4C5D0
(212,197,208)
#DCD0D8
(220,208,216)
#E4DBE0
(228,219,224)
#ECE6E8
(236,230,232)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A483A0; }

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

This text font color is #A483A0.

Background Color

.myBgColor { background-color: #A483A0; }

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

This div background color is #A483A0.

Border color

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

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

This div border color is #A483A0.

Opacity

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

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

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

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

This text has shadow with #A483A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A483A0.

Preview

Color preview on black background

This text has color #A483A0 on black background.


Color preview on white background

This text has color #A483A0 on white background.


Black color preview on #A483A0 background

This text has black color on #A483A0 background.


White color preview on #A483A0 background

This text has white color on #A483A0 background.


Related colors

Complementary color

Complementary color for #hex is #5B7C5F.


I love getcolorcode.com

Triadic colors

1 #A0A483 and #83A0A4 with #A483A0 are triadic colors.

2 #A083A4 and #83A4A0 with #A483A0 are triadic colors.