COLOR #AF5AE7

HEX: #AF5AE7
RGB: (175,90,231)

Color info

#AF5AE7 contains mainly red and blue colors. Web safe color of #AF5AE7 is #9966FF (or #96F).

RGB color model

#AF5AE7 color RGB value is (175,90,231).

  • red value is 175;
  • green value is 90;
  • blue value is 231.
RGB:
(175,90,231)
(69%,35%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 90 of 255 = 35%
B 231 of 255 = 91%

175
90
231

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

Portions of RGB colors in percentages

R + G + B =
175 + 90 + 231 = 496 (100%)
R 175 of 496 ~ 35.28%
G 90 of 496 ~ 18.15%
B 231 of 496 ~ 46.57%

%35.28
%18.15
%46.57

CMYK color model

#AF5AE7 color CMYK value is (24,61,0,9).

  • cyan value is 24.24%
  • magenta value is 61.04%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(24,61,0,9)
C24M61Y0K9 
(24%,61%,0%,9%)
(0.24/0.61/0.00/0.09)	

CMYK percentages

%24.24
%61.04
%0
%9.41

Codes

Color #AF5AE7 in popluar color models

AF5AE7
RGB17590231
HSL276°74.60%62.94%
HSB/HSV276°61.04%90.59%
CMYK24.24%61.04%0.00%
9.41%

Color #AF5AE7 in popluar number systems.

HEXAF5AE7
Decimal17590231
Binary10101111101101011100111
Octal257132347

Shades and tints

Shades of #AF5AE7

#AF5AE7
(175,90,231)
#A052D2
(160,82,210)
#914ABD
(145,74,189)
#8242A8
(130,66,168)
#733A93
(115,58,147)
#64327E
(100,50,126)
#552A69
(85,42,105)
#462254
(70,34,84)
#371A3F
(55,26,63)
#28122A
(40,18,42)
#190A15
(25,10,21)
#000000
(0,0,0)

Tints of #AF5AE7

#AF5AE7
(175,90,231)
#B669E9
(182,105,233)
#BD78EB
(189,120,235)
#C487ED
(196,135,237)
#CB96EF
(203,150,239)
#D2A5F1
(210,165,241)
#D9B4F3
(217,180,243)
#E0C3F5
(224,195,245)
#E7D2F7
(231,210,247)
#EEE1F9
(238,225,249)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5AE7 color. Also use rgb(175,90,231) instead hex code.

Text Font Color

.myTextColor { color: #AF5AE7; }

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

This text font color is #AF5AE7.


Background Color

.myBgColor { background-color: #AF5AE7; }

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

This div background color is #AF5AE7.


Border color

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

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

This div border color is #AF5AE7.


Opacity

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

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

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

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

This text has shadow with #AF5AE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5AE7 on black background.


Color preview on white background

This text has color #AF5AE7 on white background.



Black color preview on #AF5AE7 background

This text has black color on #AF5AE7 background.


White color preview on #AF5AE7 background

This text has white color on #AF5AE7 background.