COLOR #AF81DE

HEX: #AF81DE
RGB: (175,129,222)

Color info

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

RGB color model

#AF81DE color RGB value is (175,129,222).

  • red value is 175;
  • green value is 129;
  • blue value is 222.
RGB:
(175,129,222)
(69%,51%,87%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 222 of 255 = 87%

175
129
222

R + G + B ~ 69%. #AF81DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 129 + 222 = 526 (100%)
R 175 of 526 ~ 33.27%
G 129 of 526 ~ 24.52%
B 222 of 526 ~ 42.21%

%33.27
%24.52
%42.21

CMYK color model

#AF81DE color CMYK value is (21,42,0,13).

  • cyan value is 21.17%
  • magenta value is 41.89%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,42,0,13)
C21M42Y0K13 
(21%,42%,0%,13%)
(0.21/0.42/0.00/0.13)	

CMYK percentages

%21.17
%41.89
%0
%12.94

Codes

Color #AF81DE in popluar color models

AF81DE
RGB175129222
HSL270°58.49%68.82%
HSB/HSV270°41.89%87.06%
CMYK21.17%41.89%0.00%
12.94%

Color #AF81DE in popluar number systems.

HEXAF81DE
Decimal175129222
Binary101011111000000111011110
Octal257201336

Shades and tints

Shades of #AF81DE

#AF81DE
(175,129,222)
#A076CA
(160,118,202)
#916BB6
(145,107,182)
#8260A2
(130,96,162)
#73558E
(115,85,142)
#644A7A
(100,74,122)
#553F66
(85,63,102)
#463452
(70,52,82)
#37293E
(55,41,62)
#281E2A
(40,30,42)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #AF81DE

#AF81DE
(175,129,222)
#B68CE1
(182,140,225)
#BD97E4
(189,151,228)
#C4A2E7
(196,162,231)
#CBADEA
(203,173,234)
#D2B8ED
(210,184,237)
#D9C3F0
(217,195,240)
#E0CEF3
(224,206,243)
#E7D9F6
(231,217,246)
#EEE4F9
(238,228,249)
#F5EFFC
(245,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF81DE color. Also use rgb(175,129,222) instead hex code.

Text Font Color

.myTextColor { color: #AF81DE; }

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

This text font color is #AF81DE.


Background Color

.myBgColor { background-color: #AF81DE; }

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

This div background color is #AF81DE.


Border color

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

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

This div border color is #AF81DE.


Opacity

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

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

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

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

This text has shadow with #AF81DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF81DE on black background.


Color preview on white background

This text has color #AF81DE on white background.



Black color preview on #AF81DE background

This text has black color on #AF81DE background.


White color preview on #AF81DE background

This text has white color on #AF81DE background.