COLOR #A629AC

HEX: #A629AC
RGB: (166,41,172)

Color info

#A629AC contains mainly red and blue colors. Web safe color of #A629AC is #993399 (or #939).

RGB color model

#A629AC color RGB value is (166,41,172).

  • red value is 166;
  • green value is 41;
  • blue value is 172.
RGB:
(166,41,172)
(65%,16%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 41 of 255 = 16%
B 172 of 255 = 67%

166
41
172

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

Portions of RGB colors in percentages

R + G + B =
166 + 41 + 172 = 379 (100%)
R 166 of 379 ~ 43.8%
G 41 of 379 ~ 10.82%
B 172 of 379 ~ 45.38%

%43.8
%10.82
%45.38

CMYK color model

#A629AC color CMYK value is (3,76,0,33).

  • cyan value is 3.49%
  • magenta value is 76.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,76,0,33)
C3M76Y0K33 
(3%,76%,0%,33%)
(0.03/0.76/0.00/0.33)	

CMYK percentages

%3.49
%76.16
%0
%32.55

Codes

Color #A629AC in popluar color models

A629AC
RGB16641172
HSL297°61.50%41.76%
HSB/HSV297°76.16%67.45%
CMYK3.49%76.16%0.00%
32.55%

Color #A629AC in popluar number systems.

HEXA629AC
Decimal16641172
Binary1010011010100110101100
Octal24651254

Shades and tints

Shades of #A629AC

#A629AC
(166,41,172)
#97269D
(151,38,157)
#88238E
(136,35,142)
#79207F
(121,32,127)
#6A1D70
(106,29,112)
#5B1A61
(91,26,97)
#4C1752
(76,23,82)
#3D1443
(61,20,67)
#2E1134
(46,17,52)
#1F0E25
(31,14,37)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #A629AC

#A629AC
(166,41,172)
#AE3CB3
(174,60,179)
#B64FBA
(182,79,186)
#BE62C1
(190,98,193)
#C675C8
(198,117,200)
#CE88CF
(206,136,207)
#D69BD6
(214,155,214)
#DEAEDD
(222,174,221)
#E6C1E4
(230,193,228)
#EED4EB
(238,212,235)
#F6E7F2
(246,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A629AC color. Also use rgb(166,41,172) instead hex code.

Text Font Color

.myTextColor { color: #A629AC; }

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

This text font color is #A629AC.


Background Color

.myBgColor { background-color: #A629AC; }

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

This div background color is #A629AC.


Border color

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

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

This div border color is #A629AC.


Opacity

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

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

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

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

This text has shadow with #A629AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A629AC on black background.


Color preview on white background

This text has color #A629AC on white background.



Black color preview on #A629AC background

This text has black color on #A629AC background.


White color preview on #A629AC background

This text has white color on #A629AC background.