COLOR #A6478F

HEX: #A6478F
RGB: (166,71,143)

Color info

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

RGB color model

#A6478F color RGB value is (166,71,143).

  • red value is 166;
  • green value is 71;
  • blue value is 143.
RGB:
(166,71,143)
(65%,28%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 71 of 255 = 28%
B 143 of 255 = 56%

166
71
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 71 + 143 = 380 (100%)
R 166 of 380 ~ 43.68%
G 71 of 380 ~ 18.68%
B 143 of 380 ~ 37.63%

%43.68
%18.68
%37.63

CMYK color model

#A6478F color CMYK value is (0,57,14,35).

  • cyan value is 0.00%
  • magenta value is 57.23%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(0,57,14,35)
C0M57Y14K35 
(0%,57%,14%,35%)
(0.00/0.57/0.14/0.35)	

CMYK percentages

%0
%57.23
%13.86
%34.9

Codes

Color #A6478F in popluar color models

A6478F
RGB16671143
HSL315°40.08%46.47%
HSB/HSV315°57.23%65.10%
CMYK0.00%57.23%13.86%
34.90%

Color #A6478F in popluar number systems.

HEXA6478F
Decimal16671143
Binary10100110100011110001111
Octal246107217

Shades and tints

Shades of #A6478F

#A6478F
(166,71,143)
#974182
(151,65,130)
#883B75
(136,59,117)
#793568
(121,53,104)
#6A2F5B
(106,47,91)
#5B294E
(91,41,78)
#4C2341
(76,35,65)
#3D1D34
(61,29,52)
#2E1727
(46,23,39)
#1F111A
(31,17,26)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #A6478F

#A6478F
(166,71,143)
#AE5799
(174,87,153)
#B667A3
(182,103,163)
#BE77AD
(190,119,173)
#C687B7
(198,135,183)
#CE97C1
(206,151,193)
#D6A7CB
(214,167,203)
#DEB7D5
(222,183,213)
#E6C7DF
(230,199,223)
#EED7E9
(238,215,233)
#F6E7F3
(246,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6478F color. Also use rgb(166,71,143) instead hex code.

Text Font Color

.myTextColor { color: #A6478F; }

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

This text font color is #A6478F.


Background Color

.myBgColor { background-color: #A6478F; }

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

This div background color is #A6478F.


Border color

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

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

This div border color is #A6478F.


Opacity

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

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

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

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

This text has shadow with #A6478F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6478F on black background.


Color preview on white background

This text has color #A6478F on white background.



Black color preview on #A6478F background

This text has black color on #A6478F background.


White color preview on #A6478F background

This text has white color on #A6478F background.