COLOR #A60474

HEX: #A60474
RGB: (166,4,116)

Color info

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

RGB color model

#A60474 color RGB value is (166,4,116).

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

RGB channels and saturation

R 166 of 255 = 65%
G 4 of 255 = 2%
B 116 of 255 = 45%

166
4
116

R + G + B ~ 37%. #A60474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 4 + 116 = 286 (100%)
R 166 of 286 ~ 58.04%
G 4 of 286 ~ 1.4%
B 116 of 286 ~ 40.56%

%58.04
%40.56

CMYK color model

#A60474 color CMYK value is (0,98,30,35).

  • cyan value is 0.00%
  • magenta value is 97.59%
  • yellow value is 30.12%
  • key color value is 34.90%
CMYK:
(0,98,30,35)
C0M98Y30K35 
(0%,98%,30%,35%)
(0.00/0.98/0.30/0.35)	

CMYK percentages

%0
%97.59
%30.12
%34.9

Codes

Color #A60474 in popluar color models

A60474
RGB1664116
HSL319°95.29%33.33%
HSB/HSV319°97.59%65.10%
CMYK0.00%97.59%30.12%
34.90%

Color #A60474 in popluar number systems.

HEXA60474
Decimal1664116
Binary101001101001110100
Octal2464164

Shades and tints

Shades of #A60474

#A60474
(166,4,116)
#97046A
(151,4,106)
#880460
(136,4,96)
#790456
(121,4,86)
#6A044C
(106,4,76)
#5B0442
(91,4,66)
#4C0438
(76,4,56)
#3D042E
(61,4,46)
#2E0424
(46,4,36)
#1F041A
(31,4,26)
#100410
(16,4,16)
#000000
(0,0,0)

Tints of #A60474

#A60474
(166,4,116)
#AE1A80
(174,26,128)
#B6308C
(182,48,140)
#BE4698
(190,70,152)
#C65CA4
(198,92,164)
#CE72B0
(206,114,176)
#D688BC
(214,136,188)
#DE9EC8
(222,158,200)
#E6B4D4
(230,180,212)
#EECAE0
(238,202,224)
#F6E0EC
(246,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A60474; }

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

This text font color is #A60474.


Background Color

.myBgColor { background-color: #A60474; }

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

This div background color is #A60474.


Border color

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

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

This div border color is #A60474.


Opacity

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

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

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

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

This text has shadow with #A60474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60474 on black background.


Color preview on white background

This text has color #A60474 on white background.



Black color preview on #A60474 background

This text has black color on #A60474 background.


White color preview on #A60474 background

This text has white color on #A60474 background.