COLOR #AF5BE2

HEX: #AF5BE2
RGB: (175,91,226)

Color info

#AF5BE2 contains mainly red and blue colors. Web safe color of #AF5BE2 is #9966CC (or #96C).

RGB color model

#AF5BE2 color RGB value is (175,91,226).

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

RGB channels and saturation

R 175 of 255 = 69%
G 91 of 255 = 36%
B 226 of 255 = 89%

175
91
226

R + G + B ~ 65%. #AF5BE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 91 + 226 = 492 (100%)
R 175 of 492 ~ 35.57%
G 91 of 492 ~ 18.5%
B 226 of 492 ~ 45.93%

%35.57
%18.5
%45.93

CMYK color model

#AF5BE2 color CMYK value is (23,60,0,11).

  • cyan value is 22.57%
  • magenta value is 59.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(23,60,0,11)
C23M60Y0K11 
(23%,60%,0%,11%)
(0.23/0.60/0.00/0.11)	

CMYK percentages

%22.57
%59.73
%0
%11.37

Codes

Color #AF5BE2 in popluar color models

AF5BE2
RGB17591226
HSL277°69.95%62.16%
HSB/HSV277°59.73%88.63%
CMYK22.57%59.73%0.00%
11.37%

Color #AF5BE2 in popluar number systems.

HEXAF5BE2
Decimal17591226
Binary10101111101101111100010
Octal257133342

Shades and tints

Shades of #AF5BE2

#AF5BE2
(175,91,226)
#A053CE
(160,83,206)
#914BBA
(145,75,186)
#8243A6
(130,67,166)
#733B92
(115,59,146)
#64337E
(100,51,126)
#552B6A
(85,43,106)
#462356
(70,35,86)
#371B42
(55,27,66)
#28132E
(40,19,46)
#190B1A
(25,11,26)
#000000
(0,0,0)

Tints of #AF5BE2

#AF5BE2
(175,91,226)
#B669E4
(182,105,228)
#BD77E6
(189,119,230)
#C485E8
(196,133,232)
#CB93EA
(203,147,234)
#D2A1EC
(210,161,236)
#D9AFEE
(217,175,238)
#E0BDF0
(224,189,240)
#E7CBF2
(231,203,242)
#EED9F4
(238,217,244)
#F5E7F6
(245,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5BE2; }

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

This text font color is #AF5BE2.


Background Color

.myBgColor { background-color: #AF5BE2; }

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

This div background color is #AF5BE2.


Border color

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

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

This div border color is #AF5BE2.


Opacity

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

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

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

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

This text has shadow with #AF5BE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5BE2 on black background.


Color preview on white background

This text has color #AF5BE2 on white background.



Black color preview on #AF5BE2 background

This text has black color on #AF5BE2 background.


White color preview on #AF5BE2 background

This text has white color on #AF5BE2 background.