COLOR #A672C2

HEX: #A672C2
RGB: (166,114,194)

Color info

#A672C2 contains mainly red and blue colors. Web safe color of #A672C2 is #9966CC (or #96C).

RGB color model

#A672C2 color RGB value is (166,114,194).

  • red value is 166;
  • green value is 114;
  • blue value is 194.
RGB:
(166,114,194)
(65%,45%,76%)

RGB channels and saturation

R 166 of 255 = 65%
G 114 of 255 = 45%
B 194 of 255 = 76%

166
114
194

R + G + B ~ 62%. #A672C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 114 + 194 = 474 (100%)
R 166 of 474 ~ 35.02%
G 114 of 474 ~ 24.05%
B 194 of 474 ~ 40.93%

%35.02
%24.05
%40.93

CMYK color model

#A672C2 color CMYK value is (14,41,0,24).

  • cyan value is 14.43%
  • magenta value is 41.24%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(14,41,0,24)
C14M41Y0K24 
(14%,41%,0%,24%)
(0.14/0.41/0.00/0.24)	

CMYK percentages

%14.43
%41.24
%0
%23.92

Codes

Color #A672C2 in popluar color models

A672C2
RGB166114194
HSL279°39.60%60.39%
HSB/HSV279°41.24%76.08%
CMYK14.43%41.24%0.00%
23.92%

Color #A672C2 in popluar number systems.

HEXA672C2
Decimal166114194
Binary10100110111001011000010
Octal246162302

Shades and tints

Shades of #A672C2

#A672C2
(166,114,194)
#9768B1
(151,104,177)
#885EA0
(136,94,160)
#79548F
(121,84,143)
#6A4A7E
(106,74,126)
#5B406D
(91,64,109)
#4C365C
(76,54,92)
#3D2C4B
(61,44,75)
#2E223A
(46,34,58)
#1F1829
(31,24,41)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #A672C2

#A672C2
(166,114,194)
#AE7EC7
(174,126,199)
#B68ACC
(182,138,204)
#BE96D1
(190,150,209)
#C6A2D6
(198,162,214)
#CEAEDB
(206,174,219)
#D6BAE0
(214,186,224)
#DEC6E5
(222,198,229)
#E6D2EA
(230,210,234)
#EEDEEF
(238,222,239)
#F6EAF4
(246,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A672C2; }

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

This text font color is #A672C2.


Background Color

.myBgColor { background-color: #A672C2; }

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

This div background color is #A672C2.


Border color

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

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

This div border color is #A672C2.


Opacity

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

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

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

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

This text has shadow with #A672C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A672C2 on black background.


Color preview on white background

This text has color #A672C2 on white background.



Black color preview on #A672C2 background

This text has black color on #A672C2 background.


White color preview on #A672C2 background

This text has white color on #A672C2 background.