COLOR #A06DFD

HEX: #A06DFD
RGB: (160,109,253)

Color info

#A06DFD contains mainly blue color. Web safe color of #A06DFD is #9966FF (or #96F).

RGB color model

#A06DFD color RGB value is (160,109,253).

  • red value is 160;
  • green value is 109;
  • blue value is 253.
RGB:
(160,109,253)
(63%,43%,99%)

RGB channels and saturation

R 160 of 255 = 63%
G 109 of 255 = 43%
B 253 of 255 = 99%

160
109
253

R + G + B ~ 68%. #A06DFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 109 + 253 = 522 (100%)
R 160 of 522 ~ 30.65%
G 109 of 522 ~ 20.88%
B 253 of 522 ~ 48.47%

%30.65
%20.88
%48.47

CMYK color model

#A06DFD color CMYK value is (37,57,0,1).

  • cyan value is 36.76%
  • magenta value is 56.92%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(37,57,0,1)
C37M57Y0K1 
(37%,57%,0%,1%)
(0.37/0.57/0.00/0.01)	

CMYK percentages

%36.76
%56.92
%0
%0.78

Codes

Color #A06DFD in popluar color models

A06DFD
RGB160109253
HSL261°97.30%70.98%
HSB/HSV261°56.92%99.22%
CMYK36.76%56.92%0.00%
0.78%

Color #A06DFD in popluar number systems.

HEXA06DFD
Decimal160109253
Binary10100000110110111111101
Octal240155375

Shades and tints

Shades of #A06DFD

#A06DFD
(160,109,253)
#9264E6
(146,100,230)
#845BCF
(132,91,207)
#7652B8
(118,82,184)
#6849A1
(104,73,161)
#5A408A
(90,64,138)
#4C3773
(76,55,115)
#3E2E5C
(62,46,92)
#302545
(48,37,69)
#221C2E
(34,28,46)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #A06DFD

#A06DFD
(160,109,253)
#A87AFD
(168,122,253)
#B087FD
(176,135,253)
#B894FD
(184,148,253)
#C0A1FD
(192,161,253)
#C8AEFD
(200,174,253)
#D0BBFD
(208,187,253)
#D8C8FD
(216,200,253)
#E0D5FD
(224,213,253)
#E8E2FD
(232,226,253)
#F0EFFD
(240,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06DFD color. Also use rgb(160,109,253) instead hex code.

Text Font Color

.myTextColor { color: #A06DFD; }

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

This text font color is #A06DFD.


Background Color

.myBgColor { background-color: #A06DFD; }

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

This div background color is #A06DFD.


Border color

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

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

This div border color is #A06DFD.


Opacity

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

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

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

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

This text has shadow with #A06DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06DFD on black background.


Color preview on white background

This text has color #A06DFD on white background.



Black color preview on #A06DFD background

This text has black color on #A06DFD background.


White color preview on #A06DFD background

This text has white color on #A06DFD background.