COLOR #AF5CE1

HEX: #AF5CE1
RGB: (175,92,225)

Color info

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

RGB color model

#AF5CE1 color RGB value is (175,92,225).

  • red value is 175;
  • green value is 92;
  • blue value is 225.
RGB:
(175,92,225)
(69%,36%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 92 of 255 = 36%
B 225 of 255 = 88%

175
92
225

R + G + B ~ 64%. #AF5CE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 92 + 225 = 492 (100%)
R 175 of 492 ~ 35.57%
G 92 of 492 ~ 18.7%
B 225 of 492 ~ 45.73%

%35.57
%18.7
%45.73

CMYK color model

#AF5CE1 color CMYK value is (22,59,0,12).

  • cyan value is 22.22%
  • magenta value is 59.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(22,59,0,12)
C22M59Y0K12 
(22%,59%,0%,12%)
(0.22/0.59/0.00/0.12)	

CMYK percentages

%22.22
%59.11
%0
%11.76

Codes

Color #AF5CE1 in popluar color models

AF5CE1
RGB17592225
HSL277°68.91%62.16%
HSB/HSV277°59.11%88.24%
CMYK22.22%59.11%0.00%
11.76%

Color #AF5CE1 in popluar number systems.

HEXAF5CE1
Decimal17592225
Binary10101111101110011100001
Octal257134341

Shades and tints

Shades of #AF5CE1

#AF5CE1
(175,92,225)
#A054CD
(160,84,205)
#914CB9
(145,76,185)
#8244A5
(130,68,165)
#733C91
(115,60,145)
#64347D
(100,52,125)
#552C69
(85,44,105)
#462455
(70,36,85)
#371C41
(55,28,65)
#28142D
(40,20,45)
#190C19
(25,12,25)
#000000
(0,0,0)

Tints of #AF5CE1

#AF5CE1
(175,92,225)
#B66AE3
(182,106,227)
#BD78E5
(189,120,229)
#C486E7
(196,134,231)
#CB94E9
(203,148,233)
#D2A2EB
(210,162,235)
#D9B0ED
(217,176,237)
#E0BEEF
(224,190,239)
#E7CCF1
(231,204,241)
#EEDAF3
(238,218,243)
#F5E8F5
(245,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5CE1 color. Also use rgb(175,92,225) instead hex code.

Text Font Color

.myTextColor { color: #AF5CE1; }

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

This text font color is #AF5CE1.


Background Color

.myBgColor { background-color: #AF5CE1; }

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

This div background color is #AF5CE1.


Border color

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

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

This div border color is #AF5CE1.


Opacity

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

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

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

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

This text has shadow with #AF5CE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5CE1 on black background.


Color preview on white background

This text has color #AF5CE1 on white background.



Black color preview on #AF5CE1 background

This text has black color on #AF5CE1 background.


White color preview on #AF5CE1 background

This text has white color on #AF5CE1 background.