COLOR #A74FD0

HEX: #A74FD0
RGB: (167,79,208)

Color info

#A74FD0 contains mainly red and blue colors. Web safe color of #A74FD0 is #9966CC (or #96C).

RGB color model

#A74FD0 color RGB value is (167,79,208).

  • red value is 167;
  • green value is 79;
  • blue value is 208.
RGB:
(167,79,208)
(65%,31%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 79 of 255 = 31%
B 208 of 255 = 82%

167
79
208

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

Portions of RGB colors in percentages

R + G + B =
167 + 79 + 208 = 454 (100%)
R 167 of 454 ~ 36.78%
G 79 of 454 ~ 17.4%
B 208 of 454 ~ 45.81%

%36.78
%17.4
%45.81

CMYK color model

#A74FD0 color CMYK value is (20,62,0,18).

  • cyan value is 19.71%
  • magenta value is 62.02%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(20,62,0,18)
C20M62Y0K18 
(20%,62%,0%,18%)
(0.20/0.62/0.00/0.18)	

CMYK percentages

%19.71
%62.02
%0
%18.43

Codes

Color #A74FD0 in popluar color models

A74FD0
RGB16779208
HSL281°57.85%56.27%
HSB/HSV281°62.02%81.57%
CMYK19.71%62.02%0.00%
18.43%

Color #A74FD0 in popluar number systems.

HEXA74FD0
Decimal16779208
Binary10100111100111111010000
Octal247117320

Shades and tints

Shades of #A74FD0

#A74FD0
(167,79,208)
#9848BE
(152,72,190)
#8941AC
(137,65,172)
#7A3A9A
(122,58,154)
#6B3388
(107,51,136)
#5C2C76
(92,44,118)
#4D2564
(77,37,100)
#3E1E52
(62,30,82)
#2F1740
(47,23,64)
#20102E
(32,16,46)
#11091C
(17,9,28)
#000000
(0,0,0)

Tints of #A74FD0

#A74FD0
(167,79,208)
#AF5FD4
(175,95,212)
#B76FD8
(183,111,216)
#BF7FDC
(191,127,220)
#C78FE0
(199,143,224)
#CF9FE4
(207,159,228)
#D7AFE8
(215,175,232)
#DFBFEC
(223,191,236)
#E7CFF0
(231,207,240)
#EFDFF4
(239,223,244)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74FD0 color. Also use rgb(167,79,208) instead hex code.

Text Font Color

.myTextColor { color: #A74FD0; }

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

This text font color is #A74FD0.


Background Color

.myBgColor { background-color: #A74FD0; }

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

This div background color is #A74FD0.


Border color

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

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

This div border color is #A74FD0.


Opacity

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

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

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

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

This text has shadow with #A74FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74FD0 on black background.


Color preview on white background

This text has color #A74FD0 on white background.



Black color preview on #A74FD0 background

This text has black color on #A74FD0 background.


White color preview on #A74FD0 background

This text has white color on #A74FD0 background.