COLOR #AF4B83

HEX: #AF4B83
RGB: (175,75,131)

Color info

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

RGB color model

#AF4B83 color RGB value is (175,75,131).

  • red value is 175;
  • green value is 75;
  • blue value is 131.
RGB:
(175,75,131)
(69%,29%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 75 of 255 = 29%
B 131 of 255 = 51%

175
75
131

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

Portions of RGB colors in percentages

R + G + B =
175 + 75 + 131 = 381 (100%)
R 175 of 381 ~ 45.93%
G 75 of 381 ~ 19.69%
B 131 of 381 ~ 34.38%

%45.93
%19.69
%34.38

CMYK color model

#AF4B83 color CMYK value is (0,57,25,31).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(0,57,25,31)
C0M57Y25K31 
(0%,57%,25%,31%)
(0.00/0.57/0.25/0.31)	

CMYK percentages

%0
%57.14
%25.14
%31.37

Codes

Color #AF4B83 in popluar color models

AF4B83
RGB17575131
HSL326°40.00%49.02%
HSB/HSV326°57.14%68.63%
CMYK0.00%57.14%25.14%
31.37%

Color #AF4B83 in popluar number systems.

HEXAF4B83
Decimal17575131
Binary10101111100101110000011
Octal257113203

Shades and tints

Shades of #AF4B83

#AF4B83
(175,75,131)
#A04578
(160,69,120)
#913F6D
(145,63,109)
#823962
(130,57,98)
#733357
(115,51,87)
#642D4C
(100,45,76)
#552741
(85,39,65)
#462136
(70,33,54)
#371B2B
(55,27,43)
#281520
(40,21,32)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #AF4B83

#AF4B83
(175,75,131)
#B65B8E
(182,91,142)
#BD6B99
(189,107,153)
#C47BA4
(196,123,164)
#CB8BAF
(203,139,175)
#D29BBA
(210,155,186)
#D9ABC5
(217,171,197)
#E0BBD0
(224,187,208)
#E7CBDB
(231,203,219)
#EEDBE6
(238,219,230)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4B83 color. Also use rgb(175,75,131) instead hex code.

Text Font Color

.myTextColor { color: #AF4B83; }

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

This text font color is #AF4B83.


Background Color

.myBgColor { background-color: #AF4B83; }

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

This div background color is #AF4B83.


Border color

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

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

This div border color is #AF4B83.


Opacity

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

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

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

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

This text has shadow with #AF4B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4B83 on black background.


Color preview on white background

This text has color #AF4B83 on white background.



Black color preview on #AF4B83 background

This text has black color on #AF4B83 background.


White color preview on #AF4B83 background

This text has white color on #AF4B83 background.