COLOR #A68DD4

HEX: #A68DD4
RGB: (166,141,212)

Color info

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

RGB color model

#A68DD4 color RGB value is (166,141,212).

  • red value is 166;
  • green value is 141;
  • blue value is 212.
RGB:
(166,141,212)
(65%,55%,83%)

RGB channels and saturation

R 166 of 255 = 65%
G 141 of 255 = 55%
B 212 of 255 = 83%

166
141
212

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

Portions of RGB colors in percentages

R + G + B =
166 + 141 + 212 = 519 (100%)
R 166 of 519 ~ 31.98%
G 141 of 519 ~ 27.17%
B 212 of 519 ~ 40.85%

%31.98
%27.17
%40.85

CMYK color model

#A68DD4 color CMYK value is (22,33,0,17).

  • cyan value is 21.70%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,33,0,17)
C22M33Y0K17 
(22%,33%,0%,17%)
(0.22/0.33/0.00/0.17)	

CMYK percentages

%21.7
%33.49
%0
%16.86

Codes

Color #A68DD4 in popluar color models

A68DD4
RGB166141212
HSL261°45.22%69.22%
HSB/HSV261°33.49%83.14%
CMYK21.70%33.49%0.00%
16.86%

Color #A68DD4 in popluar number systems.

HEXA68DD4
Decimal166141212
Binary101001101000110111010100
Octal246215324

Shades and tints

Shades of #A68DD4

#A68DD4
(166,141,212)
#9781C1
(151,129,193)
#8875AE
(136,117,174)
#79699B
(121,105,155)
#6A5D88
(106,93,136)
#5B5175
(91,81,117)
#4C4562
(76,69,98)
#3D394F
(61,57,79)
#2E2D3C
(46,45,60)
#1F2129
(31,33,41)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #A68DD4

#A68DD4
(166,141,212)
#AE97D7
(174,151,215)
#B6A1DA
(182,161,218)
#BEABDD
(190,171,221)
#C6B5E0
(198,181,224)
#CEBFE3
(206,191,227)
#D6C9E6
(214,201,230)
#DED3E9
(222,211,233)
#E6DDEC
(230,221,236)
#EEE7EF
(238,231,239)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68DD4 color. Also use rgb(166,141,212) instead hex code.

Text Font Color

.myTextColor { color: #A68DD4; }

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

This text font color is #A68DD4.


Background Color

.myBgColor { background-color: #A68DD4; }

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

This div background color is #A68DD4.


Border color

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

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

This div border color is #A68DD4.


Opacity

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

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

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

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

This text has shadow with #A68DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68DD4 on black background.


Color preview on white background

This text has color #A68DD4 on white background.



Black color preview on #A68DD4 background

This text has black color on #A68DD4 background.


White color preview on #A68DD4 background

This text has white color on #A68DD4 background.