COLOR #A741AB

HEX: #A741AB
RGB: (167,65,171)

Color info

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

RGB color model

#A741AB color RGB value is (167,65,171).

  • red value is 167;
  • green value is 65;
  • blue value is 171.
RGB:
(167,65,171)
(65%,25%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 65 of 255 = 25%
B 171 of 255 = 67%

167
65
171

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

Portions of RGB colors in percentages

R + G + B =
167 + 65 + 171 = 403 (100%)
R 167 of 403 ~ 41.44%
G 65 of 403 ~ 16.13%
B 171 of 403 ~ 42.43%

%41.44
%16.13
%42.43

CMYK color model

#A741AB color CMYK value is (2,62,0,33).

  • cyan value is 2.34%
  • magenta value is 61.99%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(2,62,0,33)
C2M62Y0K33 
(2%,62%,0%,33%)
(0.02/0.62/0.00/0.33)	

CMYK percentages

%2.34
%61.99
%0
%32.94

Codes

Color #A741AB in popluar color models

A741AB
RGB16765171
HSL298°44.92%46.27%
HSB/HSV298°61.99%67.06%
CMYK2.34%61.99%0.00%
32.94%

Color #A741AB in popluar number systems.

HEXA741AB
Decimal16765171
Binary10100111100000110101011
Octal247101253

Shades and tints

Shades of #A741AB

#A741AB
(167,65,171)
#983C9C
(152,60,156)
#89378D
(137,55,141)
#7A327E
(122,50,126)
#6B2D6F
(107,45,111)
#5C2860
(92,40,96)
#4D2351
(77,35,81)
#3E1E42
(62,30,66)
#2F1933
(47,25,51)
#201424
(32,20,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A741AB

#A741AB
(167,65,171)
#AF52B2
(175,82,178)
#B763B9
(183,99,185)
#BF74C0
(191,116,192)
#C785C7
(199,133,199)
#CF96CE
(207,150,206)
#D7A7D5
(215,167,213)
#DFB8DC
(223,184,220)
#E7C9E3
(231,201,227)
#EFDAEA
(239,218,234)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A741AB color. Also use rgb(167,65,171) instead hex code.

Text Font Color

.myTextColor { color: #A741AB; }

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

This text font color is #A741AB.


Background Color

.myBgColor { background-color: #A741AB; }

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

This div background color is #A741AB.


Border color

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

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

This div border color is #A741AB.


Opacity

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

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

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

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

This text has shadow with #A741AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A741AB on black background.


Color preview on white background

This text has color #A741AB on white background.



Black color preview on #A741AB background

This text has black color on #A741AB background.


White color preview on #A741AB background

This text has white color on #A741AB background.