COLOR #AF8AE6

HEX: #AF8AE6
RGB: (175,138,230)

Color info

#AF8AE6 contains mainly red and blue colors. Web safe color of #AF8AE6 is #9999CC (or #99C).

RGB color model

#AF8AE6 color RGB value is (175,138,230).

  • red value is 175;
  • green value is 138;
  • blue value is 230.
RGB:
(175,138,230)
(69%,54%,90%)

RGB channels and saturation

R 175 of 255 = 69%
G 138 of 255 = 54%
B 230 of 255 = 90%

175
138
230

R + G + B ~ 71%. #AF8AE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 138 + 230 = 543 (100%)
R 175 of 543 ~ 32.23%
G 138 of 543 ~ 25.41%
B 230 of 543 ~ 42.36%

%32.23
%25.41
%42.36

CMYK color model

#AF8AE6 color CMYK value is (24,40,0,10).

  • cyan value is 23.91%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,40,0,10)
C24M40Y0K10 
(24%,40%,0%,10%)
(0.24/0.40/0.00/0.10)	

CMYK percentages

%23.91
%40
%0
%9.8

Codes

Color #AF8AE6 in popluar color models

AF8AE6
RGB175138230
HSL264°64.79%72.16%
HSB/HSV264°40.00%90.20%
CMYK23.91%40.00%0.00%
9.80%

Color #AF8AE6 in popluar number systems.

HEXAF8AE6
Decimal175138230
Binary101011111000101011100110
Octal257212346

Shades and tints

Shades of #AF8AE6

#AF8AE6
(175,138,230)
#A07ED2
(160,126,210)
#9172BE
(145,114,190)
#8266AA
(130,102,170)
#735A96
(115,90,150)
#644E82
(100,78,130)
#55426E
(85,66,110)
#46365A
(70,54,90)
#372A46
(55,42,70)
#281E32
(40,30,50)
#19121E
(25,18,30)
#000000
(0,0,0)

Tints of #AF8AE6

#AF8AE6
(175,138,230)
#B694E8
(182,148,232)
#BD9EEA
(189,158,234)
#C4A8EC
(196,168,236)
#CBB2EE
(203,178,238)
#D2BCF0
(210,188,240)
#D9C6F2
(217,198,242)
#E0D0F4
(224,208,244)
#E7DAF6
(231,218,246)
#EEE4F8
(238,228,248)
#F5EEFA
(245,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8AE6 color. Also use rgb(175,138,230) instead hex code.

Text Font Color

.myTextColor { color: #AF8AE6; }

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

This text font color is #AF8AE6.


Background Color

.myBgColor { background-color: #AF8AE6; }

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

This div background color is #AF8AE6.


Border color

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

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

This div border color is #AF8AE6.


Opacity

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

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

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

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

This text has shadow with #AF8AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8AE6 on black background.


Color preview on white background

This text has color #AF8AE6 on white background.



Black color preview on #AF8AE6 background

This text has black color on #AF8AE6 background.


White color preview on #AF8AE6 background

This text has white color on #AF8AE6 background.