COLOR #AD60BA

HEX: #AD60BA RGB: (173,96,186)

Color info

#AD60BA contains mainly red and blue colors. Web safe color of #AD60BA is #9966CC (or #96C).

RGB color model

#AD60BA color RGB value is (173,96,186).

RGB: (173,96,186) (68%, 38%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 96 of 255 = 38%
B 186 of 255 = 73%

173
96
186

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

Portions of RGB colors in percentages

R + G + B = 173 + 96 + 186 = 455 (100%)
R 173 of 455 ~ 38.02%
G 96 of 455 ~ 21.1%
B 186 of 455 ~ 40.88'%

%38.02
%21.1
%40.88

CMYK color model

#AD60BA color CMYK value is (7,48,0,27).

  • cyan value is 6.99%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (7,48,0,27)
C7M48Y0K27 (7%, 48%, 0%, 27%)
(0.07 / 0.48 / 0.00 / 0.27)

CMYK percentages

%6.99
%48.39
%0
%27.06

Codes

Color #AD60BA in popluar color models

AD 60 BA
RGB 173 96 186
HSL 291° 39.47% 55.29%
HSB/HSV 291° 48.39% 72.94%
CMYK 6.99% 48.39% 0.00%
27.06%

Color #AD60BA in popluar number systems.

HEX AD 60 BA
Decimal 173 96 186
Binary 10101101 1100000 10111010
Octal 255 140 272

Shades and tints

Shades of #AD60BA

#AD60BA
(173,96,186)
#9E58AA
(158,88,170)
#8F509A
(143,80,154)
#80488A
(128,72,138)
#71407A
(113,64,122)
#62386A
(98,56,106)
#53305A
(83,48,90)
#44284A
(68,40,74)
#35203A
(53,32,58)
#26182A
(38,24,42)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #AD60BA

#AD60BA
(173,96,186)
#B46EC0
(180,110,192)
#BB7CC6
(187,124,198)
#C28ACC
(194,138,204)
#C998D2
(201,152,210)
#D0A6D8
(208,166,216)
#D7B4DE
(215,180,222)
#DEC2E4
(222,194,228)
#E5D0EA
(229,208,234)
#ECDEF0
(236,222,240)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD60BA color. Also use rgb(173,96,186) instead hex code.

Text Font Color

.myTextColor { color: #AD60BA; }

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

This text font color is #AD60BA.

Background Color

.myBgColor { background-color: #AD60BA; }

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

This div background color is #AD60BA.

Border color

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

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

This div border color is #AD60BA.

Opacity

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

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

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

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

This text has shadow with #AD60BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD60BA.

Preview

Color preview on black background

This text has color #AD60BA on black background.


Color preview on white background

This text has color #AD60BA on white background.


Black color preview on #AD60BA background

This text has black color on #AD60BA background.


White color preview on #AD60BA background

This text has white color on #AD60BA background.


Related colors

Complementary color

Complementary color for #hex is #529F45.


I love getcolorcode.com

Triadic colors

1 #BAAD60 and #60BAAD with #AD60BA are triadic colors.

2 #BA60AD and #60ADBA with #AD60BA are triadic colors.