COLOR #A782AA

HEX: #A782AA RGB: (167,130,170)

Color info

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

RGB color model

#A782AA color RGB value is (167,130,170).

RGB: (167,130,170) (65%, 51%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 130 of 255 = 51%
B 170 of 255 = 67%

167
130
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 130 + 170 = 467 (100%)
R 167 of 467 ~ 35.76%
G 130 of 467 ~ 27.84%
B 170 of 467 ~ 36.4'%

%35.76
%27.84
%36.4

CMYK color model

#A782AA color CMYK value is (2,24,0,33).

  • cyan value is 1.76%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (2,24,0,33)
C2M24Y0K33 (2%, 24%, 0%, 33%)
(0.02 / 0.24 / 0.00 / 0.33)

CMYK percentages

%1.76
%23.53
%0
%33.33

Codes

Color #A782AA in popluar color models

A7 82 AA
RGB 167 130 170
HSL 296° 19.05% 58.82%
HSB/HSV 296° 23.53% 66.67%
CMYK 1.76% 23.53% 0.00%
33.33%

Color #A782AA in popluar number systems.

HEX A7 82 AA
Decimal 167 130 170
Binary 10100111 10000010 10101010
Octal 247 202 252

Shades and tints

Shades of #A782AA

#A782AA
(167,130,170)
#98779B
(152,119,155)
#896C8C
(137,108,140)
#7A617D
(122,97,125)
#6B566E
(107,86,110)
#5C4B5F
(92,75,95)
#4D4050
(77,64,80)
#3E3541
(62,53,65)
#2F2A32
(47,42,50)
#201F23
(32,31,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A782AA

#A782AA
(167,130,170)
#AF8DB1
(175,141,177)
#B798B8
(183,152,184)
#BFA3BF
(191,163,191)
#C7AEC6
(199,174,198)
#CFB9CD
(207,185,205)
#D7C4D4
(215,196,212)
#DFCFDB
(223,207,219)
#E7DAE2
(231,218,226)
#EFE5E9
(239,229,233)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A782AA; }

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

This text font color is #A782AA.

Background Color

.myBgColor { background-color: #A782AA; }

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

This div background color is #A782AA.

Border color

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

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

This div border color is #A782AA.

Opacity

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

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

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

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

This text has shadow with #A782AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A782AA.

Preview

Color preview on black background

This text has color #A782AA on black background.


Color preview on white background

This text has color #A782AA on white background.


Black color preview on #A782AA background

This text has black color on #A782AA background.


White color preview on #A782AA background

This text has white color on #A782AA background.


Related colors

Complementary color

Complementary color for #hex is #587D55.


I love getcolorcode.com

Triadic colors

1 #AAA782 and #82AAA7 with #A782AA are triadic colors.

2 #AA82A7 and #82A7AA with #A782AA are triadic colors.