COLOR #AD52C7

HEX: #AD52C7 RGB: (173,82,199)

Color info

#AD52C7 contains mainly red and blue colors. Web safe color of #AD52C7 is #9966CC (or #96C).

RGB color model

#AD52C7 color RGB value is (173,82,199).

RGB: (173,82,199) (68%, 32%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 82 of 255 = 32%
B 199 of 255 = 78%

173
82
199

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

Portions of RGB colors in percentages

R + G + B = 173 + 82 + 199 = 454 (100%)
R 173 of 454 ~ 38.11%
G 82 of 454 ~ 18.06%
B 199 of 454 ~ 43.83'%

%38.11
%18.06
%43.83

CMYK color model

#AD52C7 color CMYK value is (13,59,0,22).

  • cyan value is 13.07%
  • magenta value is 58.79%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (13,59,0,22)
C13M59Y0K22 (13%, 59%, 0%, 22%)
(0.13 / 0.59 / 0.00 / 0.22)

CMYK percentages

%13.07
%58.79
%0
%21.96

Codes

Color #AD52C7 in popluar color models

AD 52 C7
RGB 173 82 199
HSL 287° 51.09% 55.10%
HSB/HSV 287° 58.79% 78.04%
CMYK 13.07% 58.79% 0.00%
21.96%

Color #AD52C7 in popluar number systems.

HEX AD 52 C7
Decimal 173 82 199
Binary 10101101 1010010 11000111
Octal 255 122 307

Shades and tints

Shades of #AD52C7

#AD52C7
(173,82,199)
#9E4BB5
(158,75,181)
#8F44A3
(143,68,163)
#803D91
(128,61,145)
#71367F
(113,54,127)
#622F6D
(98,47,109)
#53285B
(83,40,91)
#442149
(68,33,73)
#351A37
(53,26,55)
#261325
(38,19,37)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #AD52C7

#AD52C7
(173,82,199)
#B461CC
(180,97,204)
#BB70D1
(187,112,209)
#C27FD6
(194,127,214)
#C98EDB
(201,142,219)
#D09DE0
(208,157,224)
#D7ACE5
(215,172,229)
#DEBBEA
(222,187,234)
#E5CAEF
(229,202,239)
#ECD9F4
(236,217,244)
#F3E8F9
(243,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD52C7 color. Also use rgb(173,82,199) instead hex code.

Text Font Color

.myTextColor { color: #AD52C7; }

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

This text font color is #AD52C7.

Background Color

.myBgColor { background-color: #AD52C7; }

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

This div background color is #AD52C7.

Border color

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

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

This div border color is #AD52C7.

Opacity

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

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

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

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

This text has shadow with #AD52C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD52C7.

Preview

Color preview on black background

This text has color #AD52C7 on black background.


Color preview on white background

This text has color #AD52C7 on white background.


Black color preview on #AD52C7 background

This text has black color on #AD52C7 background.


White color preview on #AD52C7 background

This text has white color on #AD52C7 background.


Related colors

Complementary color

Complementary color for #hex is #52AD38.


I love getcolorcode.com

Triadic colors

1 #C7AD52 and #52C7AD with #AD52C7 are triadic colors.

2 #C752AD and #52ADC7 with #AD52C7 are triadic colors.