COLOR #AF5B94

HEX: #AF5B94
RGB: (175,91,148)

Color info

#AF5B94 contains mainly red and blue colors. Web safe color of #AF5B94 is #996699 (or #969).

RGB color model

#AF5B94 color RGB value is (175,91,148).

  • red value is 175;
  • green value is 91;
  • blue value is 148.
RGB:
(175,91,148)
(69%,36%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 91 of 255 = 36%
B 148 of 255 = 58%

175
91
148

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

Portions of RGB colors in percentages

R + G + B =
175 + 91 + 148 = 414 (100%)
R 175 of 414 ~ 42.27%
G 91 of 414 ~ 21.98%
B 148 of 414 ~ 35.75%

%42.27
%21.98
%35.75

CMYK color model

#AF5B94 color CMYK value is (0,48,15,31).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 15.43%
  • key color value is 31.37%
CMYK:
(0,48,15,31)
C0M48Y15K31 
(0%,48%,15%,31%)
(0.00/0.48/0.15/0.31)	

CMYK percentages

%0
%48
%15.43
%31.37

Codes

Color #AF5B94 in popluar color models

AF5B94
RGB17591148
HSL319°34.43%52.16%
HSB/HSV319°48.00%68.63%
CMYK0.00%48.00%15.43%
31.37%

Color #AF5B94 in popluar number systems.

HEXAF5B94
Decimal17591148
Binary10101111101101110010100
Octal257133224

Shades and tints

Shades of #AF5B94

#AF5B94
(175,91,148)
#A05387
(160,83,135)
#914B7A
(145,75,122)
#82436D
(130,67,109)
#733B60
(115,59,96)
#643353
(100,51,83)
#552B46
(85,43,70)
#462339
(70,35,57)
#371B2C
(55,27,44)
#28131F
(40,19,31)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #AF5B94

#AF5B94
(175,91,148)
#B6699D
(182,105,157)
#BD77A6
(189,119,166)
#C485AF
(196,133,175)
#CB93B8
(203,147,184)
#D2A1C1
(210,161,193)
#D9AFCA
(217,175,202)
#E0BDD3
(224,189,211)
#E7CBDC
(231,203,220)
#EED9E5
(238,217,229)
#F5E7EE
(245,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5B94 color. Also use rgb(175,91,148) instead hex code.

Text Font Color

.myTextColor { color: #AF5B94; }

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

This text font color is #AF5B94.


Background Color

.myBgColor { background-color: #AF5B94; }

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

This div background color is #AF5B94.


Border color

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

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

This div border color is #AF5B94.


Opacity

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

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

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

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

This text has shadow with #AF5B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5B94 on black background.


Color preview on white background

This text has color #AF5B94 on white background.



Black color preview on #AF5B94 background

This text has black color on #AF5B94 background.


White color preview on #AF5B94 background

This text has white color on #AF5B94 background.