COLOR #A014D0

HEX: #A014D0
RGB: (160,20,208)

Color info

#A014D0 contains mainly red and blue colors. Web safe color of #A014D0 is #9900CC (or #90C).

RGB color model

#A014D0 color RGB value is (160,20,208).

  • red value is 160;
  • green value is 20;
  • blue value is 208.
RGB:
(160,20,208)
(63%,8%,82%)

RGB channels and saturation

R 160 of 255 = 63%
G 20 of 255 = 8%
B 208 of 255 = 82%

160
20
208

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

Portions of RGB colors in percentages

R + G + B =
160 + 20 + 208 = 388 (100%)
R 160 of 388 ~ 41.24%
G 20 of 388 ~ 5.15%
B 208 of 388 ~ 53.61%

%41.24
%53.61

CMYK color model

#A014D0 color CMYK value is (23,90,0,18).

  • cyan value is 23.08%
  • magenta value is 90.38%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(23,90,0,18)
C23M90Y0K18 
(23%,90%,0%,18%)
(0.23/0.90/0.00/0.18)	

CMYK percentages

%23.08
%90.38
%0
%18.43

Codes

Color #A014D0 in popluar color models

A014D0
RGB16020208
HSL285°82.46%44.71%
HSB/HSV285°90.38%81.57%
CMYK23.08%90.38%0.00%
18.43%

Color #A014D0 in popluar number systems.

HEXA014D0
Decimal16020208
Binary101000001010011010000
Octal24024320

Shades and tints

Shades of #A014D0

#A014D0
(160,20,208)
#9213BE
(146,19,190)
#8412AC
(132,18,172)
#76119A
(118,17,154)
#681088
(104,16,136)
#5A0F76
(90,15,118)
#4C0E64
(76,14,100)
#3E0D52
(62,13,82)
#300C40
(48,12,64)
#220B2E
(34,11,46)
#140A1C
(20,10,28)
#000000
(0,0,0)

Tints of #A014D0

#A014D0
(160,20,208)
#A829D4
(168,41,212)
#B03ED8
(176,62,216)
#B853DC
(184,83,220)
#C068E0
(192,104,224)
#C87DE4
(200,125,228)
#D092E8
(208,146,232)
#D8A7EC
(216,167,236)
#E0BCF0
(224,188,240)
#E8D1F4
(232,209,244)
#F0E6F8
(240,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A014D0 color. Also use rgb(160,20,208) instead hex code.

Text Font Color

.myTextColor { color: #A014D0; }

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

This text font color is #A014D0.


Background Color

.myBgColor { background-color: #A014D0; }

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

This div background color is #A014D0.


Border color

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

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

This div border color is #A014D0.


Opacity

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

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

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

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

This text has shadow with #A014D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A014D0 on black background.


Color preview on white background

This text has color #A014D0 on white background.



Black color preview on #A014D0 background

This text has black color on #A014D0 background.


White color preview on #A014D0 background

This text has white color on #A014D0 background.