COLOR #AF5EB0

HEX: #AF5EB0
RGB: (175,94,176)

Color info

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

RGB color model

#AF5EB0 color RGB value is (175,94,176).

  • red value is 175;
  • green value is 94;
  • blue value is 176.
RGB:
(175,94,176)
(69%,37%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 94 of 255 = 37%
B 176 of 255 = 69%

175
94
176

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

Portions of RGB colors in percentages

R + G + B =
175 + 94 + 176 = 445 (100%)
R 175 of 445 ~ 39.33%
G 94 of 445 ~ 21.12%
B 176 of 445 ~ 39.55%

%39.33
%21.12
%39.55

CMYK color model

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

  • cyan value is 0.57%
  • magenta value is 46.59%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,47,0,31)
C1M47Y0K31 
(1%,47%,0%,31%)
(0.01/0.47/0.00/0.31)	

CMYK percentages

%0.57
%46.59
%0
%30.98

Codes

Color #AF5EB0 in popluar color models

AF5EB0
RGB17594176
HSL299°34.17%52.94%
HSB/HSV299°46.59%69.02%
CMYK0.57%46.59%0.00%
30.98%

Color #AF5EB0 in popluar number systems.

HEXAF5EB0
Decimal17594176
Binary10101111101111010110000
Octal257136260

Shades and tints

Shades of #AF5EB0

#AF5EB0
(175,94,176)
#A056A0
(160,86,160)
#914E90
(145,78,144)
#824680
(130,70,128)
#733E70
(115,62,112)
#643660
(100,54,96)
#552E50
(85,46,80)
#462640
(70,38,64)
#371E30
(55,30,48)
#281620
(40,22,32)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF5EB0

#AF5EB0
(175,94,176)
#B66CB7
(182,108,183)
#BD7ABE
(189,122,190)
#C488C5
(196,136,197)
#CB96CC
(203,150,204)
#D2A4D3
(210,164,211)
#D9B2DA
(217,178,218)
#E0C0E1
(224,192,225)
#E7CEE8
(231,206,232)
#EEDCEF
(238,220,239)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5EB0 color. Also use rgb(175,94,176) instead hex code.

Text Font Color

.myTextColor { color: #AF5EB0; }

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

This text font color is #AF5EB0.


Background Color

.myBgColor { background-color: #AF5EB0; }

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

This div background color is #AF5EB0.


Border color

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

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

This div border color is #AF5EB0.


Opacity

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

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

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

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

This text has shadow with #AF5EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5EB0 on black background.


Color preview on white background

This text has color #AF5EB0 on white background.



Black color preview on #AF5EB0 background

This text has black color on #AF5EB0 background.


White color preview on #AF5EB0 background

This text has white color on #AF5EB0 background.