COLOR #AF84AD

HEX: #AF84AD RGB: (175,132,173)

Color info

#AF84AD contains red, green and blue colors in about the same proportion. Web safe color of #AF84AD is #999999 (or #999).

RGB color model

#AF84AD color RGB value is (175,132,173).

RGB: (175,132,173) (69%, 52%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 173 of 255 = 68%

175
132
173

R + G + B ~ 63%. #AF84AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 132 + 173 = 480 (100%)
R 175 of 480 ~ 36.46%
G 132 of 480 ~ 27.5%
B 173 of 480 ~ 36.04'%

%36.46
%27.5
%36.04

CMYK color model

#AF84AD color CMYK value is (0,25,1,31).

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

CMYK: (0,25,1,31)
C0M25Y1K31 (0%, 25%, 1%, 31%)
(0.00 / 0.25 / 0.01 / 0.31)

CMYK percentages

%0
%24.57
%1.14
%31.37

Codes

Color #AF84AD in popluar color models

AF 84 AD
RGB 175 132 173
HSL 303° 21.18% 60.20%
HSB/HSV 303° 24.57% 68.63%
CMYK 0.00% 24.57% 1.14%
31.37%

Color #AF84AD in popluar number systems.

HEX AF 84 AD
Decimal 175 132 173
Binary 10101111 10000100 10101101
Octal 257 204 255

Shades and tints

Shades of #AF84AD

#AF84AD
(175,132,173)
#A0789E
(160,120,158)
#916C8F
(145,108,143)
#826080
(130,96,128)
#735471
(115,84,113)
#644862
(100,72,98)
#553C53
(85,60,83)
#463044
(70,48,68)
#372435
(55,36,53)
#281826
(40,24,38)
#190C17
(25,12,23)
#000000
(0,0,0)

Tints of #AF84AD

#AF84AD
(175,132,173)
#B68FB4
(182,143,180)
#BD9ABB
(189,154,187)
#C4A5C2
(196,165,194)
#CBB0C9
(203,176,201)
#D2BBD0
(210,187,208)
#D9C6D7
(217,198,215)
#E0D1DE
(224,209,222)
#E7DCE5
(231,220,229)
#EEE7EC
(238,231,236)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF84AD; }

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

This text font color is #AF84AD.

Background Color

.myBgColor { background-color: #AF84AD; }

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

This div background color is #AF84AD.

Border color

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

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

This div border color is #AF84AD.

Opacity

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

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

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

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

This text has shadow with #AF84AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF84AD.

Preview

Color preview on black background

This text has color #AF84AD on black background.


Color preview on white background

This text has color #AF84AD on white background.


Black color preview on #AF84AD background

This text has black color on #AF84AD background.


White color preview on #AF84AD background

This text has white color on #AF84AD background.


Related colors

Complementary color

Complementary color for #hex is #507B52.


I love getcolorcode.com

Triadic colors

1 #ADAF84 and #84ADAF with #AF84AD are triadic colors.

2 #AD84AF and #84AFAD with #AF84AD are triadic colors.