COLOR #AF88DC

HEX: #AF88DC
RGB: (175,136,220)

Color info

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

RGB color model

#AF88DC color RGB value is (175,136,220).

  • red value is 175;
  • green value is 136;
  • blue value is 220.
RGB:
(175,136,220)
(69%,53%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 220 of 255 = 86%

175
136
220

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

Portions of RGB colors in percentages

R + G + B =
175 + 136 + 220 = 531 (100%)
R 175 of 531 ~ 32.96%
G 136 of 531 ~ 25.61%
B 220 of 531 ~ 41.43%

%32.96
%25.61
%41.43

CMYK color model

#AF88DC color CMYK value is (20,38,0,14).

  • cyan value is 20.45%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,38,0,14)
C20M38Y0K14 
(20%,38%,0%,14%)
(0.20/0.38/0.00/0.14)	

CMYK percentages

%20.45
%38.18
%0
%13.73

Codes

Color #AF88DC in popluar color models

AF88DC
RGB175136220
HSL268°54.55%69.80%
HSB/HSV268°38.18%86.27%
CMYK20.45%38.18%0.00%
13.73%

Color #AF88DC in popluar number systems.

HEXAF88DC
Decimal175136220
Binary101011111000100011011100
Octal257210334

Shades and tints

Shades of #AF88DC

#AF88DC
(175,136,220)
#A07CC8
(160,124,200)
#9170B4
(145,112,180)
#8264A0
(130,100,160)
#73588C
(115,88,140)
#644C78
(100,76,120)
#554064
(85,64,100)
#463450
(70,52,80)
#37283C
(55,40,60)
#281C28
(40,28,40)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AF88DC

#AF88DC
(175,136,220)
#B692DF
(182,146,223)
#BD9CE2
(189,156,226)
#C4A6E5
(196,166,229)
#CBB0E8
(203,176,232)
#D2BAEB
(210,186,235)
#D9C4EE
(217,196,238)
#E0CEF1
(224,206,241)
#E7D8F4
(231,216,244)
#EEE2F7
(238,226,247)
#F5ECFA
(245,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF88DC color. Also use rgb(175,136,220) instead hex code.

Text Font Color

.myTextColor { color: #AF88DC; }

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

This text font color is #AF88DC.


Background Color

.myBgColor { background-color: #AF88DC; }

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

This div background color is #AF88DC.


Border color

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

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

This div border color is #AF88DC.


Opacity

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

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

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

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

This text has shadow with #AF88DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF88DC on black background.


Color preview on white background

This text has color #AF88DC on white background.



Black color preview on #AF88DC background

This text has black color on #AF88DC background.


White color preview on #AF88DC background

This text has white color on #AF88DC background.