COLOR #A74485

HEX: #A74485
RGB: (167,68,133)

Color info

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

RGB color model

#A74485 color RGB value is (167,68,133).

  • red value is 167;
  • green value is 68;
  • blue value is 133.
RGB:
(167,68,133)
(65%,27%,52%)

RGB channels and saturation

R 167 of 255 = 65%
G 68 of 255 = 27%
B 133 of 255 = 52%

167
68
133

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

Portions of RGB colors in percentages

R + G + B =
167 + 68 + 133 = 368 (100%)
R 167 of 368 ~ 45.38%
G 68 of 368 ~ 18.48%
B 133 of 368 ~ 36.14%

%45.38
%18.48
%36.14

CMYK color model

#A74485 color CMYK value is (0,59,20,35).

  • cyan value is 0.00%
  • magenta value is 59.28%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK:
(0,59,20,35)
C0M59Y20K35 
(0%,59%,20%,35%)
(0.00/0.59/0.20/0.35)	

CMYK percentages

%0
%59.28
%20.36
%34.51

Codes

Color #A74485 in popluar color models

A74485
RGB16768133
HSL321°42.13%46.08%
HSB/HSV321°59.28%65.49%
CMYK0.00%59.28%20.36%
34.51%

Color #A74485 in popluar number systems.

HEXA74485
Decimal16768133
Binary10100111100010010000101
Octal247104205

Shades and tints

Shades of #A74485

#A74485
(167,68,133)
#983E79
(152,62,121)
#89386D
(137,56,109)
#7A3261
(122,50,97)
#6B2C55
(107,44,85)
#5C2649
(92,38,73)
#4D203D
(77,32,61)
#3E1A31
(62,26,49)
#2F1425
(47,20,37)
#200E19
(32,14,25)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #A74485

#A74485
(167,68,133)
#AF5590
(175,85,144)
#B7669B
(183,102,155)
#BF77A6
(191,119,166)
#C788B1
(199,136,177)
#CF99BC
(207,153,188)
#D7AAC7
(215,170,199)
#DFBBD2
(223,187,210)
#E7CCDD
(231,204,221)
#EFDDE8
(239,221,232)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74485 color. Also use rgb(167,68,133) instead hex code.

Text Font Color

.myTextColor { color: #A74485; }

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

This text font color is #A74485.


Background Color

.myBgColor { background-color: #A74485; }

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

This div background color is #A74485.


Border color

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

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

This div border color is #A74485.


Opacity

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

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

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

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

This text has shadow with #A74485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74485 on black background.


Color preview on white background

This text has color #A74485 on white background.



Black color preview on #A74485 background

This text has black color on #A74485 background.


White color preview on #A74485 background

This text has white color on #A74485 background.