COLOR #A770AD

HEX: #A770AD RGB: (167,112,173)

Color info

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

RGB color model

#A770AD color RGB value is (167,112,173).

RGB: (167,112,173) (65%, 44%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 112 of 255 = 44%
B 173 of 255 = 68%

167
112
173

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

Portions of RGB colors in percentages

R + G + B = 167 + 112 + 173 = 452 (100%)
R 167 of 452 ~ 36.95%
G 112 of 452 ~ 24.78%
B 173 of 452 ~ 38.27'%

%36.95
%24.78
%38.27

CMYK color model

#A770AD color CMYK value is (3,35,0,32).

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

CMYK: (3,35,0,32)
C3M35Y0K32 (3%, 35%, 0%, 32%)
(0.03 / 0.35 / 0.00 / 0.32)

CMYK percentages

%3.47
%35.26
%0
%32.16

Codes

Color #A770AD in popluar color models

A7 70 AD
RGB 167 112 173
HSL 294° 27.11% 55.88%
HSB/HSV 294° 35.26% 67.84%
CMYK 3.47% 35.26% 0.00%
32.16%

Color #A770AD in popluar number systems.

HEX A7 70 AD
Decimal 167 112 173
Binary 10100111 1110000 10101101
Octal 247 160 255

Shades and tints

Shades of #A770AD

#A770AD
(167,112,173)
#98669E
(152,102,158)
#895C8F
(137,92,143)
#7A5280
(122,82,128)
#6B4871
(107,72,113)
#5C3E62
(92,62,98)
#4D3453
(77,52,83)
#3E2A44
(62,42,68)
#2F2035
(47,32,53)
#201626
(32,22,38)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #A770AD

#A770AD
(167,112,173)
#AF7DB4
(175,125,180)
#B78ABB
(183,138,187)
#BF97C2
(191,151,194)
#C7A4C9
(199,164,201)
#CFB1D0
(207,177,208)
#D7BED7
(215,190,215)
#DFCBDE
(223,203,222)
#E7D8E5
(231,216,229)
#EFE5EC
(239,229,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A770AD; }

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

This text font color is #A770AD.

Background Color

.myBgColor { background-color: #A770AD; }

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

This div background color is #A770AD.

Border color

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

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

This div border color is #A770AD.

Opacity

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

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

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

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

This text has shadow with #A770AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A770AD.

Preview

Color preview on black background

This text has color #A770AD on black background.


Color preview on white background

This text has color #A770AD on white background.


Black color preview on #A770AD background

This text has black color on #A770AD background.


White color preview on #A770AD background

This text has white color on #A770AD background.


Related colors

Complementary color

Complementary color for #hex is #588F52.


I love getcolorcode.com

Triadic colors

1 #ADA770 and #70ADA7 with #A770AD are triadic colors.

2 #AD70A7 and #70A7AD with #A770AD are triadic colors.