COLOR #AD639A

HEX: #AD639A RGB: (173,99,154)

Color info

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

RGB color model

#AD639A color RGB value is (173,99,154).

RGB: (173,99,154) (68%, 39%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 154 of 255 = 60%

173
99
154

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

Portions of RGB colors in percentages

R + G + B = 173 + 99 + 154 = 426 (100%)
R 173 of 426 ~ 40.61%
G 99 of 426 ~ 23.24%
B 154 of 426 ~ 36.15'%

%40.61
%23.24
%36.15

CMYK color model

#AD639A color CMYK value is (0,43,11,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 10.98%
  • key color value is 32.16%

CMYK: (0,43,11,32)
C0M43Y11K32 (0%, 43%, 11%, 32%)
(0.00 / 0.43 / 0.11 / 0.32)

CMYK percentages

%0
%42.77
%10.98
%32.16

Codes

Color #AD639A in popluar color models

AD 63 9A
RGB 173 99 154
HSL 315° 31.09% 53.33%
HSB/HSV 315° 42.77% 67.84%
CMYK 0.00% 42.77% 10.98%
32.16%

Color #AD639A in popluar number systems.

HEX AD 63 9A
Decimal 173 99 154
Binary 10101101 1100011 10011010
Octal 255 143 232

Shades and tints

Shades of #AD639A

#AD639A
(173,99,154)
#9E5A8C
(158,90,140)
#8F517E
(143,81,126)
#804870
(128,72,112)
#713F62
(113,63,98)
#623654
(98,54,84)
#532D46
(83,45,70)
#442438
(68,36,56)
#351B2A
(53,27,42)
#26121C
(38,18,28)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #AD639A

#AD639A
(173,99,154)
#B471A3
(180,113,163)
#BB7FAC
(187,127,172)
#C28DB5
(194,141,181)
#C99BBE
(201,155,190)
#D0A9C7
(208,169,199)
#D7B7D0
(215,183,208)
#DEC5D9
(222,197,217)
#E5D3E2
(229,211,226)
#ECE1EB
(236,225,235)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD639A color. Also use rgb(173,99,154) instead hex code.

Text Font Color

.myTextColor { color: #AD639A; }

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

This text font color is #AD639A.

Background Color

.myBgColor { background-color: #AD639A; }

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

This div background color is #AD639A.

Border color

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

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

This div border color is #AD639A.

Opacity

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

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

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

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

This text has shadow with #AD639A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD639A.

Preview

Color preview on black background

This text has color #AD639A on black background.


Color preview on white background

This text has color #AD639A on white background.


Black color preview on #AD639A background

This text has black color on #AD639A background.


White color preview on #AD639A background

This text has white color on #AD639A background.


Related colors

Complementary color

Complementary color for #hex is #529C65.


I love getcolorcode.com

Triadic colors

1 #9AAD63 and #639AAD with #AD639A are triadic colors.

2 #9A63AD and #63AD9A with #AD639A are triadic colors.