COLOR #AD04D3

HEX: #AD04D3
RGB: (173,4,211)

Color info

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

RGB color model

#AD04D3 color RGB value is (173,4,211).

  • red value is 173;
  • green value is 4;
  • blue value is 211.
RGB:
(173,4,211)
(68%,2%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 4 of 255 = 2%
B 211 of 255 = 83%

173
4
211

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

Portions of RGB colors in percentages

R + G + B =
173 + 4 + 211 = 388 (100%)
R 173 of 388 ~ 44.59%
G 4 of 388 ~ 1.03%
B 211 of 388 ~ 54.38%

%44.59
%54.38

CMYK color model

#AD04D3 color CMYK value is (18,98,0,17).

  • cyan value is 18.01%
  • magenta value is 98.10%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(18,98,0,17)
C18M98Y0K17 
(18%,98%,0%,17%)
(0.18/0.98/0.00/0.17)	

CMYK percentages

%18.01
%98.1
%0
%17.25

Codes

Color #AD04D3 in popluar color models

AD04D3
RGB1734211
HSL289°96.28%42.16%
HSB/HSV289°98.10%82.75%
CMYK18.01%98.10%0.00%
17.25%

Color #AD04D3 in popluar number systems.

HEXAD04D3
Decimal1734211
Binary1010110110011010011
Octal2554323

Shades and tints

Shades of #AD04D3

#AD04D3
(173,4,211)
#9E04C0
(158,4,192)
#8F04AD
(143,4,173)
#80049A
(128,4,154)
#710487
(113,4,135)
#620474
(98,4,116)
#530461
(83,4,97)
#44044E
(68,4,78)
#35043B
(53,4,59)
#260428
(38,4,40)
#170415
(23,4,21)
#000000
(0,0,0)

Tints of #AD04D3

#AD04D3
(173,4,211)
#B41AD7
(180,26,215)
#BB30DB
(187,48,219)
#C246DF
(194,70,223)
#C95CE3
(201,92,227)
#D072E7
(208,114,231)
#D788EB
(215,136,235)
#DE9EEF
(222,158,239)
#E5B4F3
(229,180,243)
#ECCAF7
(236,202,247)
#F3E0FB
(243,224,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD04D3 color. Also use rgb(173,4,211) instead hex code.

Text Font Color

.myTextColor { color: #AD04D3; }

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

This text font color is #AD04D3.


Background Color

.myBgColor { background-color: #AD04D3; }

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

This div background color is #AD04D3.


Border color

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

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

This div border color is #AD04D3.


Opacity

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

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

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

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

This text has shadow with #AD04D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD04D3 on black background.


Color preview on white background

This text has color #AD04D3 on white background.



Black color preview on #AD04D3 background

This text has black color on #AD04D3 background.


White color preview on #AD04D3 background

This text has white color on #AD04D3 background.