COLOR #AD1F6D

HEX: #AD1F6D RGB: (173,31,109)

Color info

#AD1F6D contains mainly red color. Web safe color of #AD1F6D is #993366 (or #936).

RGB color model

#AD1F6D color RGB value is (173,31,109).

RGB: (173,31,109) (68%, 12%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 31 of 255 = 12%
B 109 of 255 = 43%

173
31
109

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

Portions of RGB colors in percentages

R + G + B = 173 + 31 + 109 = 313 (100%)
R 173 of 313 ~ 55.27%
G 31 of 313 ~ 9.9%
B 109 of 313 ~ 34.82'%

%55.27
%34.82

CMYK color model

#AD1F6D color CMYK value is (0,82,37,32).

  • cyan value is 0.00%
  • magenta value is 82.08%
  • yellow value is 36.99%
  • key color value is 32.16%

CMYK: (0,82,37,32)
C0M82Y37K32 (0%, 82%, 37%, 32%)
(0.00 / 0.82 / 0.37 / 0.32)

CMYK percentages

%0
%82.08
%36.99
%32.16

Codes

Color #AD1F6D in popluar color models

AD 1F 6D
RGB 173 31 109
HSL 327° 69.61% 40.00%
HSB/HSV 327° 82.08% 67.84%
CMYK 0.00% 82.08% 36.99%
32.16%

Color #AD1F6D in popluar number systems.

HEX AD 1F 6D
Decimal 173 31 109
Binary 10101101 11111 1101101
Octal 255 37 155

Shades and tints

Shades of #AD1F6D

#AD1F6D
(173,31,109)
#9E1D64
(158,29,100)
#8F1B5B
(143,27,91)
#801952
(128,25,82)
#711749
(113,23,73)
#621540
(98,21,64)
#531337
(83,19,55)
#44112E
(68,17,46)
#350F25
(53,15,37)
#260D1C
(38,13,28)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #AD1F6D

#AD1F6D
(173,31,109)
#B4337A
(180,51,122)
#BB4787
(187,71,135)
#C25B94
(194,91,148)
#C96FA1
(201,111,161)
#D083AE
(208,131,174)
#D797BB
(215,151,187)
#DEABC8
(222,171,200)
#E5BFD5
(229,191,213)
#ECD3E2
(236,211,226)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD1F6D color. Also use rgb(173,31,109) instead hex code.

Text Font Color

.myTextColor { color: #AD1F6D; }

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

This text font color is #AD1F6D.

Background Color

.myBgColor { background-color: #AD1F6D; }

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

This div background color is #AD1F6D.

Border color

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

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

This div border color is #AD1F6D.

Opacity

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

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

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

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

This text has shadow with #AD1F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD1F6D.

Preview

Color preview on black background

This text has color #AD1F6D on black background.


Color preview on white background

This text has color #AD1F6D on white background.


Black color preview on #AD1F6D background

This text has black color on #AD1F6D background.


White color preview on #AD1F6D background

This text has white color on #AD1F6D background.


Related colors

Complementary color

Complementary color for #hex is #52E092.


I love getcolorcode.com

Triadic colors

1 #6DAD1F and #1F6DAD with #AD1F6D are triadic colors.

2 #6D1FAD and #1FAD6D with #AD1F6D are triadic colors.