COLOR #AF468D

HEX: #AF468D
RGB: (175,70,141)

Color info

#AF468D contains mainly red and blue colors. Web safe color of #AF468D is #993399 (or #939).

RGB color model

#AF468D color RGB value is (175,70,141).

  • red value is 175;
  • green value is 70;
  • blue value is 141.
RGB:
(175,70,141)
(69%,27%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 70 of 255 = 27%
B 141 of 255 = 55%

175
70
141

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

Portions of RGB colors in percentages

R + G + B =
175 + 70 + 141 = 386 (100%)
R 175 of 386 ~ 45.34%
G 70 of 386 ~ 18.13%
B 141 of 386 ~ 36.53%

%45.34
%18.13
%36.53

CMYK color model

#AF468D color CMYK value is (0,60,19,31).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(0,60,19,31)
C0M60Y19K31 
(0%,60%,19%,31%)
(0.00/0.60/0.19/0.31)	

CMYK percentages

%0
%60
%19.43
%31.37

Codes

Color #AF468D in popluar color models

AF468D
RGB17570141
HSL319°42.86%48.04%
HSB/HSV319°60.00%68.63%
CMYK0.00%60.00%19.43%
31.37%

Color #AF468D in popluar number systems.

HEXAF468D
Decimal17570141
Binary10101111100011010001101
Octal257106215

Shades and tints

Shades of #AF468D

#AF468D
(175,70,141)
#A04081
(160,64,129)
#913A75
(145,58,117)
#823469
(130,52,105)
#732E5D
(115,46,93)
#642851
(100,40,81)
#552245
(85,34,69)
#461C39
(70,28,57)
#37162D
(55,22,45)
#281021
(40,16,33)
#190A15
(25,10,21)
#000000
(0,0,0)

Tints of #AF468D

#AF468D
(175,70,141)
#B65697
(182,86,151)
#BD66A1
(189,102,161)
#C476AB
(196,118,171)
#CB86B5
(203,134,181)
#D296BF
(210,150,191)
#D9A6C9
(217,166,201)
#E0B6D3
(224,182,211)
#E7C6DD
(231,198,221)
#EED6E7
(238,214,231)
#F5E6F1
(245,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF468D color. Also use rgb(175,70,141) instead hex code.

Text Font Color

.myTextColor { color: #AF468D; }

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

This text font color is #AF468D.


Background Color

.myBgColor { background-color: #AF468D; }

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

This div background color is #AF468D.


Border color

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

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

This div border color is #AF468D.


Opacity

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

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

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

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

This text has shadow with #AF468D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF468D on black background.


Color preview on white background

This text has color #AF468D on white background.



Black color preview on #AF468D background

This text has black color on #AF468D background.


White color preview on #AF468D background

This text has white color on #AF468D background.