COLOR #A60E74

HEX: #A60E74
RGB: (166,14,116)

Color info

#A60E74 contains mainly red and blue colors. Web safe color of #A60E74 is #990066 (or #906).

RGB color model

#A60E74 color RGB value is (166,14,116).

  • red value is 166;
  • green value is 14;
  • blue value is 116.
RGB:
(166,14,116)
(65%,5%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 14 of 255 = 5%
B 116 of 255 = 45%

166
14
116

R + G + B ~ 38%. #A60E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 14 + 116 = 296 (100%)
R 166 of 296 ~ 56.08%
G 14 of 296 ~ 4.73%
B 116 of 296 ~ 39.19%

%56.08
%39.19

CMYK color model

#A60E74 color CMYK value is (0,92,30,35).

  • cyan value is 0.00%
  • magenta value is 91.57%
  • yellow value is 30.12%
  • key color value is 34.90%
CMYK:
(0,92,30,35)
C0M92Y30K35 
(0%,92%,30%,35%)
(0.00/0.92/0.30/0.35)	

CMYK percentages

%0
%91.57
%30.12
%34.9

Codes

Color #A60E74 in popluar color models

A60E74
RGB16614116
HSL320°84.44%35.29%
HSB/HSV320°91.57%65.10%
CMYK0.00%91.57%30.12%
34.90%

Color #A60E74 in popluar number systems.

HEXA60E74
Decimal16614116
Binary1010011011101110100
Octal24616164

Shades and tints

Shades of #A60E74

#A60E74
(166,14,116)
#970D6A
(151,13,106)
#880C60
(136,12,96)
#790B56
(121,11,86)
#6A0A4C
(106,10,76)
#5B0942
(91,9,66)
#4C0838
(76,8,56)
#3D072E
(61,7,46)
#2E0624
(46,6,36)
#1F051A
(31,5,26)
#100410
(16,4,16)
#000000
(0,0,0)

Tints of #A60E74

#A60E74
(166,14,116)
#AE2380
(174,35,128)
#B6388C
(182,56,140)
#BE4D98
(190,77,152)
#C662A4
(198,98,164)
#CE77B0
(206,119,176)
#D68CBC
(214,140,188)
#DEA1C8
(222,161,200)
#E6B6D4
(230,182,212)
#EECBE0
(238,203,224)
#F6E0EC
(246,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60E74 color. Also use rgb(166,14,116) instead hex code.

Text Font Color

.myTextColor { color: #A60E74; }

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

This text font color is #A60E74.


Background Color

.myBgColor { background-color: #A60E74; }

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

This div background color is #A60E74.


Border color

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

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

This div border color is #A60E74.


Opacity

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

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

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

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

This text has shadow with #A60E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60E74 on black background.


Color preview on white background

This text has color #A60E74 on white background.



Black color preview on #A60E74 background

This text has black color on #A60E74 background.


White color preview on #A60E74 background

This text has white color on #A60E74 background.