COLOR #AF78AD

HEX: #AF78AD
RGB: (175,120,173)

Color info

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

RGB color model

#AF78AD color RGB value is (175,120,173).

  • red value is 175;
  • green value is 120;
  • blue value is 173.
RGB:
(175,120,173)
(69%,47%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 120 of 255 = 47%
B 173 of 255 = 68%

175
120
173

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

Portions of RGB colors in percentages

R + G + B =
175 + 120 + 173 = 468 (100%)
R 175 of 468 ~ 37.39%
G 120 of 468 ~ 25.64%
B 173 of 468 ~ 36.97%

%37.39
%25.64
%36.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 1.14%
  • key color value is 31.37%
CMYK:
(0,31,1,31)
C0M31Y1K31 
(0%,31%,1%,31%)
(0.00/0.31/0.01/0.31)	

CMYK percentages

%0
%31.43
%1.14
%31.37

Codes

Color #AF78AD in popluar color models

AF78AD
RGB175120173
HSL302°25.58%57.84%
HSB/HSV302°31.43%68.63%
CMYK0.00%31.43%1.14%
31.37%

Color #AF78AD in popluar number systems.

HEXAF78AD
Decimal175120173
Binary10101111111100010101101
Octal257170255

Shades and tints

Shades of #AF78AD

#AF78AD
(175,120,173)
#A06E9E
(160,110,158)
#91648F
(145,100,143)
#825A80
(130,90,128)
#735071
(115,80,113)
#644662
(100,70,98)
#553C53
(85,60,83)
#463244
(70,50,68)
#372835
(55,40,53)
#281E26
(40,30,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #AF78AD

#AF78AD
(175,120,173)
#B684B4
(182,132,180)
#BD90BB
(189,144,187)
#C49CC2
(196,156,194)
#CBA8C9
(203,168,201)
#D2B4D0
(210,180,208)
#D9C0D7
(217,192,215)
#E0CCDE
(224,204,222)
#E7D8E5
(231,216,229)
#EEE4EC
(238,228,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF78AD; }

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

This text font color is #AF78AD.


Background Color

.myBgColor { background-color: #AF78AD; }

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

This div background color is #AF78AD.


Border color

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

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

This div border color is #AF78AD.


Opacity

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

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

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

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

This text has shadow with #AF78AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF78AD on black background.


Color preview on white background

This text has color #AF78AD on white background.



Black color preview on #AF78AD background

This text has black color on #AF78AD background.


White color preview on #AF78AD background

This text has white color on #AF78AD background.