COLOR #AD3AC9

HEX: #AD3AC9 RGB: (173,58,201)

Color info

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

RGB color model

#AD3AC9 color RGB value is (173,58,201).

RGB: (173,58,201) (68%, 23%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 58 of 255 = 23%
B 201 of 255 = 79%

173
58
201

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

Portions of RGB colors in percentages

R + G + B = 173 + 58 + 201 = 432 (100%)
R 173 of 432 ~ 40.05%
G 58 of 432 ~ 13.43%
B 201 of 432 ~ 46.53'%

%40.05
%13.43
%46.53

CMYK color model

#AD3AC9 color CMYK value is (14,71,0,21).

  • cyan value is 13.93%
  • magenta value is 71.14%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (14,71,0,21)
C14M71Y0K21 (14%, 71%, 0%, 21%)
(0.14 / 0.71 / 0.00 / 0.21)

CMYK percentages

%13.93
%71.14
%0
%21.18

Codes

Color #AD3AC9 in popluar color models

AD 3A C9
RGB 173 58 201
HSL 288° 56.97% 50.78%
HSB/HSV 288° 71.14% 78.82%
CMYK 13.93% 71.14% 0.00%
21.18%

Color #AD3AC9 in popluar number systems.

HEX AD 3A C9
Decimal 173 58 201
Binary 10101101 111010 11001001
Octal 255 72 311

Shades and tints

Shades of #AD3AC9

#AD3AC9
(173,58,201)
#9E35B7
(158,53,183)
#8F30A5
(143,48,165)
#802B93
(128,43,147)
#712681
(113,38,129)
#62216F
(98,33,111)
#531C5D
(83,28,93)
#44174B
(68,23,75)
#351239
(53,18,57)
#260D27
(38,13,39)
#170815
(23,8,21)
#000000
(0,0,0)

Tints of #AD3AC9

#AD3AC9
(173,58,201)
#B44BCD
(180,75,205)
#BB5CD1
(187,92,209)
#C26DD5
(194,109,213)
#C97ED9
(201,126,217)
#D08FDD
(208,143,221)
#D7A0E1
(215,160,225)
#DEB1E5
(222,177,229)
#E5C2E9
(229,194,233)
#ECD3ED
(236,211,237)
#F3E4F1
(243,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3AC9 color. Also use rgb(173,58,201) instead hex code.

Text Font Color

.myTextColor { color: #AD3AC9; }

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

This text font color is #AD3AC9.

Background Color

.myBgColor { background-color: #AD3AC9; }

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

This div background color is #AD3AC9.

Border color

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

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

This div border color is #AD3AC9.

Opacity

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

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

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

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

This text has shadow with #AD3AC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD3AC9.

Preview

Color preview on black background

This text has color #AD3AC9 on black background.


Color preview on white background

This text has color #AD3AC9 on white background.


Black color preview on #AD3AC9 background

This text has black color on #AD3AC9 background.


White color preview on #AD3AC9 background

This text has white color on #AD3AC9 background.


Related colors

Complementary color

Complementary color for #hex is #52C536.


I love getcolorcode.com

Triadic colors

1 #C9AD3A and #3AC9AD with #AD3AC9 are triadic colors.

2 #C93AAD and #3AADC9 with #AD3AC9 are triadic colors.