COLOR #A673D3

HEX: #A673D3 RGB: (166,115,211)

Color info

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

RGB color model

#A673D3 color RGB value is (166,115,211).

RGB: (166,115,211) (65%, 45%, 83%)

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 211 of 255 = 83%

166
115
211

R + G + B ~ 64%. #A673D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 115 + 211 = 492 (100%)
R 166 of 492 ~ 33.74%
G 115 of 492 ~ 23.37%
B 211 of 492 ~ 42.89'%

%33.74
%23.37
%42.89

CMYK color model

#A673D3 color CMYK value is (21,45,0,17).

  • cyan value is 21.33%
  • magenta value is 45.50%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (21,45,0,17)
C21M45Y0K17 (21%, 45%, 0%, 17%)
(0.21 / 0.45 / 0.00 / 0.17)

CMYK percentages

%21.33
%45.5
%0
%17.25

Codes

Color #A673D3 in popluar color models

A6 73 D3
RGB 166 115 211
HSL 272° 52.17% 63.92%
HSB/HSV 272° 45.50% 82.75%
CMYK 21.33% 45.50% 0.00%
17.25%

Color #A673D3 in popluar number systems.

HEX A6 73 D3
Decimal 166 115 211
Binary 10100110 1110011 11010011
Octal 246 163 323

Shades and tints

Shades of #A673D3

#A673D3
(166,115,211)
#9769C0
(151,105,192)
#885FAD
(136,95,173)
#79559A
(121,85,154)
#6A4B87
(106,75,135)
#5B4174
(91,65,116)
#4C3761
(76,55,97)
#3D2D4E
(61,45,78)
#2E233B
(46,35,59)
#1F1928
(31,25,40)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A673D3

#A673D3
(166,115,211)
#AE7FD7
(174,127,215)
#B68BDB
(182,139,219)
#BE97DF
(190,151,223)
#C6A3E3
(198,163,227)
#CEAFE7
(206,175,231)
#D6BBEB
(214,187,235)
#DEC7EF
(222,199,239)
#E6D3F3
(230,211,243)
#EEDFF7
(238,223,247)
#F6EBFB
(246,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A673D3 color. Also use rgb(166,115,211) instead hex code.

Text Font Color

.myTextColor { color: #A673D3; }

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

This text font color is #A673D3.

Background Color

.myBgColor { background-color: #A673D3; }

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

This div background color is #A673D3.

Border color

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

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

This div border color is #A673D3.

Opacity

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

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

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

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

This text has shadow with #A673D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A673D3.

Preview

Color preview on black background

This text has color #A673D3 on black background.


Color preview on white background

This text has color #A673D3 on white background.


Black color preview on #A673D3 background

This text has black color on #A673D3 background.


White color preview on #A673D3 background

This text has white color on #A673D3 background.


Related colors

Complementary color

Complementary color for #hex is #598C2C.


I love getcolorcode.com

Triadic colors

1 #D3A673 and #73D3A6 with #A673D3 are triadic colors.

2 #D373A6 and #73A6D3 with #A673D3 are triadic colors.