COLOR #A481AD

HEX: #A481AD RGB: (164,129,173)

Color info

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

RGB color model

#A481AD color RGB value is (164,129,173).

RGB: (164,129,173) (64%, 51%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 173 of 255 = 68%

164
129
173

R + G + B ~ 61%. #A481AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 129 + 173 = 466 (100%)
R 164 of 466 ~ 35.19%
G 129 of 466 ~ 27.68%
B 173 of 466 ~ 37.12'%

%35.19
%27.68
%37.12

CMYK color model

#A481AD color CMYK value is (5,25,0,32).

  • cyan value is 5.20%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,25,0,32)
C5M25Y0K32 (5%, 25%, 0%, 32%)
(0.05 / 0.25 / 0.00 / 0.32)

CMYK percentages

%5.2
%25.43
%0
%32.16

Codes

Color #A481AD in popluar color models

A4 81 AD
RGB 164 129 173
HSL 288° 21.15% 59.22%
HSB/HSV 288° 25.43% 67.84%
CMYK 5.20% 25.43% 0.00%
32.16%

Color #A481AD in popluar number systems.

HEX A4 81 AD
Decimal 164 129 173
Binary 10100100 10000001 10101101
Octal 244 201 255

Shades and tints

Shades of #A481AD

#A481AD
(164,129,173)
#96769E
(150,118,158)
#886B8F
(136,107,143)
#7A6080
(122,96,128)
#6C5571
(108,85,113)
#5E4A62
(94,74,98)
#503F53
(80,63,83)
#423444
(66,52,68)
#342935
(52,41,53)
#261E26
(38,30,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #A481AD

#A481AD
(164,129,173)
#AC8CB4
(172,140,180)
#B497BB
(180,151,187)
#BCA2C2
(188,162,194)
#C4ADC9
(196,173,201)
#CCB8D0
(204,184,208)
#D4C3D7
(212,195,215)
#DCCEDE
(220,206,222)
#E4D9E5
(228,217,229)
#ECE4EC
(236,228,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A481AD color. Also use rgb(164,129,173) instead hex code.

Text Font Color

.myTextColor { color: #A481AD; }

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

This text font color is #A481AD.

Background Color

.myBgColor { background-color: #A481AD; }

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

This div background color is #A481AD.

Border color

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

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

This div border color is #A481AD.

Opacity

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

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

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

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

This text has shadow with #A481AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A481AD.

Preview

Color preview on black background

This text has color #A481AD on black background.


Color preview on white background

This text has color #A481AD on white background.


Black color preview on #A481AD background

This text has black color on #A481AD background.


White color preview on #A481AD background

This text has white color on #A481AD background.


Related colors

Complementary color

Complementary color for #hex is #5B7E52.


I love getcolorcode.com

Triadic colors

1 #ADA481 and #81ADA4 with #A481AD are triadic colors.

2 #AD81A4 and #81A4AD with #A481AD are triadic colors.