COLOR #AD7CAF

HEX: #AD7CAF RGB: (173,124,175)

Color info

#AD7CAF contains red, green and blue colors in about the same proportion. Web safe color of #AD7CAF is #996699 (or #969).

RGB color model

#AD7CAF color RGB value is (173,124,175).

RGB: (173,124,175) (68%, 49%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 124 of 255 = 49%
B 175 of 255 = 69%

173
124
175

R + G + B ~ 62%. #AD7CAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 124 + 175 = 472 (100%)
R 173 of 472 ~ 36.65%
G 124 of 472 ~ 26.27%
B 175 of 472 ~ 37.08'%

%36.65
%26.27
%37.08

CMYK color model

#AD7CAF color CMYK value is (1,29,0,31).

  • cyan value is 1.14%
  • magenta value is 29.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (1,29,0,31)
C1M29Y0K31 (1%, 29%, 0%, 31%)
(0.01 / 0.29 / 0.00 / 0.31)

CMYK percentages

%1.14
%29.14
%0
%31.37

Codes

Color #AD7CAF in popluar color models

AD 7C AF
RGB 173 124 175
HSL 298° 24.17% 58.63%
HSB/HSV 298° 29.14% 68.63%
CMYK 1.14% 29.14% 0.00%
31.37%

Color #AD7CAF in popluar number systems.

HEX AD 7C AF
Decimal 173 124 175
Binary 10101101 1111100 10101111
Octal 255 174 257

Shades and tints

Shades of #AD7CAF

#AD7CAF
(173,124,175)
#9E71A0
(158,113,160)
#8F6691
(143,102,145)
#805B82
(128,91,130)
#715073
(113,80,115)
#624564
(98,69,100)
#533A55
(83,58,85)
#442F46
(68,47,70)
#352437
(53,36,55)
#261928
(38,25,40)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #AD7CAF

#AD7CAF
(173,124,175)
#B487B6
(180,135,182)
#BB92BD
(187,146,189)
#C29DC4
(194,157,196)
#C9A8CB
(201,168,203)
#D0B3D2
(208,179,210)
#D7BED9
(215,190,217)
#DEC9E0
(222,201,224)
#E5D4E7
(229,212,231)
#ECDFEE
(236,223,238)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7CAF color. Also use rgb(173,124,175) instead hex code.

Text Font Color

.myTextColor { color: #AD7CAF; }

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

This text font color is #AD7CAF.

Background Color

.myBgColor { background-color: #AD7CAF; }

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

This div background color is #AD7CAF.

Border color

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

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

This div border color is #AD7CAF.

Opacity

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

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

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

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

This text has shadow with #AD7CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7CAF.

Preview

Color preview on black background

This text has color #AD7CAF on black background.


Color preview on white background

This text has color #AD7CAF on white background.


Black color preview on #AD7CAF background

This text has black color on #AD7CAF background.


White color preview on #AD7CAF background

This text has white color on #AD7CAF background.


Related colors

Complementary color

Complementary color for #hex is #528350.


I love getcolorcode.com

Triadic colors

1 #AFAD7C and #7CAFAD with #AD7CAF are triadic colors.

2 #AF7CAD and #7CADAF with #AD7CAF are triadic colors.