COLOR #A867BE

HEX: #A867BE
RGB: (168,103,190)

Color info

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

RGB color model

#A867BE color RGB value is (168,103,190).

  • red value is 168;
  • green value is 103;
  • blue value is 190.
RGB:
(168,103,190)
(66%,40%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 103 of 255 = 40%
B 190 of 255 = 75%

168
103
190

R + G + B ~ 60%. #A867BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 103 + 190 = 461 (100%)
R 168 of 461 ~ 36.44%
G 103 of 461 ~ 22.34%
B 190 of 461 ~ 41.21%

%36.44
%22.34
%41.21

CMYK color model

#A867BE color CMYK value is (12,46,0,25).

  • cyan value is 11.58%
  • magenta value is 45.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,46,0,25)
C12M46Y0K25 
(12%,46%,0%,25%)
(0.12/0.46/0.00/0.25)	

CMYK percentages

%11.58
%45.79
%0
%25.49

Codes

Color #A867BE in popluar color models

A867BE
RGB168103190
HSL285°40.09%57.45%
HSB/HSV285°45.79%74.51%
CMYK11.58%45.79%0.00%
25.49%

Color #A867BE in popluar number systems.

HEXA867BE
Decimal168103190
Binary10101000110011110111110
Octal250147276

Shades and tints

Shades of #A867BE

#A867BE
(168,103,190)
#995EAD
(153,94,173)
#8A559C
(138,85,156)
#7B4C8B
(123,76,139)
#6C437A
(108,67,122)
#5D3A69
(93,58,105)
#4E3158
(78,49,88)
#3F2847
(63,40,71)
#301F36
(48,31,54)
#211625
(33,22,37)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #A867BE

#A867BE
(168,103,190)
#AF74C3
(175,116,195)
#B681C8
(182,129,200)
#BD8ECD
(189,142,205)
#C49BD2
(196,155,210)
#CBA8D7
(203,168,215)
#D2B5DC
(210,181,220)
#D9C2E1
(217,194,225)
#E0CFE6
(224,207,230)
#E7DCEB
(231,220,235)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A867BE color. Also use rgb(168,103,190) instead hex code.

Text Font Color

.myTextColor { color: #A867BE; }

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

This text font color is #A867BE.


Background Color

.myBgColor { background-color: #A867BE; }

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

This div background color is #A867BE.


Border color

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

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

This div border color is #A867BE.


Opacity

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

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

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

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

This text has shadow with #A867BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A867BE on black background.


Color preview on white background

This text has color #A867BE on white background.



Black color preview on #A867BE background

This text has black color on #A867BE background.


White color preview on #A867BE background

This text has white color on #A867BE background.