COLOR #AF488B

HEX: #AF488B RGB: (175,72,139)

Color info

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

RGB color model

#AF488B color RGB value is (175,72,139).

RGB: (175,72,139) (69%, 28%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 72 of 255 = 28%
B 139 of 255 = 55%

175
72
139

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

Portions of RGB colors in percentages

R + G + B = 175 + 72 + 139 = 386 (100%)
R 175 of 386 ~ 45.34%
G 72 of 386 ~ 18.65%
B 139 of 386 ~ 36.01'%

%45.34
%18.65
%36.01

CMYK color model

#AF488B color CMYK value is (0,59,21,31).

  • cyan value is 0.00%
  • magenta value is 58.86%
  • yellow value is 20.57%
  • key color value is 31.37%

CMYK: (0,59,21,31)
C0M59Y21K31 (0%, 59%, 21%, 31%)
(0.00 / 0.59 / 0.21 / 0.31)

CMYK percentages

%0
%58.86
%20.57
%31.37

Codes

Color #AF488B in popluar color models

AF 48 8B
RGB 175 72 139
HSL 321° 41.70% 48.43%
HSB/HSV 321° 58.86% 68.63%
CMYK 0.00% 58.86% 20.57%
31.37%

Color #AF488B in popluar number systems.

HEX AF 48 8B
Decimal 175 72 139
Binary 10101111 1001000 10001011
Octal 257 110 213

Shades and tints

Shades of #AF488B

#AF488B
(175,72,139)
#A0427F
(160,66,127)
#913C73
(145,60,115)
#823667
(130,54,103)
#73305B
(115,48,91)
#642A4F
(100,42,79)
#552443
(85,36,67)
#461E37
(70,30,55)
#37182B
(55,24,43)
#28121F
(40,18,31)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #AF488B

#AF488B
(175,72,139)
#B65895
(182,88,149)
#BD689F
(189,104,159)
#C478A9
(196,120,169)
#CB88B3
(203,136,179)
#D298BD
(210,152,189)
#D9A8C7
(217,168,199)
#E0B8D1
(224,184,209)
#E7C8DB
(231,200,219)
#EED8E5
(238,216,229)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF488B color. Also use rgb(175,72,139) instead hex code.

Text Font Color

.myTextColor { color: #AF488B; }

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

This text font color is #AF488B.

Background Color

.myBgColor { background-color: #AF488B; }

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

This div background color is #AF488B.

Border color

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

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

This div border color is #AF488B.

Opacity

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

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

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

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

This text has shadow with #AF488B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF488B.

Preview

Color preview on black background

This text has color #AF488B on black background.


Color preview on white background

This text has color #AF488B on white background.


Black color preview on #AF488B background

This text has black color on #AF488B background.


White color preview on #AF488B background

This text has white color on #AF488B background.


Related colors

Complementary color

Complementary color for #hex is #50B774.


I love getcolorcode.com

Triadic colors

1 #8BAF48 and #488BAF with #AF488B are triadic colors.

2 #8B48AF and #48AF8B with #AF488B are triadic colors.