COLOR #A673CC

HEX: #A673CC
RGB: (166,115,204)

Color info

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

RGB color model

#A673CC color RGB value is (166,115,204).

  • red value is 166;
  • green value is 115;
  • blue value is 204.
RGB:
(166,115,204)
(65%,45%,80%)

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 204 of 255 = 80%

166
115
204

R + G + B ~ 63%. #A673CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 115 + 204 = 485 (100%)
R 166 of 485 ~ 34.23%
G 115 of 485 ~ 23.71%
B 204 of 485 ~ 42.06%

%34.23
%23.71
%42.06

CMYK color model

#A673CC color CMYK value is (19,44,0,20).

  • cyan value is 18.63%
  • magenta value is 43.63%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(19,44,0,20)
C19M44Y0K20 
(19%,44%,0%,20%)
(0.19/0.44/0.00/0.20)	

CMYK percentages

%18.63
%43.63
%0
%20

Codes

Color #A673CC in popluar color models

A673CC
RGB166115204
HSL274°46.60%62.55%
HSB/HSV274°43.63%80.00%
CMYK18.63%43.63%0.00%
20.00%

Color #A673CC in popluar number systems.

HEXA673CC
Decimal166115204
Binary10100110111001111001100
Octal246163314

Shades and tints

Shades of #A673CC

#A673CC
(166,115,204)
#9769BA
(151,105,186)
#885FA8
(136,95,168)
#795596
(121,85,150)
#6A4B84
(106,75,132)
#5B4172
(91,65,114)
#4C3760
(76,55,96)
#3D2D4E
(61,45,78)
#2E233C
(46,35,60)
#1F192A
(31,25,42)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #A673CC

#A673CC
(166,115,204)
#AE7FD0
(174,127,208)
#B68BD4
(182,139,212)
#BE97D8
(190,151,216)
#C6A3DC
(198,163,220)
#CEAFE0
(206,175,224)
#D6BBE4
(214,187,228)
#DEC7E8
(222,199,232)
#E6D3EC
(230,211,236)
#EEDFF0
(238,223,240)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A673CC; }

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

This text font color is #A673CC.


Background Color

.myBgColor { background-color: #A673CC; }

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

This div background color is #A673CC.


Border color

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

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

This div border color is #A673CC.


Opacity

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

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

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

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

This text has shadow with #A673CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A673CC on black background.


Color preview on white background

This text has color #A673CC on white background.



Black color preview on #A673CC background

This text has black color on #A673CC background.


White color preview on #A673CC background

This text has white color on #A673CC background.