COLOR #A042D7

HEX: #A042D7 RGB: (160,66,215)

Color info

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

RGB color model

#A042D7 color RGB value is (160,66,215).

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

RGB channels and saturation

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

160
66
215

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

Portions of RGB colors in percentages

R + G + B = 160 + 66 + 215 = 441 (100%)
R 160 of 441 ~ 36.28%
G 66 of 441 ~ 14.97%
B 215 of 441 ~ 48.75'%

%36.28
%14.97
%48.75

CMYK color model

#A042D7 color CMYK value is (26,69,0,16).

  • cyan value is 25.58%
  • magenta value is 69.30%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (26,69,0,16)
C26M69Y0K16 (26%, 69%, 0%, 16%)
(0.26 / 0.69 / 0.00 / 0.16)

CMYK percentages

%25.58
%69.3
%0
%15.69

Codes

Color #A042D7 in popluar color models

A0 42 D7
RGB 160 66 215
HSL 278° 65.07% 55.10%
HSB/HSV 278° 69.30% 84.31%
CMYK 25.58% 69.30% 0.00%
15.69%

Color #A042D7 in popluar number systems.

HEX A0 42 D7
Decimal 160 66 215
Binary 10100000 1000010 11010111
Octal 240 102 327

Shades and tints

Shades of #A042D7

#A042D7
(160,66,215)
#923CC4
(146,60,196)
#8436B1
(132,54,177)
#76309E
(118,48,158)
#682A8B
(104,42,139)
#5A2478
(90,36,120)
#4C1E65
(76,30,101)
#3E1852
(62,24,82)
#30123F
(48,18,63)
#220C2C
(34,12,44)
#140619
(20,6,25)
#000000
(0,0,0)

Tints of #A042D7

#A042D7
(160,66,215)
#A853DA
(168,83,218)
#B064DD
(176,100,221)
#B875E0
(184,117,224)
#C086E3
(192,134,227)
#C897E6
(200,151,230)
#D0A8E9
(208,168,233)
#D8B9EC
(216,185,236)
#E0CAEF
(224,202,239)
#E8DBF2
(232,219,242)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A042D7; }

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

This text font color is #A042D7.

Background Color

.myBgColor { background-color: #A042D7; }

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

This div background color is #A042D7.

Border color

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

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

This div border color is #A042D7.

Opacity

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

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

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

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

This text has shadow with #A042D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A042D7.

Preview

Color preview on black background

This text has color #A042D7 on black background.


Color preview on white background

This text has color #A042D7 on white background.


Black color preview on #A042D7 background

This text has black color on #A042D7 background.


White color preview on #A042D7 background

This text has white color on #A042D7 background.


Related colors

Complementary color

Complementary color for #hex is #5FBD28.


I love getcolorcode.com

Triadic colors

1 #D7A042 and #42D7A0 with #A042D7 are triadic colors.

2 #D742A0 and #42A0D7 with #A042D7 are triadic colors.