COLOR #A743CD

HEX: #A743CD
RGB: (167,67,205)

Color info

#A743CD contains mainly red and blue colors. Web safe color of #A743CD is #9933CC (or #93C).

RGB color model

#A743CD color RGB value is (167,67,205).

  • red value is 167;
  • green value is 67;
  • blue value is 205.
RGB:
(167,67,205)
(65%,26%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 67 of 255 = 26%
B 205 of 255 = 80%

167
67
205

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

Portions of RGB colors in percentages

R + G + B =
167 + 67 + 205 = 439 (100%)
R 167 of 439 ~ 38.04%
G 67 of 439 ~ 15.26%
B 205 of 439 ~ 46.7%

%38.04
%15.26
%46.7

CMYK color model

#A743CD color CMYK value is (19,67,0,20).

  • cyan value is 18.54%
  • magenta value is 67.32%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,67,0,20)
C19M67Y0K20 
(19%,67%,0%,20%)
(0.19/0.67/0.00/0.20)	

CMYK percentages

%18.54
%67.32
%0
%19.61

Codes

Color #A743CD in popluar color models

A743CD
RGB16767205
HSL283°57.98%53.33%
HSB/HSV283°67.32%80.39%
CMYK18.54%67.32%0.00%
19.61%

Color #A743CD in popluar number systems.

HEXA743CD
Decimal16767205
Binary10100111100001111001101
Octal247103315

Shades and tints

Shades of #A743CD

#A743CD
(167,67,205)
#983DBB
(152,61,187)
#8937A9
(137,55,169)
#7A3197
(122,49,151)
#6B2B85
(107,43,133)
#5C2573
(92,37,115)
#4D1F61
(77,31,97)
#3E194F
(62,25,79)
#2F133D
(47,19,61)
#200D2B
(32,13,43)
#110719
(17,7,25)
#000000
(0,0,0)

Tints of #A743CD

#A743CD
(167,67,205)
#AF54D1
(175,84,209)
#B765D5
(183,101,213)
#BF76D9
(191,118,217)
#C787DD
(199,135,221)
#CF98E1
(207,152,225)
#D7A9E5
(215,169,229)
#DFBAE9
(223,186,233)
#E7CBED
(231,203,237)
#EFDCF1
(239,220,241)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A743CD color. Also use rgb(167,67,205) instead hex code.

Text Font Color

.myTextColor { color: #A743CD; }

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

This text font color is #A743CD.


Background Color

.myBgColor { background-color: #A743CD; }

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

This div background color is #A743CD.


Border color

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

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

This div border color is #A743CD.


Opacity

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

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

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

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

This text has shadow with #A743CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A743CD on black background.


Color preview on white background

This text has color #A743CD on white background.



Black color preview on #A743CD background

This text has black color on #A743CD background.


White color preview on #A743CD background

This text has white color on #A743CD background.