COLOR #A67BDE

HEX: #A67BDE
RGB: (166,123,222)

Color info

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

RGB color model

#A67BDE color RGB value is (166,123,222).

  • red value is 166;
  • green value is 123;
  • blue value is 222.
RGB:
(166,123,222)
(65%,48%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 222 of 255 = 87%

166
123
222

R + G + B ~ 67%. #A67BDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 123 + 222 = 511 (100%)
R 166 of 511 ~ 32.49%
G 123 of 511 ~ 24.07%
B 222 of 511 ~ 43.44%

%32.49
%24.07
%43.44

CMYK color model

#A67BDE color CMYK value is (25,45,0,13).

  • cyan value is 25.23%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,45,0,13)
C25M45Y0K13 
(25%,45%,0%,13%)
(0.25/0.45/0.00/0.13)	

CMYK percentages

%25.23
%44.59
%0
%12.94

Codes

Color #A67BDE in popluar color models

A67BDE
RGB166123222
HSL266°60.00%67.65%
HSB/HSV266°44.59%87.06%
CMYK25.23%44.59%0.00%
12.94%

Color #A67BDE in popluar number systems.

HEXA67BDE
Decimal166123222
Binary10100110111101111011110
Octal246173336

Shades and tints

Shades of #A67BDE

#A67BDE
(166,123,222)
#9770CA
(151,112,202)
#8865B6
(136,101,182)
#795AA2
(121,90,162)
#6A4F8E
(106,79,142)
#5B447A
(91,68,122)
#4C3966
(76,57,102)
#3D2E52
(61,46,82)
#2E233E
(46,35,62)
#1F182A
(31,24,42)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #A67BDE

#A67BDE
(166,123,222)
#AE87E1
(174,135,225)
#B693E4
(182,147,228)
#BE9FE7
(190,159,231)
#C6ABEA
(198,171,234)
#CEB7ED
(206,183,237)
#D6C3F0
(214,195,240)
#DECFF3
(222,207,243)
#E6DBF6
(230,219,246)
#EEE7F9
(238,231,249)
#F6F3FC
(246,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67BDE color. Also use rgb(166,123,222) instead hex code.

Text Font Color

.myTextColor { color: #A67BDE; }

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

This text font color is #A67BDE.


Background Color

.myBgColor { background-color: #A67BDE; }

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

This div background color is #A67BDE.


Border color

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

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

This div border color is #A67BDE.


Opacity

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

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

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

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

This text has shadow with #A67BDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67BDE on black background.


Color preview on white background

This text has color #A67BDE on white background.



Black color preview on #A67BDE background

This text has black color on #A67BDE background.


White color preview on #A67BDE background

This text has white color on #A67BDE background.