COLOR #A767AD

HEX: #A767AD RGB: (167,103,173)

Color info

#A767AD contains mainly red and blue colors. Web safe color of #A767AD is #996699 (or #969).

RGB color model

#A767AD color RGB value is (167,103,173).

RGB: (167,103,173) (65%, 40%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 103 of 255 = 40%
B 173 of 255 = 68%

167
103
173

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

Portions of RGB colors in percentages

R + G + B = 167 + 103 + 173 = 443 (100%)
R 167 of 443 ~ 37.7%
G 103 of 443 ~ 23.25%
B 173 of 443 ~ 39.05'%

%37.7
%23.25
%39.05

CMYK color model

#A767AD color CMYK value is (3,40,0,32).

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

CMYK: (3,40,0,32)
C3M40Y0K32 (3%, 40%, 0%, 32%)
(0.03 / 0.40 / 0.00 / 0.32)

CMYK percentages

%3.47
%40.46
%0
%32.16

Codes

Color #A767AD in popluar color models

A7 67 AD
RGB 167 103 173
HSL 295° 29.91% 54.12%
HSB/HSV 295° 40.46% 67.84%
CMYK 3.47% 40.46% 0.00%
32.16%

Color #A767AD in popluar number systems.

HEX A7 67 AD
Decimal 167 103 173
Binary 10100111 1100111 10101101
Octal 247 147 255

Shades and tints

Shades of #A767AD

#A767AD
(167,103,173)
#985E9E
(152,94,158)
#89558F
(137,85,143)
#7A4C80
(122,76,128)
#6B4371
(107,67,113)
#5C3A62
(92,58,98)
#4D3153
(77,49,83)
#3E2844
(62,40,68)
#2F1F35
(47,31,53)
#201626
(32,22,38)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #A767AD

#A767AD
(167,103,173)
#AF74B4
(175,116,180)
#B781BB
(183,129,187)
#BF8EC2
(191,142,194)
#C79BC9
(199,155,201)
#CFA8D0
(207,168,208)
#D7B5D7
(215,181,215)
#DFC2DE
(223,194,222)
#E7CFE5
(231,207,229)
#EFDCEC
(239,220,236)
#F7E9F3
(247,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A767AD; }

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

This text font color is #A767AD.

Background Color

.myBgColor { background-color: #A767AD; }

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

This div background color is #A767AD.

Border color

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

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

This div border color is #A767AD.

Opacity

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

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

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

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

This text has shadow with #A767AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A767AD.

Preview

Color preview on black background

This text has color #A767AD on black background.


Color preview on white background

This text has color #A767AD on white background.


Black color preview on #A767AD background

This text has black color on #A767AD background.


White color preview on #A767AD background

This text has white color on #A767AD background.


Related colors

Complementary color

Complementary color for #hex is #589852.


I love getcolorcode.com

Triadic colors

1 #ADA767 and #67ADA7 with #A767AD are triadic colors.

2 #AD67A7 and #67A7AD with #A767AD are triadic colors.