COLOR #A67DCD

HEX: #A67DCD RGB: (166,125,205)

Color info

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

RGB color model

#A67DCD color RGB value is (166,125,205).

RGB: (166,125,205) (65%, 49%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 205 of 255 = 80%

166
125
205

R + G + B ~ 65%. #A67DCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 125 + 205 = 496 (100%)
R 166 of 496 ~ 33.47%
G 125 of 496 ~ 25.2%
B 205 of 496 ~ 41.33'%

%33.47
%25.2
%41.33

CMYK color model

#A67DCD color CMYK value is (19,39,0,20).

  • cyan value is 19.02%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (19,39,0,20)
C19M39Y0K20 (19%, 39%, 0%, 20%)
(0.19 / 0.39 / 0.00 / 0.20)

CMYK percentages

%19.02
%39.02
%0
%19.61

Codes

Color #A67DCD in popluar color models

A6 7D CD
RGB 166 125 205
HSL 271° 44.44% 64.71%
HSB/HSV 271° 39.02% 80.39%
CMYK 19.02% 39.02% 0.00%
19.61%

Color #A67DCD in popluar number systems.

HEX A6 7D CD
Decimal 166 125 205
Binary 10100110 1111101 11001101
Octal 246 175 315

Shades and tints

Shades of #A67DCD

#A67DCD
(166,125,205)
#9772BB
(151,114,187)
#8867A9
(136,103,169)
#795C97
(121,92,151)
#6A5185
(106,81,133)
#5B4673
(91,70,115)
#4C3B61
(76,59,97)
#3D304F
(61,48,79)
#2E253D
(46,37,61)
#1F1A2B
(31,26,43)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #A67DCD

#A67DCD
(166,125,205)
#AE88D1
(174,136,209)
#B693D5
(182,147,213)
#BE9ED9
(190,158,217)
#C6A9DD
(198,169,221)
#CEB4E1
(206,180,225)
#D6BFE5
(214,191,229)
#DECAE9
(222,202,233)
#E6D5ED
(230,213,237)
#EEE0F1
(238,224,241)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67DCD; }

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

This text font color is #A67DCD.

Background Color

.myBgColor { background-color: #A67DCD; }

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

This div background color is #A67DCD.

Border color

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

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

This div border color is #A67DCD.

Opacity

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

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

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

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

This text has shadow with #A67DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67DCD.

Preview

Color preview on black background

This text has color #A67DCD on black background.


Color preview on white background

This text has color #A67DCD on white background.


Black color preview on #A67DCD background

This text has black color on #A67DCD background.


White color preview on #A67DCD background

This text has white color on #A67DCD background.


Related colors

Complementary color

Complementary color for #hex is #598232.


I love getcolorcode.com

Triadic colors

1 #CDA67D and #7DCDA6 with #A67DCD are triadic colors.

2 #CD7DA6 and #7DA6CD with #A67DCD are triadic colors.