COLOR #A74781

HEX: #A74781
RGB: (167,71,129)

Color info

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

RGB color model

#A74781 color RGB value is (167,71,129).

  • red value is 167;
  • green value is 71;
  • blue value is 129.
RGB:
(167,71,129)
(65%,28%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 71 of 255 = 28%
B 129 of 255 = 51%

167
71
129

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

Portions of RGB colors in percentages

R + G + B =
167 + 71 + 129 = 367 (100%)
R 167 of 367 ~ 45.5%
G 71 of 367 ~ 19.35%
B 129 of 367 ~ 35.15%

%45.5
%19.35
%35.15

CMYK color model

#A74781 color CMYK value is (0,57,23,35).

  • cyan value is 0.00%
  • magenta value is 57.49%
  • yellow value is 22.75%
  • key color value is 34.51%
CMYK:
(0,57,23,35)
C0M57Y23K35 
(0%,57%,23%,35%)
(0.00/0.57/0.23/0.35)	

CMYK percentages

%0
%57.49
%22.75
%34.51

Codes

Color #A74781 in popluar color models

A74781
RGB16771129
HSL324°40.34%46.67%
HSB/HSV324°57.49%65.49%
CMYK0.00%57.49%22.75%
34.51%

Color #A74781 in popluar number systems.

HEXA74781
Decimal16771129
Binary10100111100011110000001
Octal247107201

Shades and tints

Shades of #A74781

#A74781
(167,71,129)
#984176
(152,65,118)
#893B6B
(137,59,107)
#7A3560
(122,53,96)
#6B2F55
(107,47,85)
#5C294A
(92,41,74)
#4D233F
(77,35,63)
#3E1D34
(62,29,52)
#2F1729
(47,23,41)
#20111E
(32,17,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #A74781

#A74781
(167,71,129)
#AF578C
(175,87,140)
#B76797
(183,103,151)
#BF77A2
(191,119,162)
#C787AD
(199,135,173)
#CF97B8
(207,151,184)
#D7A7C3
(215,167,195)
#DFB7CE
(223,183,206)
#E7C7D9
(231,199,217)
#EFD7E4
(239,215,228)
#F7E7EF
(247,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74781 color. Also use rgb(167,71,129) instead hex code.

Text Font Color

.myTextColor { color: #A74781; }

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

This text font color is #A74781.


Background Color

.myBgColor { background-color: #A74781; }

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

This div background color is #A74781.


Border color

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

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

This div border color is #A74781.


Opacity

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

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

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

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

This text has shadow with #A74781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74781 on black background.


Color preview on white background

This text has color #A74781 on white background.



Black color preview on #A74781 background

This text has black color on #A74781 background.


White color preview on #A74781 background

This text has white color on #A74781 background.