COLOR #AF5BE3

HEX: #AF5BE3
RGB: (175,91,227)

Color info

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

RGB color model

#AF5BE3 color RGB value is (175,91,227).

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

RGB channels and saturation

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

175
91
227

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

Portions of RGB colors in percentages

R + G + B =
175 + 91 + 227 = 493 (100%)
R 175 of 493 ~ 35.5%
G 91 of 493 ~ 18.46%
B 227 of 493 ~ 46.04%

%35.5
%18.46
%46.04

CMYK color model

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

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

CMYK percentages

%22.91
%59.91
%0
%10.98

Codes

Color #AF5BE3 in popluar color models

AF5BE3
RGB17591227
HSL277°70.83%62.35%
HSB/HSV277°59.91%89.02%
CMYK22.91%59.91%0.00%
10.98%

Color #AF5BE3 in popluar number systems.

HEXAF5BE3
Decimal17591227
Binary10101111101101111100011
Octal257133343

Shades and tints

Shades of #AF5BE3

#AF5BE3
(175,91,227)
#A053CF
(160,83,207)
#914BBB
(145,75,187)
#8243A7
(130,67,167)
#733B93
(115,59,147)
#64337F
(100,51,127)
#552B6B
(85,43,107)
#462357
(70,35,87)
#371B43
(55,27,67)
#28132F
(40,19,47)
#190B1B
(25,11,27)
#000000
(0,0,0)

Tints of #AF5BE3

#AF5BE3
(175,91,227)
#B669E5
(182,105,229)
#BD77E7
(189,119,231)
#C485E9
(196,133,233)
#CB93EB
(203,147,235)
#D2A1ED
(210,161,237)
#D9AFEF
(217,175,239)
#E0BDF1
(224,189,241)
#E7CBF3
(231,203,243)
#EED9F5
(238,217,245)
#F5E7F7
(245,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5BE3; }

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

This text font color is #AF5BE3.


Background Color

.myBgColor { background-color: #AF5BE3; }

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

This div background color is #AF5BE3.


Border color

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

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

This div border color is #AF5BE3.


Opacity

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

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

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

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

This text has shadow with #AF5BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5BE3 on black background.


Color preview on white background

This text has color #AF5BE3 on white background.



Black color preview on #AF5BE3 background

This text has black color on #AF5BE3 background.


White color preview on #AF5BE3 background

This text has white color on #AF5BE3 background.