COLOR #AF80EE

HEX: #AF80EE
RGB: (175,128,238)

Color info

#AF80EE contains mainly blue color. Web safe color of #AF80EE is #9966FF (or #96F).

RGB color model

#AF80EE color RGB value is (175,128,238).

  • red value is 175;
  • green value is 128;
  • blue value is 238.
RGB:
(175,128,238)
(69%,50%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 238 of 255 = 93%

175
128
238

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

Portions of RGB colors in percentages

R + G + B =
175 + 128 + 238 = 541 (100%)
R 175 of 541 ~ 32.35%
G 128 of 541 ~ 23.66%
B 238 of 541 ~ 43.99%

%32.35
%23.66
%43.99

CMYK color model

#AF80EE color CMYK value is (26,46,0,7).

  • cyan value is 26.47%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,46,0,7)
C26M46Y0K7 
(26%,46%,0%,7%)
(0.26/0.46/0.00/0.07)	

CMYK percentages

%26.47
%46.22
%0
%6.67

Codes

Color #AF80EE in popluar color models

AF80EE
RGB175128238
HSL266°76.39%71.76%
HSB/HSV266°46.22%93.33%
CMYK26.47%46.22%0.00%
6.67%

Color #AF80EE in popluar number systems.

HEXAF80EE
Decimal175128238
Binary101011111000000011101110
Octal257200356

Shades and tints

Shades of #AF80EE

#AF80EE
(175,128,238)
#A075D9
(160,117,217)
#916AC4
(145,106,196)
#825FAF
(130,95,175)
#73549A
(115,84,154)
#644985
(100,73,133)
#553E70
(85,62,112)
#46335B
(70,51,91)
#372846
(55,40,70)
#281D31
(40,29,49)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #AF80EE

#AF80EE
(175,128,238)
#B68BEF
(182,139,239)
#BD96F0
(189,150,240)
#C4A1F1
(196,161,241)
#CBACF2
(203,172,242)
#D2B7F3
(210,183,243)
#D9C2F4
(217,194,244)
#E0CDF5
(224,205,245)
#E7D8F6
(231,216,246)
#EEE3F7
(238,227,247)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF80EE color. Also use rgb(175,128,238) instead hex code.

Text Font Color

.myTextColor { color: #AF80EE; }

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

This text font color is #AF80EE.


Background Color

.myBgColor { background-color: #AF80EE; }

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

This div background color is #AF80EE.


Border color

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

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

This div border color is #AF80EE.


Opacity

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

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

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

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

This text has shadow with #AF80EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF80EE on black background.


Color preview on white background

This text has color #AF80EE on white background.



Black color preview on #AF80EE background

This text has black color on #AF80EE background.


White color preview on #AF80EE background

This text has white color on #AF80EE background.