COLOR #AD2CCD

HEX: #AD2CCD RGB: (173,44,205)

Color info

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

RGB color model

#AD2CCD color RGB value is (173,44,205).

RGB: (173,44,205) (68%, 17%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 44 of 255 = 17%
B 205 of 255 = 80%

173
44
205

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

Portions of RGB colors in percentages

R + G + B = 173 + 44 + 205 = 422 (100%)
R 173 of 422 ~ 41%
G 44 of 422 ~ 10.43%
B 205 of 422 ~ 48.58'%

%41
%48.58

CMYK color model

#AD2CCD color CMYK value is (16,79,0,20).

  • cyan value is 15.61%
  • magenta value is 78.54%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (16,79,0,20)
C16M79Y0K20 (16%, 79%, 0%, 20%)
(0.16 / 0.79 / 0.00 / 0.20)

CMYK percentages

%15.61
%78.54
%0
%19.61

Codes

Color #AD2CCD in popluar color models

AD 2C CD
RGB 173 44 205
HSL 288° 64.66% 48.82%
HSB/HSV 288° 78.54% 80.39%
CMYK 15.61% 78.54% 0.00%
19.61%

Color #AD2CCD in popluar number systems.

HEX AD 2C CD
Decimal 173 44 205
Binary 10101101 101100 11001101
Octal 255 54 315

Shades and tints

Shades of #AD2CCD

#AD2CCD
(173,44,205)
#9E28BB
(158,40,187)
#8F24A9
(143,36,169)
#802097
(128,32,151)
#711C85
(113,28,133)
#621873
(98,24,115)
#531461
(83,20,97)
#44104F
(68,16,79)
#350C3D
(53,12,61)
#26082B
(38,8,43)
#170419
(23,4,25)
#000000
(0,0,0)

Tints of #AD2CCD

#AD2CCD
(173,44,205)
#B43FD1
(180,63,209)
#BB52D5
(187,82,213)
#C265D9
(194,101,217)
#C978DD
(201,120,221)
#D08BE1
(208,139,225)
#D79EE5
(215,158,229)
#DEB1E9
(222,177,233)
#E5C4ED
(229,196,237)
#ECD7F1
(236,215,241)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2CCD color. Also use rgb(173,44,205) instead hex code.

Text Font Color

.myTextColor { color: #AD2CCD; }

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

This text font color is #AD2CCD.

Background Color

.myBgColor { background-color: #AD2CCD; }

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

This div background color is #AD2CCD.

Border color

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

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

This div border color is #AD2CCD.

Opacity

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

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

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

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

This text has shadow with #AD2CCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD2CCD.

Preview

Color preview on black background

This text has color #AD2CCD on black background.


Color preview on white background

This text has color #AD2CCD on white background.


Black color preview on #AD2CCD background

This text has black color on #AD2CCD background.


White color preview on #AD2CCD background

This text has white color on #AD2CCD background.


Related colors

Complementary color

Complementary color for #hex is #52D332.


I love getcolorcode.com

Triadic colors

1 #CDAD2C and #2CCDAD with #AD2CCD are triadic colors.

2 #CD2CAD and #2CADCD with #AD2CCD are triadic colors.