COLOR #A782A7

HEX: #A782A7
RGB: (167,130,167)

Color info

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

RGB color model

#A782A7 color RGB value is (167,130,167).

  • red value is 167;
  • green value is 130;
  • blue value is 167.
RGB:
(167,130,167)
(65%,51%,65%)

RGB channels and saturation

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

167
130
167

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

Portions of RGB colors in percentages

R + G + B =
167 + 130 + 167 = 464 (100%)
R 167 of 464 ~ 35.99%
G 130 of 464 ~ 28.02%
B 167 of 464 ~ 35.99%

%35.99
%28.02
%35.99

CMYK color model

#A782A7 color CMYK value is (0,22,0,35).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(0,22,0,35)
C0M22Y0K35 
(0%,22%,0%,35%)
(0.00/0.22/0.00/0.35)	

CMYK percentages

%0
%22.16
%0
%34.51

Codes

Color #A782A7 in popluar color models

A782A7
RGB167130167
HSL300°17.37%58.24%
HSB/HSV300°22.16%65.49%
CMYK0.00%22.16%0.00%
34.51%

Color #A782A7 in popluar number systems.

HEXA782A7
Decimal167130167
Binary101001111000001010100111
Octal247202247

Shades and tints

Shades of #A782A7

#A782A7
(167,130,167)
#987798
(152,119,152)
#896C89
(137,108,137)
#7A617A
(122,97,122)
#6B566B
(107,86,107)
#5C4B5C
(92,75,92)
#4D404D
(77,64,77)
#3E353E
(62,53,62)
#2F2A2F
(47,42,47)
#201F20
(32,31,32)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A782A7

#A782A7
(167,130,167)
#AF8DAF
(175,141,175)
#B798B7
(183,152,183)
#BFA3BF
(191,163,191)
#C7AEC7
(199,174,199)
#CFB9CF
(207,185,207)
#D7C4D7
(215,196,215)
#DFCFDF
(223,207,223)
#E7DAE7
(231,218,231)
#EFE5EF
(239,229,239)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A782A7; }

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

This text font color is #A782A7.


Background Color

.myBgColor { background-color: #A782A7; }

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

This div background color is #A782A7.


Border color

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

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

This div border color is #A782A7.


Opacity

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

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

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

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

This text has shadow with #A782A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A782A7 on black background.


Color preview on white background

This text has color #A782A7 on white background.



Black color preview on #A782A7 background

This text has black color on #A782A7 background.


White color preview on #A782A7 background

This text has white color on #A782A7 background.