COLOR #A67DD4

HEX: #A67DD4
RGB: (166,125,212)

Color info

#A67DD4 contains mainly red and blue colors. Web safe color of #A67DD4 is #9966CC (or #96C).

RGB color model

#A67DD4 color RGB value is (166,125,212).

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

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 212 of 255 = 83%

166
125
212

R + G + B ~ 66%. #A67DD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 212 = 503 (100%)
R 166 of 503 ~ 33%
G 125 of 503 ~ 24.85%
B 212 of 503 ~ 42.15%

%33
%24.85
%42.15

CMYK color model

#A67DD4 color CMYK value is (22,41,0,17).

  • cyan value is 21.70%
  • magenta value is 41.04%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,41,0,17)
C22M41Y0K17 
(22%,41%,0%,17%)
(0.22/0.41/0.00/0.17)	

CMYK percentages

%21.7
%41.04
%0
%16.86

Codes

Color #A67DD4 in popluar color models

A67DD4
RGB166125212
HSL268°50.29%66.08%
HSB/HSV268°41.04%83.14%
CMYK21.70%41.04%0.00%
16.86%

Color #A67DD4 in popluar number systems.

HEXA67DD4
Decimal166125212
Binary10100110111110111010100
Octal246175324

Shades and tints

Shades of #A67DD4

#A67DD4
(166,125,212)
#9772C1
(151,114,193)
#8867AE
(136,103,174)
#795C9B
(121,92,155)
#6A5188
(106,81,136)
#5B4675
(91,70,117)
#4C3B62
(76,59,98)
#3D304F
(61,48,79)
#2E253C
(46,37,60)
#1F1A29
(31,26,41)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #A67DD4

#A67DD4
(166,125,212)
#AE88D7
(174,136,215)
#B693DA
(182,147,218)
#BE9EDD
(190,158,221)
#C6A9E0
(198,169,224)
#CEB4E3
(206,180,227)
#D6BFE6
(214,191,230)
#DECAE9
(222,202,233)
#E6D5EC
(230,213,236)
#EEE0EF
(238,224,239)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67DD4; }

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

This text font color is #A67DD4.


Background Color

.myBgColor { background-color: #A67DD4; }

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

This div background color is #A67DD4.


Border color

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

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

This div border color is #A67DD4.


Opacity

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

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

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

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

This text has shadow with #A67DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67DD4 on black background.


Color preview on white background

This text has color #A67DD4 on white background.



Black color preview on #A67DD4 background

This text has black color on #A67DD4 background.


White color preview on #A67DD4 background

This text has white color on #A67DD4 background.