COLOR #A542AD

HEX: #A542AD RGB: (165,66,173)

Color info

#A542AD contains mainly red and blue colors. Web safe color of #A542AD is #993399 (or #939).

RGB color model

#A542AD color RGB value is (165,66,173).

RGB: (165,66,173) (65%, 26%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 66 of 255 = 26%
B 173 of 255 = 68%

165
66
173

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

Portions of RGB colors in percentages

R + G + B = 165 + 66 + 173 = 404 (100%)
R 165 of 404 ~ 40.84%
G 66 of 404 ~ 16.34%
B 173 of 404 ~ 42.82'%

%40.84
%16.34
%42.82

CMYK color model

#A542AD color CMYK value is (5,62,0,32).

  • cyan value is 4.62%
  • magenta value is 61.85%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (5,62,0,32) C5M62Y0K32 (5%,62%,0%,32%) (0.05/0.62/0.00/0.32) 

CMYK percentages

%4.62
%61.85
%0
%32.16

Codes

Color #A542AD in popluar color models

A5 42 AD
RGB 165 66 173
HSL 296° 44.77% 46.86%
HSB/HSV 296° 61.85% 67.84%
CMYK 4.62% 61.85% 0.00%
32.16%

Color #A542AD in popluar number systems.

HEX A5 42 AD
Decimal 165 66 173
Binary 10100101 1000010 10101101
Octal 245 102 255

Shades and tints

Shades of #A542AD

#A542AD
(165,66,173)
#963C9E
(150,60,158)
#87368F
(135,54,143)
#783080
(120,48,128)
#692A71
(105,42,113)
#5A2462
(90,36,98)
#4B1E53
(75,30,83)
#3C1844
(60,24,68)
#2D1235
(45,18,53)
#1E0C26
(30,12,38)
#0F0617
(15,6,23)
#000000
(0,0,0)

Tints of #A542AD

#A542AD
(165,66,173)
#AD53B4
(173,83,180)
#B564BB
(181,100,187)
#BD75C2
(189,117,194)
#C586C9
(197,134,201)
#CD97D0
(205,151,208)
#D5A8D7
(213,168,215)
#DDB9DE
(221,185,222)
#E5CAE5
(229,202,229)
#EDDBEC
(237,219,236)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A542AD color. Also use rgb(165,66,173) instead hex code.

Text Font Color

.myTextColor { color: #A542AD; }

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

This text font color is #A542AD.

Background Color

.myBgColor { background-color: #A542AD; }

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

This div background color is #A542AD.

Border color

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

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

This div border color is #A542AD.

Opacity

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

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

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

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

This text has shadow with #A542AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A542AD.

Preview

Color preview on black background

This text has color #A542AD on black background.


Color preview on white background

This text has color #A542AD on white background.


Black color preview on #A542AD background

This text has black color on #A542AD background.


White color preview on #A542AD background

This text has white color on #A542AD background.


Related colors

Complementary color

Complementary color for #hex is #5ABD52.


I love getcolorcode.com

Triadic colors

1 #ADA542 and #42ADA5 with #A542AD are triadic colors.

2 #AD42A5 and #42A5AD with #A542AD are triadic colors.