COLOR #AD5BA6

HEX: #AD5BA6 RGB: (173,91,166)

Color info

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

RGB color model

#AD5BA6 color RGB value is (173,91,166).

RGB: (173,91,166) (68%, 36%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 91 of 255 = 36%
B 166 of 255 = 65%

173
91
166

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

Portions of RGB colors in percentages

R + G + B = 173 + 91 + 166 = 430 (100%)
R 173 of 430 ~ 40.23%
G 91 of 430 ~ 21.16%
B 166 of 430 ~ 38.6'%

%40.23
%21.16
%38.6

CMYK color model

#AD5BA6 color CMYK value is (0,47,4,32).

  • cyan value is 0.00%
  • magenta value is 47.40%
  • yellow value is 4.05%
  • key color value is 32.16%

CMYK: (0,47,4,32)
C0M47Y4K32 (0%, 47%, 4%, 32%)
(0.00 / 0.47 / 0.04 / 0.32)

CMYK percentages

%0
%47.4
%4.05
%32.16

Codes

Color #AD5BA6 in popluar color models

AD 5B A6
RGB 173 91 166
HSL 305° 33.33% 51.76%
HSB/HSV 305° 47.40% 67.84%
CMYK 0.00% 47.40% 4.05%
32.16%

Color #AD5BA6 in popluar number systems.

HEX AD 5B A6
Decimal 173 91 166
Binary 10101101 1011011 10100110
Octal 255 133 246

Shades and tints

Shades of #AD5BA6

#AD5BA6
(173,91,166)
#9E5397
(158,83,151)
#8F4B88
(143,75,136)
#804379
(128,67,121)
#713B6A
(113,59,106)
#62335B
(98,51,91)
#532B4C
(83,43,76)
#44233D
(68,35,61)
#351B2E
(53,27,46)
#26131F
(38,19,31)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #AD5BA6

#AD5BA6
(173,91,166)
#B469AE
(180,105,174)
#BB77B6
(187,119,182)
#C285BE
(194,133,190)
#C993C6
(201,147,198)
#D0A1CE
(208,161,206)
#D7AFD6
(215,175,214)
#DEBDDE
(222,189,222)
#E5CBE6
(229,203,230)
#ECD9EE
(236,217,238)
#F3E7F6
(243,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5BA6 color. Also use rgb(173,91,166) instead hex code.

Text Font Color

.myTextColor { color: #AD5BA6; }

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

This text font color is #AD5BA6.

Background Color

.myBgColor { background-color: #AD5BA6; }

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

This div background color is #AD5BA6.

Border color

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

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

This div border color is #AD5BA6.

Opacity

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

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

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

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

This text has shadow with #AD5BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5BA6.

Preview

Color preview on black background

This text has color #AD5BA6 on black background.


Color preview on white background

This text has color #AD5BA6 on white background.


Black color preview on #AD5BA6 background

This text has black color on #AD5BA6 background.


White color preview on #AD5BA6 background

This text has white color on #AD5BA6 background.


Related colors

Complementary color

Complementary color for #hex is #52A459.


I love getcolorcode.com

Triadic colors

1 #A6AD5B and #5BA6AD with #AD5BA6 are triadic colors.

2 #A65BAD and #5BADA6 with #AD5BA6 are triadic colors.