COLOR #AD4090

HEX: #AD4090 RGB: (173,64,144)

Color info

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

RGB color model

#AD4090 color RGB value is (173,64,144).

RGB: (173,64,144) (68%, 25%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 64 of 255 = 25%
B 144 of 255 = 56%

173
64
144

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

Portions of RGB colors in percentages

R + G + B = 173 + 64 + 144 = 381 (100%)
R 173 of 381 ~ 45.41%
G 64 of 381 ~ 16.8%
B 144 of 381 ~ 37.8'%

%45.41
%16.8
%37.8

CMYK color model

#AD4090 color CMYK value is (0,63,17,32).

  • cyan value is 0.00%
  • magenta value is 63.01%
  • yellow value is 16.76%
  • key color value is 32.16%

CMYK: (0,63,17,32)
C0M63Y17K32 (0%, 63%, 17%, 32%)
(0.00 / 0.63 / 0.17 / 0.32)

CMYK percentages

%0
%63.01
%16.76
%32.16

Codes

Color #AD4090 in popluar color models

AD 40 90
RGB 173 64 144
HSL 316° 45.99% 46.47%
HSB/HSV 316° 63.01% 67.84%
CMYK 0.00% 63.01% 16.76%
32.16%

Color #AD4090 in popluar number systems.

HEX AD 40 90
Decimal 173 64 144
Binary 10101101 1000000 10010000
Octal 255 100 220

Shades and tints

Shades of #AD4090

#AD4090
(173,64,144)
#9E3B83
(158,59,131)
#8F3676
(143,54,118)
#803169
(128,49,105)
#712C5C
(113,44,92)
#62274F
(98,39,79)
#532242
(83,34,66)
#441D35
(68,29,53)
#351828
(53,24,40)
#26131B
(38,19,27)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #AD4090

#AD4090
(173,64,144)
#B4519A
(180,81,154)
#BB62A4
(187,98,164)
#C273AE
(194,115,174)
#C984B8
(201,132,184)
#D095C2
(208,149,194)
#D7A6CC
(215,166,204)
#DEB7D6
(222,183,214)
#E5C8E0
(229,200,224)
#ECD9EA
(236,217,234)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4090 color. Also use rgb(173,64,144) instead hex code.

Text Font Color

.myTextColor { color: #AD4090; }

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

This text font color is #AD4090.

Background Color

.myBgColor { background-color: #AD4090; }

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

This div background color is #AD4090.

Border color

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

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

This div border color is #AD4090.

Opacity

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

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

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

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

This text has shadow with #AD4090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD4090.

Preview

Color preview on black background

This text has color #AD4090 on black background.


Color preview on white background

This text has color #AD4090 on white background.


Black color preview on #AD4090 background

This text has black color on #AD4090 background.


White color preview on #AD4090 background

This text has white color on #AD4090 background.


Related colors

Complementary color

Complementary color for #hex is #52BF6F.


I love getcolorcode.com

Triadic colors

1 #90AD40 and #4090AD with #AD4090 are triadic colors.

2 #9040AD and #40AD90 with #AD4090 are triadic colors.