COLOR #AD51A8

HEX: #AD51A8 RGB: (173,81,168)

Color info

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

RGB color model

#AD51A8 color RGB value is (173,81,168).

RGB: (173,81,168) (68%, 32%, 66%)

RGB channels and saturation

R 173 of 255 = 68%
G 81 of 255 = 32%
B 168 of 255 = 66%

173
81
168

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

Portions of RGB colors in percentages

R + G + B = 173 + 81 + 168 = 422 (100%)
R 173 of 422 ~ 41%
G 81 of 422 ~ 19.19%
B 168 of 422 ~ 39.81'%

%41
%19.19
%39.81

CMYK color model

#AD51A8 color CMYK value is (0,53,3,32).

  • cyan value is 0.00%
  • magenta value is 53.18%
  • yellow value is 2.89%
  • key color value is 32.16%

CMYK: (0,53,3,32)
C0M53Y3K32 (0%, 53%, 3%, 32%)
(0.00 / 0.53 / 0.03 / 0.32)

CMYK percentages

%0
%53.18
%2.89
%32.16

Codes

Color #AD51A8 in popluar color models

AD 51 A8
RGB 173 81 168
HSL 303° 36.22% 49.80%
HSB/HSV 303° 53.18% 67.84%
CMYK 0.00% 53.18% 2.89%
32.16%

Color #AD51A8 in popluar number systems.

HEX AD 51 A8
Decimal 173 81 168
Binary 10101101 1010001 10101000
Octal 255 121 250

Shades and tints

Shades of #AD51A8

#AD51A8
(173,81,168)
#9E4A99
(158,74,153)
#8F438A
(143,67,138)
#803C7B
(128,60,123)
#71356C
(113,53,108)
#622E5D
(98,46,93)
#53274E
(83,39,78)
#44203F
(68,32,63)
#351930
(53,25,48)
#261221
(38,18,33)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #AD51A8

#AD51A8
(173,81,168)
#B460AF
(180,96,175)
#BB6FB6
(187,111,182)
#C27EBD
(194,126,189)
#C98DC4
(201,141,196)
#D09CCB
(208,156,203)
#D7ABD2
(215,171,210)
#DEBAD9
(222,186,217)
#E5C9E0
(229,201,224)
#ECD8E7
(236,216,231)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD51A8 color. Also use rgb(173,81,168) instead hex code.

Text Font Color

.myTextColor { color: #AD51A8; }

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

This text font color is #AD51A8.

Background Color

.myBgColor { background-color: #AD51A8; }

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

This div background color is #AD51A8.

Border color

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

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

This div border color is #AD51A8.

Opacity

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

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

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

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

This text has shadow with #AD51A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD51A8.

Preview

Color preview on black background

This text has color #AD51A8 on black background.


Color preview on white background

This text has color #AD51A8 on white background.


Black color preview on #AD51A8 background

This text has black color on #AD51A8 background.


White color preview on #AD51A8 background

This text has white color on #AD51A8 background.


Related colors

Complementary color

Complementary color for #hex is #52AE57.


I love getcolorcode.com

Triadic colors

1 #A8AD51 and #51A8AD with #AD51A8 are triadic colors.

2 #A851AD and #51ADA8 with #AD51A8 are triadic colors.