COLOR #AD53A3

HEX: #AD53A3
RGB: (173,83,163)

Color info

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

RGB color model

#AD53A3 color RGB value is (173,83,163).

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

RGB channels and saturation

R 173 of 255 = 68%
G 83 of 255 = 33%
B 163 of 255 = 64%

173
83
163

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

Portions of RGB colors in percentages

R + G + B =
173 + 83 + 163 = 419 (100%)
R 173 of 419 ~ 41.29%
G 83 of 419 ~ 19.81%
B 163 of 419 ~ 38.9%

%41.29
%19.81
%38.9

CMYK color model

#AD53A3 color CMYK value is (0,52,6,32).

  • cyan value is 0.00%
  • magenta value is 52.02%
  • yellow value is 5.78%
  • key color value is 32.16%
CMYK:
(0,52,6,32)
C0M52Y6K32 
(0%,52%,6%,32%)
(0.00/0.52/0.06/0.32)	

CMYK percentages

%0
%52.02
%5.78
%32.16

Codes

Color #AD53A3 in popluar color models

AD53A3
RGB17383163
HSL307°35.43%50.20%
HSB/HSV307°52.02%67.84%
CMYK0.00%52.02%5.78%
32.16%

Color #AD53A3 in popluar number systems.

HEXAD53A3
Decimal17383163
Binary10101101101001110100011
Octal255123243

Shades and tints

Shades of #AD53A3

#AD53A3
(173,83,163)
#9E4C95
(158,76,149)
#8F4587
(143,69,135)
#803E79
(128,62,121)
#71376B
(113,55,107)
#62305D
(98,48,93)
#53294F
(83,41,79)
#442241
(68,34,65)
#351B33
(53,27,51)
#261425
(38,20,37)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #AD53A3

#AD53A3
(173,83,163)
#B462AB
(180,98,171)
#BB71B3
(187,113,179)
#C280BB
(194,128,187)
#C98FC3
(201,143,195)
#D09ECB
(208,158,203)
#D7ADD3
(215,173,211)
#DEBCDB
(222,188,219)
#E5CBE3
(229,203,227)
#ECDAEB
(236,218,235)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD53A3; }

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

This text font color is #AD53A3.


Background Color

.myBgColor { background-color: #AD53A3; }

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

This div background color is #AD53A3.


Border color

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

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

This div border color is #AD53A3.


Opacity

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

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

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

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

This text has shadow with #AD53A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD53A3 on black background.


Color preview on white background

This text has color #AD53A3 on white background.



Black color preview on #AD53A3 background

This text has black color on #AD53A3 background.


White color preview on #AD53A3 background

This text has white color on #AD53A3 background.