COLOR #AD54A1

HEX: #AD54A1
RGB: (173,84,161)

Color info

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

RGB color model

#AD54A1 color RGB value is (173,84,161).

  • red value is 173;
  • green value is 84;
  • blue value is 161.
RGB:
(173,84,161)
(68%,33%,63%)

RGB channels and saturation

R 173 of 255 = 68%
G 84 of 255 = 33%
B 161 of 255 = 63%

173
84
161

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

Portions of RGB colors in percentages

R + G + B =
173 + 84 + 161 = 418 (100%)
R 173 of 418 ~ 41.39%
G 84 of 418 ~ 20.1%
B 161 of 418 ~ 38.52%

%41.39
%20.1
%38.52

CMYK color model

#AD54A1 color CMYK value is (0,51,7,32).

  • cyan value is 0.00%
  • magenta value is 51.45%
  • yellow value is 6.94%
  • key color value is 32.16%
CMYK:
(0,51,7,32)
C0M51Y7K32 
(0%,51%,7%,32%)
(0.00/0.51/0.07/0.32)	

CMYK percentages

%0
%51.45
%6.94
%32.16

Codes

Color #AD54A1 in popluar color models

AD54A1
RGB17384161
HSL308°35.18%50.39%
HSB/HSV308°51.45%67.84%
CMYK0.00%51.45%6.94%
32.16%

Color #AD54A1 in popluar number systems.

HEXAD54A1
Decimal17384161
Binary10101101101010010100001
Octal255124241

Shades and tints

Shades of #AD54A1

#AD54A1
(173,84,161)
#9E4D93
(158,77,147)
#8F4685
(143,70,133)
#803F77
(128,63,119)
#713869
(113,56,105)
#62315B
(98,49,91)
#532A4D
(83,42,77)
#44233F
(68,35,63)
#351C31
(53,28,49)
#261523
(38,21,35)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD54A1

#AD54A1
(173,84,161)
#B463A9
(180,99,169)
#BB72B1
(187,114,177)
#C281B9
(194,129,185)
#C990C1
(201,144,193)
#D09FC9
(208,159,201)
#D7AED1
(215,174,209)
#DEBDD9
(222,189,217)
#E5CCE1
(229,204,225)
#ECDBE9
(236,219,233)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD54A1 color. Also use rgb(173,84,161) instead hex code.

Text Font Color

.myTextColor { color: #AD54A1; }

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

This text font color is #AD54A1.


Background Color

.myBgColor { background-color: #AD54A1; }

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

This div background color is #AD54A1.


Border color

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

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

This div border color is #AD54A1.


Opacity

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

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

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

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

This text has shadow with #AD54A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD54A1 on black background.


Color preview on white background

This text has color #AD54A1 on white background.



Black color preview on #AD54A1 background

This text has black color on #AD54A1 background.


White color preview on #AD54A1 background

This text has white color on #AD54A1 background.