COLOR #A000D9

HEX: #A000D9
RGB: (160,0,217)

Color info

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

RGB color model

#A000D9 color RGB value is (160,0,217).

  • red value is 160;
  • green value is 0;
  • blue value is 217.
RGB:
(160,0,217)
(63%,0%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 0 of 255 = 0%
B 217 of 255 = 85%

160
0
217

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

Portions of RGB colors in percentages

R + G + B =
160 + 0 + 217 = 377 (100%)
R 160 of 377 ~ 42.44%
G 0 of 377 ~ 0%
B 217 of 377 ~ 57.56%

%42.44
%57.56

CMYK color model

#A000D9 color CMYK value is (26,100,0,15).

  • cyan value is 26.27%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(26,100,0,15)
C26M100Y0K15 
(26%,100%,0%,15%)
(0.26/1.00/0.00/0.15)	

CMYK percentages

%26.27
%100
%0
%14.9

Codes

Color #A000D9 in popluar color models

A000D9
RGB1600217
HSL284°100.00%42.55%
HSB/HSV284°100.00%85.10%
CMYK26.27%100.00%0.00%
14.90%

Color #A000D9 in popluar number systems.

HEXA000D9
Decimal1600217
Binary10100000011011001
Octal2400331

Shades and tints

Shades of #A000D9

#A000D9
(160,0,217)
#9200C6
(146,0,198)
#8400B3
(132,0,179)
#7600A0
(118,0,160)
#68008D
(104,0,141)
#5A007A
(90,0,122)
#4C0067
(76,0,103)
#3E0054
(62,0,84)
#300041
(48,0,65)
#22002E
(34,0,46)
#14001B
(20,0,27)
#000000
(0,0,0)

Tints of #A000D9

#A000D9
(160,0,217)
#A817DC
(168,23,220)
#B02EDF
(176,46,223)
#B845E2
(184,69,226)
#C05CE5
(192,92,229)
#C873E8
(200,115,232)
#D08AEB
(208,138,235)
#D8A1EE
(216,161,238)
#E0B8F1
(224,184,241)
#E8CFF4
(232,207,244)
#F0E6F7
(240,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A000D9 color. Also use rgb(160,0,217) instead hex code.

Text Font Color

.myTextColor { color: #A000D9; }

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

This text font color is #A000D9.


Background Color

.myBgColor { background-color: #A000D9; }

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

This div background color is #A000D9.


Border color

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

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

This div border color is #A000D9.


Opacity

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

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

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

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

This text has shadow with #A000D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A000D9 on black background.


Color preview on white background

This text has color #A000D9 on white background.



Black color preview on #A000D9 background

This text has black color on #A000D9 background.


White color preview on #A000D9 background

This text has white color on #A000D9 background.