COLOR #AD4FA3

HEX: #AD4FA3
RGB: (173,79,163)

Color info

#AD4FA3 contains mainly red and blue colors. Web safe color of #AD4FA3 is #996699 (or #969).

RGB color model

#AD4FA3 color RGB value is (173,79,163).

  • red value is 173;
  • green value is 79;
  • blue value is 163.
RGB:
(173,79,163)
(68%,31%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 79 of 255 = 31%
B 163 of 255 = 64%

173
79
163

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

Portions of RGB colors in percentages

R + G + B =
173 + 79 + 163 = 415 (100%)
R 173 of 415 ~ 41.69%
G 79 of 415 ~ 19.04%
B 163 of 415 ~ 39.28%

%41.69
%19.04
%39.28

CMYK color model

#AD4FA3 color CMYK value is (0,54,6,32).

  • cyan value is 0.00%
  • magenta value is 54.34%
  • yellow value is 5.78%
  • key color value is 32.16%
CMYK:
(0,54,6,32)
C0M54Y6K32 
(0%,54%,6%,32%)
(0.00/0.54/0.06/0.32)	

CMYK percentages

%0
%54.34
%5.78
%32.16

Codes

Color #AD4FA3 in popluar color models

AD4FA3
RGB17379163
HSL306°37.30%49.41%
HSB/HSV306°54.34%67.84%
CMYK0.00%54.34%5.78%
32.16%

Color #AD4FA3 in popluar number systems.

HEXAD4FA3
Decimal17379163
Binary10101101100111110100011
Octal255117243

Shades and tints

Shades of #AD4FA3

#AD4FA3
(173,79,163)
#9E4895
(158,72,149)
#8F4187
(143,65,135)
#803A79
(128,58,121)
#71336B
(113,51,107)
#622C5D
(98,44,93)
#53254F
(83,37,79)
#441E41
(68,30,65)
#351733
(53,23,51)
#261025
(38,16,37)
#170917
(23,9,23)
#000000
(0,0,0)

Tints of #AD4FA3

#AD4FA3
(173,79,163)
#B45FAB
(180,95,171)
#BB6FB3
(187,111,179)
#C27FBB
(194,127,187)
#C98FC3
(201,143,195)
#D09FCB
(208,159,203)
#D7AFD3
(215,175,211)
#DEBFDB
(222,191,219)
#E5CFE3
(229,207,227)
#ECDFEB
(236,223,235)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4FA3 color. Also use rgb(173,79,163) instead hex code.

Text Font Color

.myTextColor { color: #AD4FA3; }

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

This text font color is #AD4FA3.


Background Color

.myBgColor { background-color: #AD4FA3; }

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

This div background color is #AD4FA3.


Border color

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

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

This div border color is #AD4FA3.


Opacity

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

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

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

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

This text has shadow with #AD4FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4FA3 on black background.


Color preview on white background

This text has color #AD4FA3 on white background.



Black color preview on #AD4FA3 background

This text has black color on #AD4FA3 background.


White color preview on #AD4FA3 background

This text has white color on #AD4FA3 background.