COLOR #AF8ADD

HEX: #AF8ADD
RGB: (175,138,221)

Color info

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

RGB color model

#AF8ADD color RGB value is (175,138,221).

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

RGB channels and saturation

R 175 of 255 = 69%
G 138 of 255 = 54%
B 221 of 255 = 87%

175
138
221

R + G + B ~ 70%. #AF8ADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 138 + 221 = 534 (100%)
R 175 of 534 ~ 32.77%
G 138 of 534 ~ 25.84%
B 221 of 534 ~ 41.39%

%32.77
%25.84
%41.39

CMYK color model

#AF8ADD color CMYK value is (21,38,0,13).

  • cyan value is 20.81%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(21,38,0,13)
C21M38Y0K13 
(21%,38%,0%,13%)
(0.21/0.38/0.00/0.13)	

CMYK percentages

%20.81
%37.56
%0
%13.33

Codes

Color #AF8ADD in popluar color models

AF8ADD
RGB175138221
HSL267°54.97%70.39%
HSB/HSV267°37.56%86.67%
CMYK20.81%37.56%0.00%
13.33%

Color #AF8ADD in popluar number systems.

HEXAF8ADD
Decimal175138221
Binary101011111000101011011101
Octal257212335

Shades and tints

Shades of #AF8ADD

#AF8ADD
(175,138,221)
#A07EC9
(160,126,201)
#9172B5
(145,114,181)
#8266A1
(130,102,161)
#735A8D
(115,90,141)
#644E79
(100,78,121)
#554265
(85,66,101)
#463651
(70,54,81)
#372A3D
(55,42,61)
#281E29
(40,30,41)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #AF8ADD

#AF8ADD
(175,138,221)
#B694E0
(182,148,224)
#BD9EE3
(189,158,227)
#C4A8E6
(196,168,230)
#CBB2E9
(203,178,233)
#D2BCEC
(210,188,236)
#D9C6EF
(217,198,239)
#E0D0F2
(224,208,242)
#E7DAF5
(231,218,245)
#EEE4F8
(238,228,248)
#F5EEFB
(245,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8ADD; }

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

This text font color is #AF8ADD.


Background Color

.myBgColor { background-color: #AF8ADD; }

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

This div background color is #AF8ADD.


Border color

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

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

This div border color is #AF8ADD.


Opacity

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

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

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

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

This text has shadow with #AF8ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8ADD on black background.


Color preview on white background

This text has color #AF8ADD on white background.



Black color preview on #AF8ADD background

This text has black color on #AF8ADD background.


White color preview on #AF8ADD background

This text has white color on #AF8ADD background.