COLOR #AD44C6

HEX: #AD44C6 RGB: (173,68,198)

Color info

#AD44C6 contains mainly red and blue colors. Web safe color of #AD44C6 is #9933CC (or #93C).

RGB color model

#AD44C6 color RGB value is (173,68,198).

RGB: (173,68,198) (68%, 27%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 68 of 255 = 27%
B 198 of 255 = 78%

173
68
198

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

Portions of RGB colors in percentages

R + G + B = 173 + 68 + 198 = 439 (100%)
R 173 of 439 ~ 39.41%
G 68 of 439 ~ 15.49%
B 198 of 439 ~ 45.1'%

%39.41
%15.49
%45.1

CMYK color model

#AD44C6 color CMYK value is (13,66,0,22).

  • cyan value is 12.63%
  • magenta value is 65.66%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (13,66,0,22)
C13M66Y0K22 (13%, 66%, 0%, 22%)
(0.13 / 0.66 / 0.00 / 0.22)

CMYK percentages

%12.63
%65.66
%0
%22.35

Codes

Color #AD44C6 in popluar color models

AD 44 C6
RGB 173 68 198
HSL 288° 53.28% 52.16%
HSB/HSV 288° 65.66% 77.65%
CMYK 12.63% 65.66% 0.00%
22.35%

Color #AD44C6 in popluar number systems.

HEX AD 44 C6
Decimal 173 68 198
Binary 10101101 1000100 11000110
Octal 255 104 306

Shades and tints

Shades of #AD44C6

#AD44C6
(173,68,198)
#9E3EB4
(158,62,180)
#8F38A2
(143,56,162)
#803290
(128,50,144)
#712C7E
(113,44,126)
#62266C
(98,38,108)
#53205A
(83,32,90)
#441A48
(68,26,72)
#351436
(53,20,54)
#260E24
(38,14,36)
#170812
(23,8,18)
#000000
(0,0,0)

Tints of #AD44C6

#AD44C6
(173,68,198)
#B455CB
(180,85,203)
#BB66D0
(187,102,208)
#C277D5
(194,119,213)
#C988DA
(201,136,218)
#D099DF
(208,153,223)
#D7AAE4
(215,170,228)
#DEBBE9
(222,187,233)
#E5CCEE
(229,204,238)
#ECDDF3
(236,221,243)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD44C6 color. Also use rgb(173,68,198) instead hex code.

Text Font Color

.myTextColor { color: #AD44C6; }

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

This text font color is #AD44C6.

Background Color

.myBgColor { background-color: #AD44C6; }

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

This div background color is #AD44C6.

Border color

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

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

This div border color is #AD44C6.

Opacity

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

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

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

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

This text has shadow with #AD44C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD44C6.

Preview

Color preview on black background

This text has color #AD44C6 on black background.


Color preview on white background

This text has color #AD44C6 on white background.


Black color preview on #AD44C6 background

This text has black color on #AD44C6 background.


White color preview on #AD44C6 background

This text has white color on #AD44C6 background.


Related colors

Complementary color

Complementary color for #hex is #52BB39.


I love getcolorcode.com

Triadic colors

1 #C6AD44 and #44C6AD with #AD44C6 are triadic colors.

2 #C644AD and #44ADC6 with #AD44C6 are triadic colors.