COLOR #AD2B8B

HEX: #AD2B8B RGB: (173,43,139)

Color info

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

RGB color model

#AD2B8B color RGB value is (173,43,139).

RGB: (173,43,139) (68%, 17%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 43 of 255 = 17%
B 139 of 255 = 55%

173
43
139

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

Portions of RGB colors in percentages

R + G + B = 173 + 43 + 139 = 355 (100%)
R 173 of 355 ~ 48.73%
G 43 of 355 ~ 12.11%
B 139 of 355 ~ 39.15'%

%48.73
%12.11
%39.15

CMYK color model

#AD2B8B color CMYK value is (0,75,20,32).

  • cyan value is 0.00%
  • magenta value is 75.14%
  • yellow value is 19.65%
  • key color value is 32.16%

CMYK: (0,75,20,32)
C0M75Y20K32 (0%, 75%, 20%, 32%)
(0.00 / 0.75 / 0.20 / 0.32)

CMYK percentages

%0
%75.14
%19.65
%32.16

Codes

Color #AD2B8B in popluar color models

AD 2B 8B
RGB 173 43 139
HSL 316° 60.19% 42.35%
HSB/HSV 316° 75.14% 67.84%
CMYK 0.00% 75.14% 19.65%
32.16%

Color #AD2B8B in popluar number systems.

HEX AD 2B 8B
Decimal 173 43 139
Binary 10101101 101011 10001011
Octal 255 53 213

Shades and tints

Shades of #AD2B8B

#AD2B8B
(173,43,139)
#9E287F
(158,40,127)
#8F2573
(143,37,115)
#802267
(128,34,103)
#711F5B
(113,31,91)
#621C4F
(98,28,79)
#531943
(83,25,67)
#441637
(68,22,55)
#35132B
(53,19,43)
#26101F
(38,16,31)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #AD2B8B

#AD2B8B
(173,43,139)
#B43E95
(180,62,149)
#BB519F
(187,81,159)
#C264A9
(194,100,169)
#C977B3
(201,119,179)
#D08ABD
(208,138,189)
#D79DC7
(215,157,199)
#DEB0D1
(222,176,209)
#E5C3DB
(229,195,219)
#ECD6E5
(236,214,229)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2B8B color. Also use rgb(173,43,139) instead hex code.

Text Font Color

.myTextColor { color: #AD2B8B; }

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

This text font color is #AD2B8B.

Background Color

.myBgColor { background-color: #AD2B8B; }

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

This div background color is #AD2B8B.

Border color

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

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

This div border color is #AD2B8B.

Opacity

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

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

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

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

This text has shadow with #AD2B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD2B8B.

Preview

Color preview on black background

This text has color #AD2B8B on black background.


Color preview on white background

This text has color #AD2B8B on white background.


Black color preview on #AD2B8B background

This text has black color on #AD2B8B background.


White color preview on #AD2B8B background

This text has white color on #AD2B8B background.


Related colors

Complementary color

Complementary color for #hex is #52D474.


I love getcolorcode.com

Triadic colors

1 #8BAD2B and #2B8BAD with #AD2B8B are triadic colors.

2 #8B2BAD and #2BAD8B with #AD2B8B are triadic colors.