COLOR #A782AD

HEX: #A782AD RGB: (167,130,173)

Color info

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

RGB color model

#A782AD color RGB value is (167,130,173).

RGB: (167,130,173) (65%, 51%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 130 of 255 = 51%
B 173 of 255 = 68%

167
130
173

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

Portions of RGB colors in percentages

R + G + B = 167 + 130 + 173 = 470 (100%)
R 167 of 470 ~ 35.53%
G 130 of 470 ~ 27.66%
B 173 of 470 ~ 36.81'%

%35.53
%27.66
%36.81

CMYK color model

#A782AD color CMYK value is (3,25,0,32).

  • cyan value is 3.47%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (3,25,0,32) C3M25Y0K32 (3%,25%,0%,32%) (0.03/0.25/0.00/0.32) 

CMYK percentages

%3.47
%24.86
%0
%32.16

Codes

Color #A782AD in popluar color models

A7 82 AD
RGB 167 130 173
HSL 292° 20.77% 59.41%
HSB/HSV 292° 24.86% 67.84%
CMYK 3.47% 24.86% 0.00%
32.16%

Color #A782AD in popluar number systems.

HEX A7 82 AD
Decimal 167 130 173
Binary 10100111 10000010 10101101
Octal 247 202 255

Shades and tints

Shades of #A782AD

#A782AD
(167,130,173)
#98779E
(152,119,158)
#896C8F
(137,108,143)
#7A6180
(122,97,128)
#6B5671
(107,86,113)
#5C4B62
(92,75,98)
#4D4053
(77,64,83)
#3E3544
(62,53,68)
#2F2A35
(47,42,53)
#201F26
(32,31,38)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A782AD

#A782AD
(167,130,173)
#AF8DB4
(175,141,180)
#B798BB
(183,152,187)
#BFA3C2
(191,163,194)
#C7AEC9
(199,174,201)
#CFB9D0
(207,185,208)
#D7C4D7
(215,196,215)
#DFCFDE
(223,207,222)
#E7DAE5
(231,218,229)
#EFE5EC
(239,229,236)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A782AD; }

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

This text font color is #A782AD.

Background Color

.myBgColor { background-color: #A782AD; }

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

This div background color is #A782AD.

Border color

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

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

This div border color is #A782AD.

Opacity

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

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

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

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

This text has shadow with #A782AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A782AD.

Preview

Color preview on black background

This text has color #A782AD on black background.


Color preview on white background

This text has color #A782AD on white background.


Black color preview on #A782AD background

This text has black color on #A782AD background.


White color preview on #A782AD background

This text has white color on #A782AD background.


Related colors

Complementary color

Complementary color for #hex is #587D52.


I love getcolorcode.com

Triadic colors

1 #ADA782 and #82ADA7 with #A782AD are triadic colors.

2 #AD82A7 and #82A7AD with #A782AD are triadic colors.