COLOR #A780AD

HEX: #A780AD RGB: (167,128,173)

Color info

#A780AD contains red, green and blue colors in about the same proportion. Web safe color of #A780AD is #996699 (or #969).

RGB color model

#A780AD color RGB value is (167,128,173).

RGB: (167,128,173) (65%, 50%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 173 of 255 = 68%

167
128
173

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

Portions of RGB colors in percentages

R + G + B = 167 + 128 + 173 = 468 (100%)
R 167 of 468 ~ 35.68%
G 128 of 468 ~ 27.35%
B 173 of 468 ~ 36.97'%

%35.68
%27.35
%36.97

CMYK color model

#A780AD color CMYK value is (3,26,0,32).

  • cyan value is 3.47%
  • magenta value is 26.01%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (3,26,0,32)
C3M26Y0K32 (3%, 26%, 0%, 32%)
(0.03 / 0.26 / 0.00 / 0.32)

CMYK percentages

%3.47
%26.01
%0
%32.16

Codes

Color #A780AD in popluar color models

A7 80 AD
RGB 167 128 173
HSL 292° 21.53% 59.02%
HSB/HSV 292° 26.01% 67.84%
CMYK 3.47% 26.01% 0.00%
32.16%

Color #A780AD in popluar number systems.

HEX A7 80 AD
Decimal 167 128 173
Binary 10100111 10000000 10101101
Octal 247 200 255

Shades and tints

Shades of #A780AD

#A780AD
(167,128,173)
#98759E
(152,117,158)
#896A8F
(137,106,143)
#7A5F80
(122,95,128)
#6B5471
(107,84,113)
#5C4962
(92,73,98)
#4D3E53
(77,62,83)
#3E3344
(62,51,68)
#2F2835
(47,40,53)
#201D26
(32,29,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #A780AD

#A780AD
(167,128,173)
#AF8BB4
(175,139,180)
#B796BB
(183,150,187)
#BFA1C2
(191,161,194)
#C7ACC9
(199,172,201)
#CFB7D0
(207,183,208)
#D7C2D7
(215,194,215)
#DFCDDE
(223,205,222)
#E7D8E5
(231,216,229)
#EFE3EC
(239,227,236)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A780AD color. Also use rgb(167,128,173) instead hex code.

Text Font Color

.myTextColor { color: #A780AD; }

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

This text font color is #A780AD.

Background Color

.myBgColor { background-color: #A780AD; }

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

This div background color is #A780AD.

Border color

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

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

This div border color is #A780AD.

Opacity

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

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

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

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

This text has shadow with #A780AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A780AD.

Preview

Color preview on black background

This text has color #A780AD on black background.


Color preview on white background

This text has color #A780AD on white background.


Black color preview on #A780AD background

This text has black color on #A780AD background.


White color preview on #A780AD background

This text has white color on #A780AD background.


Related colors

Complementary color

Complementary color for #hex is #587F52.


I love getcolorcode.com

Triadic colors

1 #ADA780 and #80ADA7 with #A780AD are triadic colors.

2 #AD80A7 and #80A7AD with #A780AD are triadic colors.