COLOR #AD0B8D

HEX: #AD0B8D RGB: (173,11,141)

Color info

#AD0B8D contains mainly red and blue colors. Web safe color of #AD0B8D is #990099 (or #909).

RGB color model

#AD0B8D color RGB value is (173,11,141).

RGB: (173,11,141) (68%, 4%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 11 of 255 = 4%
B 141 of 255 = 55%

173
11
141

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

Portions of RGB colors in percentages

R + G + B = 173 + 11 + 141 = 325 (100%)
R 173 of 325 ~ 53.23%
G 11 of 325 ~ 3.38%
B 141 of 325 ~ 43.38'%

%53.23
%43.38

CMYK color model

#AD0B8D color CMYK value is (0,94,18,32).

  • cyan value is 0.00%
  • magenta value is 93.64%
  • yellow value is 18.50%
  • key color value is 32.16%

CMYK: (0,94,18,32)
C0M94Y18K32 (0%, 94%, 18%, 32%)
(0.00 / 0.94 / 0.18 / 0.32)

CMYK percentages

%0
%93.64
%18.5
%32.16

Codes

Color #AD0B8D in popluar color models

AD 0B 8D
RGB 173 11 141
HSL 312° 88.04% 36.08%
HSB/HSV 312° 93.64% 67.84%
CMYK 0.00% 93.64% 18.50%
32.16%

Color #AD0B8D in popluar number systems.

HEX AD 0B 8D
Decimal 173 11 141
Binary 10101101 1011 10001101
Octal 255 13 215

Shades and tints

Shades of #AD0B8D

#AD0B8D
(173,11,141)
#9E0A81
(158,10,129)
#8F0975
(143,9,117)
#800869
(128,8,105)
#71075D
(113,7,93)
#620651
(98,6,81)
#530545
(83,5,69)
#440439
(68,4,57)
#35032D
(53,3,45)
#260221
(38,2,33)
#170115
(23,1,21)
#000000
(0,0,0)

Tints of #AD0B8D

#AD0B8D
(173,11,141)
#B42197
(180,33,151)
#BB37A1
(187,55,161)
#C24DAB
(194,77,171)
#C963B5
(201,99,181)
#D079BF
(208,121,191)
#D78FC9
(215,143,201)
#DEA5D3
(222,165,211)
#E5BBDD
(229,187,221)
#ECD1E7
(236,209,231)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD0B8D color. Also use rgb(173,11,141) instead hex code.

Text Font Color

.myTextColor { color: #AD0B8D; }

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

This text font color is #AD0B8D.

Background Color

.myBgColor { background-color: #AD0B8D; }

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

This div background color is #AD0B8D.

Border color

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

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

This div border color is #AD0B8D.

Opacity

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

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

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

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

This text has shadow with #AD0B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD0B8D.

Preview

Color preview on black background

This text has color #AD0B8D on black background.


Color preview on white background

This text has color #AD0B8D on white background.


Black color preview on #AD0B8D background

This text has black color on #AD0B8D background.


White color preview on #AD0B8D background

This text has white color on #AD0B8D background.


Related colors

Complementary color

Complementary color for #hex is #52F472.


I love getcolorcode.com

Triadic colors

1 #8DAD0B and #0B8DAD with #AD0B8D are triadic colors.

2 #8D0BAD and #0BAD8D with #AD0B8D are triadic colors.