COLOR #A06BD8

HEX: #A06BD8
RGB: (160,107,216)

Color info

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

RGB color model

#A06BD8 color RGB value is (160,107,216).

  • red value is 160;
  • green value is 107;
  • blue value is 216.
RGB:
(160,107,216)
(63%,42%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 216 of 255 = 85%

160
107
216

R + G + B ~ 63%. #A06BD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 107 + 216 = 483 (100%)
R 160 of 483 ~ 33.13%
G 107 of 483 ~ 22.15%
B 216 of 483 ~ 44.72%

%33.13
%22.15
%44.72

CMYK color model

#A06BD8 color CMYK value is (26,50,0,15).

  • cyan value is 25.93%
  • magenta value is 50.46%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(26,50,0,15)
C26M50Y0K15 
(26%,50%,0%,15%)
(0.26/0.50/0.00/0.15)	

CMYK percentages

%25.93
%50.46
%0
%15.29

Codes

Color #A06BD8 in popluar color models

A06BD8
RGB160107216
HSL269°58.29%63.33%
HSB/HSV269°50.46%84.71%
CMYK25.93%50.46%0.00%
15.29%

Color #A06BD8 in popluar number systems.

HEXA06BD8
Decimal160107216
Binary10100000110101111011000
Octal240153330

Shades and tints

Shades of #A06BD8

#A06BD8
(160,107,216)
#9262C5
(146,98,197)
#8459B2
(132,89,178)
#76509F
(118,80,159)
#68478C
(104,71,140)
#5A3E79
(90,62,121)
#4C3566
(76,53,102)
#3E2C53
(62,44,83)
#302340
(48,35,64)
#221A2D
(34,26,45)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #A06BD8

#A06BD8
(160,107,216)
#A878DB
(168,120,219)
#B085DE
(176,133,222)
#B892E1
(184,146,225)
#C09FE4
(192,159,228)
#C8ACE7
(200,172,231)
#D0B9EA
(208,185,234)
#D8C6ED
(216,198,237)
#E0D3F0
(224,211,240)
#E8E0F3
(232,224,243)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06BD8 color. Also use rgb(160,107,216) instead hex code.

Text Font Color

.myTextColor { color: #A06BD8; }

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

This text font color is #A06BD8.


Background Color

.myBgColor { background-color: #A06BD8; }

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

This div background color is #A06BD8.


Border color

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

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

This div border color is #A06BD8.


Opacity

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

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

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

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

This text has shadow with #A06BD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06BD8 on black background.


Color preview on white background

This text has color #A06BD8 on white background.



Black color preview on #A06BD8 background

This text has black color on #A06BD8 background.


White color preview on #A06BD8 background

This text has white color on #A06BD8 background.