COLOR #A672AD

HEX: #A672AD RGB: (166,114,173)

Color info

#A672AD contains red, green and blue colors in about the same proportion. Web safe color of #A672AD is #996699 (or #969).

RGB color model

#A672AD color RGB value is (166,114,173).

RGB: (166,114,173) (65%, 45%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 114 of 255 = 45%
B 173 of 255 = 68%

166
114
173

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

Portions of RGB colors in percentages

R + G + B = 166 + 114 + 173 = 453 (100%)
R 166 of 453 ~ 36.64%
G 114 of 453 ~ 25.17%
B 173 of 453 ~ 38.19'%

%36.64
%25.17
%38.19

CMYK color model

#A672AD color CMYK value is (4,34,0,32).

  • cyan value is 4.05%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (4,34,0,32)
C4M34Y0K32 (4%, 34%, 0%, 32%)
(0.04 / 0.34 / 0.00 / 0.32)

CMYK percentages

%4.05
%34.1
%0
%32.16

Codes

Color #A672AD in popluar color models

A6 72 AD
RGB 166 114 173
HSL 293° 26.46% 56.27%
HSB/HSV 293° 34.10% 67.84%
CMYK 4.05% 34.10% 0.00%
32.16%

Color #A672AD in popluar number systems.

HEX A6 72 AD
Decimal 166 114 173
Binary 10100110 1110010 10101101
Octal 246 162 255

Shades and tints

Shades of #A672AD

#A672AD
(166,114,173)
#97689E
(151,104,158)
#885E8F
(136,94,143)
#795480
(121,84,128)
#6A4A71
(106,74,113)
#5B4062
(91,64,98)
#4C3653
(76,54,83)
#3D2C44
(61,44,68)
#2E2235
(46,34,53)
#1F1826
(31,24,38)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #A672AD

#A672AD
(166,114,173)
#AE7EB4
(174,126,180)
#B68ABB
(182,138,187)
#BE96C2
(190,150,194)
#C6A2C9
(198,162,201)
#CEAED0
(206,174,208)
#D6BAD7
(214,186,215)
#DEC6DE
(222,198,222)
#E6D2E5
(230,210,229)
#EEDEEC
(238,222,236)
#F6EAF3
(246,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A672AD color. Also use rgb(166,114,173) instead hex code.

Text Font Color

.myTextColor { color: #A672AD; }

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

This text font color is #A672AD.

Background Color

.myBgColor { background-color: #A672AD; }

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

This div background color is #A672AD.

Border color

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

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

This div border color is #A672AD.

Opacity

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

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

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

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

This text has shadow with #A672AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A672AD.

Preview

Color preview on black background

This text has color #A672AD on black background.


Color preview on white background

This text has color #A672AD on white background.


Black color preview on #A672AD background

This text has black color on #A672AD background.


White color preview on #A672AD background

This text has white color on #A672AD background.


Related colors

Complementary color

Complementary color for #hex is #598D52.


I love getcolorcode.com

Triadic colors

1 #ADA672 and #72ADA6 with #A672AD are triadic colors.

2 #AD72A6 and #72A6AD with #A672AD are triadic colors.