COLOR #AF78A9

HEX: #AF78A9 RGB: (175,120,169)

Color info

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

RGB color model

#AF78A9 color RGB value is (175,120,169).

RGB: (175,120,169) (69%, 47%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 120 of 255 = 47%
B 169 of 255 = 66%

175
120
169

R + G + B ~ 61%. #AF78A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 120 + 169 = 464 (100%)
R 175 of 464 ~ 37.72%
G 120 of 464 ~ 25.86%
B 169 of 464 ~ 36.42'%

%37.72
%25.86
%36.42

CMYK color model

#AF78A9 color CMYK value is (0,31,3,31).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 3.43%
  • key color value is 31.37%

CMYK: (0,31,3,31)
C0M31Y3K31 (0%, 31%, 3%, 31%)
(0.00 / 0.31 / 0.03 / 0.31)

CMYK percentages

%0
%31.43
%3.43
%31.37

Codes

Color #AF78A9 in popluar color models

AF 78 A9
RGB 175 120 169
HSL 307° 25.58% 57.84%
HSB/HSV 307° 31.43% 68.63%
CMYK 0.00% 31.43% 3.43%
31.37%

Color #AF78A9 in popluar number systems.

HEX AF 78 A9
Decimal 175 120 169
Binary 10101111 1111000 10101001
Octal 257 170 251

Shades and tints

Shades of #AF78A9

#AF78A9
(175,120,169)
#A06E9A
(160,110,154)
#91648B
(145,100,139)
#825A7C
(130,90,124)
#73506D
(115,80,109)
#64465E
(100,70,94)
#553C4F
(85,60,79)
#463240
(70,50,64)
#372831
(55,40,49)
#281E22
(40,30,34)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AF78A9

#AF78A9
(175,120,169)
#B684B0
(182,132,176)
#BD90B7
(189,144,183)
#C49CBE
(196,156,190)
#CBA8C5
(203,168,197)
#D2B4CC
(210,180,204)
#D9C0D3
(217,192,211)
#E0CCDA
(224,204,218)
#E7D8E1
(231,216,225)
#EEE4E8
(238,228,232)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF78A9 color. Also use rgb(175,120,169) instead hex code.

Text Font Color

.myTextColor { color: #AF78A9; }

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

This text font color is #AF78A9.

Background Color

.myBgColor { background-color: #AF78A9; }

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

This div background color is #AF78A9.

Border color

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

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

This div border color is #AF78A9.

Opacity

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

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

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

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

This text has shadow with #AF78A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF78A9.

Preview

Color preview on black background

This text has color #AF78A9 on black background.


Color preview on white background

This text has color #AF78A9 on white background.


Black color preview on #AF78A9 background

This text has black color on #AF78A9 background.


White color preview on #AF78A9 background

This text has white color on #AF78A9 background.


Related colors

Complementary color

Complementary color for #hex is #508756.


I love getcolorcode.com

Triadic colors

1 #A9AF78 and #78A9AF with #AF78A9 are triadic colors.

2 #A978AF and #78AFA9 with #AF78A9 are triadic colors.