COLOR #AD43CF

HEX: #AD43CF RGB: (173,67,207)

Color info

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

RGB color model

#AD43CF color RGB value is (173,67,207).

RGB: (173,67,207) (68%, 26%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 67 of 255 = 26%
B 207 of 255 = 81%

173
67
207

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

Portions of RGB colors in percentages

R + G + B = 173 + 67 + 207 = 447 (100%)
R 173 of 447 ~ 38.7%
G 67 of 447 ~ 14.99%
B 207 of 447 ~ 46.31'%

%38.7
%14.99
%46.31

CMYK color model

#AD43CF color CMYK value is (16,68,0,19).

  • cyan value is 16.43%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,68,0,19)
C16M68Y0K19 (16%, 68%, 0%, 19%)
(0.16 / 0.68 / 0.00 / 0.19)

CMYK percentages

%16.43
%67.63
%0
%18.82

Codes

Color #AD43CF in popluar color models

AD 43 CF
RGB 173 67 207
HSL 285° 59.32% 53.73%
HSB/HSV 285° 67.63% 81.18%
CMYK 16.43% 67.63% 0.00%
18.82%

Color #AD43CF in popluar number systems.

HEX AD 43 CF
Decimal 173 67 207
Binary 10101101 1000011 11001111
Octal 255 103 317

Shades and tints

Shades of #AD43CF

#AD43CF
(173,67,207)
#9E3DBD
(158,61,189)
#8F37AB
(143,55,171)
#803199
(128,49,153)
#712B87
(113,43,135)
#622575
(98,37,117)
#531F63
(83,31,99)
#441951
(68,25,81)
#35133F
(53,19,63)
#260D2D
(38,13,45)
#17071B
(23,7,27)
#000000
(0,0,0)

Tints of #AD43CF

#AD43CF
(173,67,207)
#B454D3
(180,84,211)
#BB65D7
(187,101,215)
#C276DB
(194,118,219)
#C987DF
(201,135,223)
#D098E3
(208,152,227)
#D7A9E7
(215,169,231)
#DEBAEB
(222,186,235)
#E5CBEF
(229,203,239)
#ECDCF3
(236,220,243)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD43CF color. Also use rgb(173,67,207) instead hex code.

Text Font Color

.myTextColor { color: #AD43CF; }

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

This text font color is #AD43CF.

Background Color

.myBgColor { background-color: #AD43CF; }

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

This div background color is #AD43CF.

Border color

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

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

This div border color is #AD43CF.

Opacity

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

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

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

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

This text has shadow with #AD43CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD43CF.

Preview

Color preview on black background

This text has color #AD43CF on black background.


Color preview on white background

This text has color #AD43CF on white background.


Black color preview on #AD43CF background

This text has black color on #AD43CF background.


White color preview on #AD43CF background

This text has white color on #AD43CF background.


Related colors

Complementary color

Complementary color for #hex is #52BC30.


I love getcolorcode.com

Triadic colors

1 #CFAD43 and #43CFAD with #AD43CF are triadic colors.

2 #CF43AD and #43ADCF with #AD43CF are triadic colors.