COLOR #AD417A

HEX: #AD417A
RGB: (173,65,122)

Color info

#AD417A contains mainly red and blue colors. Web safe color of #AD417A is #993366 (or #936).

RGB color model

#AD417A color RGB value is (173,65,122).

  • red value is 173;
  • green value is 65;
  • blue value is 122.
RGB:
(173,65,122)
(68%,25%,48%)

RGB channels and saturation

R 173 of 255 = 68%
G 65 of 255 = 25%
B 122 of 255 = 48%

173
65
122

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

Portions of RGB colors in percentages

R + G + B =
173 + 65 + 122 = 360 (100%)
R 173 of 360 ~ 48.06%
G 65 of 360 ~ 18.06%
B 122 of 360 ~ 33.89%

%48.06
%18.06
%33.89

CMYK color model

#AD417A color CMYK value is (0,62,29,32).

  • cyan value is 0.00%
  • magenta value is 62.43%
  • yellow value is 29.48%
  • key color value is 32.16%
CMYK:
(0,62,29,32)
C0M62Y29K32 
(0%,62%,29%,32%)
(0.00/0.62/0.29/0.32)	

CMYK percentages

%0
%62.43
%29.48
%32.16

Codes

Color #AD417A in popluar color models

AD417A
RGB17365122
HSL328°45.38%46.67%
HSB/HSV328°62.43%67.84%
CMYK0.00%62.43%29.48%
32.16%

Color #AD417A in popluar number systems.

HEXAD417A
Decimal17365122
Binary1010110110000011111010
Octal255101172

Shades and tints

Shades of #AD417A

#AD417A
(173,65,122)
#9E3C6F
(158,60,111)
#8F3764
(143,55,100)
#803259
(128,50,89)
#712D4E
(113,45,78)
#622843
(98,40,67)
#532338
(83,35,56)
#441E2D
(68,30,45)
#351922
(53,25,34)
#261417
(38,20,23)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #AD417A

#AD417A
(173,65,122)
#B45286
(180,82,134)
#BB6392
(187,99,146)
#C2749E
(194,116,158)
#C985AA
(201,133,170)
#D096B6
(208,150,182)
#D7A7C2
(215,167,194)
#DEB8CE
(222,184,206)
#E5C9DA
(229,201,218)
#ECDAE6
(236,218,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD417A color. Also use rgb(173,65,122) instead hex code.

Text Font Color

.myTextColor { color: #AD417A; }

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

This text font color is #AD417A.


Background Color

.myBgColor { background-color: #AD417A; }

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

This div background color is #AD417A.


Border color

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

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

This div border color is #AD417A.


Opacity

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

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

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

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

This text has shadow with #AD417A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD417A on black background.


Color preview on white background

This text has color #AD417A on white background.



Black color preview on #AD417A background

This text has black color on #AD417A background.


White color preview on #AD417A background

This text has white color on #AD417A background.