COLOR #AD609F

HEX: #AD609F RGB: (173,96,159)

Color info

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

RGB color model

#AD609F color RGB value is (173,96,159).

RGB: (173,96,159) (68%, 38%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 96 of 255 = 38%
B 159 of 255 = 62%

173
96
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 96 + 159 = 428 (100%)
R 173 of 428 ~ 40.42%
G 96 of 428 ~ 22.43%
B 159 of 428 ~ 37.15'%

%40.42
%22.43
%37.15

CMYK color model

#AD609F color CMYK value is (0,45,8,32).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 8.09%
  • key color value is 32.16%

CMYK: (0,45,8,32)
C0M45Y8K32 (0%, 45%, 8%, 32%)
(0.00 / 0.45 / 0.08 / 0.32)

CMYK percentages

%0
%44.51
%8.09
%32.16

Codes

Color #AD609F in popluar color models

AD 60 9F
RGB 173 96 159
HSL 311° 31.95% 52.75%
HSB/HSV 311° 44.51% 67.84%
CMYK 0.00% 44.51% 8.09%
32.16%

Color #AD609F in popluar number systems.

HEX AD 60 9F
Decimal 173 96 159
Binary 10101101 1100000 10011111
Octal 255 140 237

Shades and tints

Shades of #AD609F

#AD609F
(173,96,159)
#9E5891
(158,88,145)
#8F5083
(143,80,131)
#804875
(128,72,117)
#714067
(113,64,103)
#623859
(98,56,89)
#53304B
(83,48,75)
#44283D
(68,40,61)
#35202F
(53,32,47)
#261821
(38,24,33)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD609F

#AD609F
(173,96,159)
#B46EA7
(180,110,167)
#BB7CAF
(187,124,175)
#C28AB7
(194,138,183)
#C998BF
(201,152,191)
#D0A6C7
(208,166,199)
#D7B4CF
(215,180,207)
#DEC2D7
(222,194,215)
#E5D0DF
(229,208,223)
#ECDEE7
(236,222,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD609F; }

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

This text font color is #AD609F.

Background Color

.myBgColor { background-color: #AD609F; }

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

This div background color is #AD609F.

Border color

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

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

This div border color is #AD609F.

Opacity

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

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

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

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

This text has shadow with #AD609F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD609F.

Preview

Color preview on black background

This text has color #AD609F on black background.


Color preview on white background

This text has color #AD609F on white background.


Black color preview on #AD609F background

This text has black color on #AD609F background.


White color preview on #AD609F background

This text has white color on #AD609F background.


Related colors

Complementary color

Complementary color for #hex is #529F60.


I love getcolorcode.com

Triadic colors

1 #9FAD60 and #609FAD with #AD609F are triadic colors.

2 #9F60AD and #60AD9F with #AD609F are triadic colors.