COLOR #A042D5

HEX: #A042D5 RGB: (160,66,213)

Color info

#A042D5 contains mainly red and blue colors. Web safe color of #A042D5 is #9933CC (or #93C).

RGB color model

#A042D5 color RGB value is (160,66,213).

RGB: (160,66,213) (63%, 26%, 84%)

RGB channels and saturation

R 160 of 255 = 63%
G 66 of 255 = 26%
B 213 of 255 = 84%

160
66
213

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

Portions of RGB colors in percentages

R + G + B = 160 + 66 + 213 = 439 (100%)
R 160 of 439 ~ 36.45%
G 66 of 439 ~ 15.03%
B 213 of 439 ~ 48.52'%

%36.45
%15.03
%48.52

CMYK color model

#A042D5 color CMYK value is (25,69,0,16).

  • cyan value is 24.88%
  • magenta value is 69.01%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (25,69,0,16)
C25M69Y0K16 (25%, 69%, 0%, 16%)
(0.25 / 0.69 / 0.00 / 0.16)

CMYK percentages

%24.88
%69.01
%0
%16.47

Codes

Color #A042D5 in popluar color models

A0 42 D5
RGB 160 66 213
HSL 278° 63.64% 54.71%
HSB/HSV 278° 69.01% 83.53%
CMYK 24.88% 69.01% 0.00%
16.47%

Color #A042D5 in popluar number systems.

HEX A0 42 D5
Decimal 160 66 213
Binary 10100000 1000010 11010101
Octal 240 102 325

Shades and tints

Shades of #A042D5

#A042D5
(160,66,213)
#923CC2
(146,60,194)
#8436AF
(132,54,175)
#76309C
(118,48,156)
#682A89
(104,42,137)
#5A2476
(90,36,118)
#4C1E63
(76,30,99)
#3E1850
(62,24,80)
#30123D
(48,18,61)
#220C2A
(34,12,42)
#140617
(20,6,23)
#000000
(0,0,0)

Tints of #A042D5

#A042D5
(160,66,213)
#A853D8
(168,83,216)
#B064DB
(176,100,219)
#B875DE
(184,117,222)
#C086E1
(192,134,225)
#C897E4
(200,151,228)
#D0A8E7
(208,168,231)
#D8B9EA
(216,185,234)
#E0CAED
(224,202,237)
#E8DBF0
(232,219,240)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A042D5 color. Also use rgb(160,66,213) instead hex code.

Text Font Color

.myTextColor { color: #A042D5; }

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

This text font color is #A042D5.

Background Color

.myBgColor { background-color: #A042D5; }

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

This div background color is #A042D5.

Border color

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

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

This div border color is #A042D5.

Opacity

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

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

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

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

This text has shadow with #A042D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A042D5.

Preview

Color preview on black background

This text has color #A042D5 on black background.


Color preview on white background

This text has color #A042D5 on white background.


Black color preview on #A042D5 background

This text has black color on #A042D5 background.


White color preview on #A042D5 background

This text has white color on #A042D5 background.


Related colors

Complementary color

Complementary color for #hex is #5FBD2A.


I love getcolorcode.com

Triadic colors

1 #D5A042 and #42D5A0 with #A042D5 are triadic colors.

2 #D542A0 and #42A0D5 with #A042D5 are triadic colors.