COLOR #A704D0

HEX: #A704D0
RGB: (167,4,208)

Color info

#A704D0 contains mainly red and blue colors. Web safe color of #A704D0 is #9900CC (or #90C).

RGB color model

#A704D0 color RGB value is (167,4,208).

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

RGB channels and saturation

R 167 of 255 = 65%
G 4 of 255 = 2%
B 208 of 255 = 82%

167
4
208

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

Portions of RGB colors in percentages

R + G + B =
167 + 4 + 208 = 379 (100%)
R 167 of 379 ~ 44.06%
G 4 of 379 ~ 1.06%
B 208 of 379 ~ 54.88%

%44.06
%54.88

CMYK color model

#A704D0 color CMYK value is (20,98,0,18).

  • cyan value is 19.71%
  • magenta value is 98.08%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(20,98,0,18)
C20M98Y0K18 
(20%,98%,0%,18%)
(0.20/0.98/0.00/0.18)	

CMYK percentages

%19.71
%98.08
%0
%18.43

Codes

Color #A704D0 in popluar color models

A704D0
RGB1674208
HSL288°96.23%41.57%
HSB/HSV288°98.08%81.57%
CMYK19.71%98.08%0.00%
18.43%

Color #A704D0 in popluar number systems.

HEXA704D0
Decimal1674208
Binary1010011110011010000
Octal2474320

Shades and tints

Shades of #A704D0

#A704D0
(167,4,208)
#9804BE
(152,4,190)
#8904AC
(137,4,172)
#7A049A
(122,4,154)
#6B0488
(107,4,136)
#5C0476
(92,4,118)
#4D0464
(77,4,100)
#3E0452
(62,4,82)
#2F0440
(47,4,64)
#20042E
(32,4,46)
#11041C
(17,4,28)
#000000
(0,0,0)

Tints of #A704D0

#A704D0
(167,4,208)
#AF1AD4
(175,26,212)
#B730D8
(183,48,216)
#BF46DC
(191,70,220)
#C75CE0
(199,92,224)
#CF72E4
(207,114,228)
#D788E8
(215,136,232)
#DF9EEC
(223,158,236)
#E7B4F0
(231,180,240)
#EFCAF4
(239,202,244)
#F7E0F8
(247,224,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A704D0; }

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

This text font color is #A704D0.


Background Color

.myBgColor { background-color: #A704D0; }

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

This div background color is #A704D0.


Border color

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

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

This div border color is #A704D0.


Opacity

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

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

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

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

This text has shadow with #A704D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A704D0 on black background.


Color preview on white background

This text has color #A704D0 on white background.



Black color preview on #A704D0 background

This text has black color on #A704D0 background.


White color preview on #A704D0 background

This text has white color on #A704D0 background.