COLOR #AD3081

HEX: #AD3081
RGB: (173,48,129)

Color info

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

RGB color model

#AD3081 color RGB value is (173,48,129).

  • red value is 173;
  • green value is 48;
  • blue value is 129.
RGB:
(173,48,129)
(68%,19%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 48 of 255 = 19%
B 129 of 255 = 51%

173
48
129

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

Portions of RGB colors in percentages

R + G + B =
173 + 48 + 129 = 350 (100%)
R 173 of 350 ~ 49.43%
G 48 of 350 ~ 13.71%
B 129 of 350 ~ 36.86%

%49.43
%13.71
%36.86

CMYK color model

#AD3081 color CMYK value is (0,72,25,32).

  • cyan value is 0.00%
  • magenta value is 72.25%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(0,72,25,32)
C0M72Y25K32 
(0%,72%,25%,32%)
(0.00/0.72/0.25/0.32)	

CMYK percentages

%0
%72.25
%25.43
%32.16

Codes

Color #AD3081 in popluar color models

AD3081
RGB17348129
HSL321°56.56%43.33%
HSB/HSV321°72.25%67.84%
CMYK0.00%72.25%25.43%
32.16%

Color #AD3081 in popluar number systems.

HEXAD3081
Decimal17348129
Binary1010110111000010000001
Octal25560201

Shades and tints

Shades of #AD3081

#AD3081
(173,48,129)
#9E2C76
(158,44,118)
#8F286B
(143,40,107)
#802460
(128,36,96)
#712055
(113,32,85)
#621C4A
(98,28,74)
#53183F
(83,24,63)
#441434
(68,20,52)
#351029
(53,16,41)
#260C1E
(38,12,30)
#170813
(23,8,19)
#000000
(0,0,0)

Tints of #AD3081

#AD3081
(173,48,129)
#B4428C
(180,66,140)
#BB5497
(187,84,151)
#C266A2
(194,102,162)
#C978AD
(201,120,173)
#D08AB8
(208,138,184)
#D79CC3
(215,156,195)
#DEAECE
(222,174,206)
#E5C0D9
(229,192,217)
#ECD2E4
(236,210,228)
#F3E4EF
(243,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3081 color. Also use rgb(173,48,129) instead hex code.

Text Font Color

.myTextColor { color: #AD3081; }

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

This text font color is #AD3081.


Background Color

.myBgColor { background-color: #AD3081; }

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

This div background color is #AD3081.


Border color

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

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

This div border color is #AD3081.


Opacity

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

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

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

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

This text has shadow with #AD3081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3081 on black background.


Color preview on white background

This text has color #AD3081 on white background.



Black color preview on #AD3081 background

This text has black color on #AD3081 background.


White color preview on #AD3081 background

This text has white color on #AD3081 background.