COLOR #A88FD0

HEX: #A88FD0
RGB: (168,143,208)

Color info

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

RGB color model

#A88FD0 color RGB value is (168,143,208).

  • red value is 168;
  • green value is 143;
  • blue value is 208.
RGB:
(168,143,208)
(66%,56%,82%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 208 of 255 = 82%

168
143
208

R + G + B ~ 68%. #A88FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 208 = 519 (100%)
R 168 of 519 ~ 32.37%
G 143 of 519 ~ 27.55%
B 208 of 519 ~ 40.08%

%32.37
%27.55
%40.08

CMYK color model

#A88FD0 color CMYK value is (19,31,0,18).

  • cyan value is 19.23%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(19,31,0,18)
C19M31Y0K18 
(19%,31%,0%,18%)
(0.19/0.31/0.00/0.18)	

CMYK percentages

%19.23
%31.25
%0
%18.43

Codes

Color #A88FD0 in popluar color models

A88FD0
RGB168143208
HSL263°40.88%68.82%
HSB/HSV263°31.25%81.57%
CMYK19.23%31.25%0.00%
18.43%

Color #A88FD0 in popluar number systems.

HEXA88FD0
Decimal168143208
Binary101010001000111111010000
Octal250217320

Shades and tints

Shades of #A88FD0

#A88FD0
(168,143,208)
#9982BE
(153,130,190)
#8A75AC
(138,117,172)
#7B689A
(123,104,154)
#6C5B88
(108,91,136)
#5D4E76
(93,78,118)
#4E4164
(78,65,100)
#3F3452
(63,52,82)
#302740
(48,39,64)
#211A2E
(33,26,46)
#120D1C
(18,13,28)
#000000
(0,0,0)

Tints of #A88FD0

#A88FD0
(168,143,208)
#AF99D4
(175,153,212)
#B6A3D8
(182,163,216)
#BDADDC
(189,173,220)
#C4B7E0
(196,183,224)
#CBC1E4
(203,193,228)
#D2CBE8
(210,203,232)
#D9D5EC
(217,213,236)
#E0DFF0
(224,223,240)
#E7E9F4
(231,233,244)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88FD0 color. Also use rgb(168,143,208) instead hex code.

Text Font Color

.myTextColor { color: #A88FD0; }

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

This text font color is #A88FD0.


Background Color

.myBgColor { background-color: #A88FD0; }

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

This div background color is #A88FD0.


Border color

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

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

This div border color is #A88FD0.


Opacity

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

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

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

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

This text has shadow with #A88FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88FD0 on black background.


Color preview on white background

This text has color #A88FD0 on white background.



Black color preview on #A88FD0 background

This text has black color on #A88FD0 background.


White color preview on #A88FD0 background

This text has white color on #A88FD0 background.