COLOR #AD3BA0

HEX: #AD3BA0 RGB: (173,59,160)

Color info

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

RGB color model

#AD3BA0 color RGB value is (173,59,160).

RGB: (173,59,160) (68%, 23%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 59 of 255 = 23%
B 160 of 255 = 63%

173
59
160

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

Portions of RGB colors in percentages

R + G + B = 173 + 59 + 160 = 392 (100%)
R 173 of 392 ~ 44.13%
G 59 of 392 ~ 15.05%
B 160 of 392 ~ 40.82'%

%44.13
%15.05
%40.82

CMYK color model

#AD3BA0 color CMYK value is (0,66,8,32).

  • cyan value is 0.00%
  • magenta value is 65.90%
  • yellow value is 7.51%
  • key color value is 32.16%

CMYK: (0,66,8,32)
C0M66Y8K32 (0%, 66%, 8%, 32%)
(0.00 / 0.66 / 0.08 / 0.32)

CMYK percentages

%0
%65.9
%7.51
%32.16

Codes

Color #AD3BA0 in popluar color models

AD 3B A0
RGB 173 59 160
HSL 307° 49.14% 45.49%
HSB/HSV 307° 65.90% 67.84%
CMYK 0.00% 65.90% 7.51%
32.16%

Color #AD3BA0 in popluar number systems.

HEX AD 3B A0
Decimal 173 59 160
Binary 10101101 111011 10100000
Octal 255 73 240

Shades and tints

Shades of #AD3BA0

#AD3BA0
(173,59,160)
#9E3692
(158,54,146)
#8F3184
(143,49,132)
#802C76
(128,44,118)
#712768
(113,39,104)
#62225A
(98,34,90)
#531D4C
(83,29,76)
#44183E
(68,24,62)
#351330
(53,19,48)
#260E22
(38,14,34)
#170914
(23,9,20)
#000000
(0,0,0)

Tints of #AD3BA0

#AD3BA0
(173,59,160)
#B44CA8
(180,76,168)
#BB5DB0
(187,93,176)
#C26EB8
(194,110,184)
#C97FC0
(201,127,192)
#D090C8
(208,144,200)
#D7A1D0
(215,161,208)
#DEB2D8
(222,178,216)
#E5C3E0
(229,195,224)
#ECD4E8
(236,212,232)
#F3E5F0
(243,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3BA0 color. Also use rgb(173,59,160) instead hex code.

Text Font Color

.myTextColor { color: #AD3BA0; }

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

This text font color is #AD3BA0.

Background Color

.myBgColor { background-color: #AD3BA0; }

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

This div background color is #AD3BA0.

Border color

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

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

This div border color is #AD3BA0.

Opacity

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

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

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

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

This text has shadow with #AD3BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD3BA0.

Preview

Color preview on black background

This text has color #AD3BA0 on black background.


Color preview on white background

This text has color #AD3BA0 on white background.


Black color preview on #AD3BA0 background

This text has black color on #AD3BA0 background.


White color preview on #AD3BA0 background

This text has white color on #AD3BA0 background.


Related colors

Complementary color

Complementary color for #hex is #52C45F.


I love getcolorcode.com

Triadic colors

1 #A0AD3B and #3BA0AD with #AD3BA0 are triadic colors.

2 #A03BAD and #3BADA0 with #AD3BA0 are triadic colors.