COLOR #AD80C3

HEX: #AD80C3 RGB: (173,128,195)

Color info

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

RGB color model

#AD80C3 color RGB value is (173,128,195).

RGB: (173,128,195) (68%, 50%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 195 of 255 = 76%

173
128
195

R + G + B ~ 65%. #AD80C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 128 + 195 = 496 (100%)
R 173 of 496 ~ 34.88%
G 128 of 496 ~ 25.81%
B 195 of 496 ~ 39.31'%

%34.88
%25.81
%39.31

CMYK color model

#AD80C3 color CMYK value is (11,34,0,24).

  • cyan value is 11.28%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (11,34,0,24)
C11M34Y0K24 (11%, 34%, 0%, 24%)
(0.11 / 0.34 / 0.00 / 0.24)

CMYK percentages

%11.28
%34.36
%0
%23.53

Codes

Color #AD80C3 in popluar color models

AD 80 C3
RGB 173 128 195
HSL 280° 35.83% 63.33%
HSB/HSV 280° 34.36% 76.47%
CMYK 11.28% 34.36% 0.00%
23.53%

Color #AD80C3 in popluar number systems.

HEX AD 80 C3
Decimal 173 128 195
Binary 10101101 10000000 11000011
Octal 255 200 303

Shades and tints

Shades of #AD80C3

#AD80C3
(173,128,195)
#9E75B2
(158,117,178)
#8F6AA1
(143,106,161)
#805F90
(128,95,144)
#71547F
(113,84,127)
#62496E
(98,73,110)
#533E5D
(83,62,93)
#44334C
(68,51,76)
#35283B
(53,40,59)
#261D2A
(38,29,42)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #AD80C3

#AD80C3
(173,128,195)
#B48BC8
(180,139,200)
#BB96CD
(187,150,205)
#C2A1D2
(194,161,210)
#C9ACD7
(201,172,215)
#D0B7DC
(208,183,220)
#D7C2E1
(215,194,225)
#DECDE6
(222,205,230)
#E5D8EB
(229,216,235)
#ECE3F0
(236,227,240)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD80C3 color. Also use rgb(173,128,195) instead hex code.

Text Font Color

.myTextColor { color: #AD80C3; }

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

This text font color is #AD80C3.

Background Color

.myBgColor { background-color: #AD80C3; }

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

This div background color is #AD80C3.

Border color

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

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

This div border color is #AD80C3.

Opacity

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

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

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

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

This text has shadow with #AD80C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD80C3.

Preview

Color preview on black background

This text has color #AD80C3 on black background.


Color preview on white background

This text has color #AD80C3 on white background.


Black color preview on #AD80C3 background

This text has black color on #AD80C3 background.


White color preview on #AD80C3 background

This text has white color on #AD80C3 background.


Related colors

Complementary color

Complementary color for #hex is #527F3C.


I love getcolorcode.com

Triadic colors

1 #C3AD80 and #80C3AD with #AD80C3 are triadic colors.

2 #C380AD and #80ADC3 with #AD80C3 are triadic colors.