COLOR #A074D5

HEX: #A074D5
RGB: (160,116,213)

Color info

#A074D5 contains mainly red and blue colors. Web safe color of #A074D5 is #9966CC (or #96C).

RGB color model

#A074D5 color RGB value is (160,116,213).

  • red value is 160;
  • green value is 116;
  • blue value is 213.
RGB:
(160,116,213)
(63%,45%,84%)

RGB channels and saturation

R 160 of 255 = 63%
G 116 of 255 = 45%
B 213 of 255 = 84%

160
116
213

R + G + B ~ 64%. #A074D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 116 + 213 = 489 (100%)
R 160 of 489 ~ 32.72%
G 116 of 489 ~ 23.72%
B 213 of 489 ~ 43.56%

%32.72
%23.72
%43.56

CMYK color model

#A074D5 color CMYK value is (25,46,0,16).

  • cyan value is 24.88%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(25,46,0,16)
C25M46Y0K16 
(25%,46%,0%,16%)
(0.25/0.46/0.00/0.16)	

CMYK percentages

%24.88
%45.54
%0
%16.47

Codes

Color #A074D5 in popluar color models

A074D5
RGB160116213
HSL267°53.59%64.51%
HSB/HSV267°45.54%83.53%
CMYK24.88%45.54%0.00%
16.47%

Color #A074D5 in popluar number systems.

HEXA074D5
Decimal160116213
Binary10100000111010011010101
Octal240164325

Shades and tints

Shades of #A074D5

#A074D5
(160,116,213)
#926AC2
(146,106,194)
#8460AF
(132,96,175)
#76569C
(118,86,156)
#684C89
(104,76,137)
#5A4276
(90,66,118)
#4C3863
(76,56,99)
#3E2E50
(62,46,80)
#30243D
(48,36,61)
#221A2A
(34,26,42)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #A074D5

#A074D5
(160,116,213)
#A880D8
(168,128,216)
#B08CDB
(176,140,219)
#B898DE
(184,152,222)
#C0A4E1
(192,164,225)
#C8B0E4
(200,176,228)
#D0BCE7
(208,188,231)
#D8C8EA
(216,200,234)
#E0D4ED
(224,212,237)
#E8E0F0
(232,224,240)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A074D5; }

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

This text font color is #A074D5.


Background Color

.myBgColor { background-color: #A074D5; }

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

This div background color is #A074D5.


Border color

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

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

This div border color is #A074D5.


Opacity

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

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

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

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

This text has shadow with #A074D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A074D5 on black background.


Color preview on white background

This text has color #A074D5 on white background.



Black color preview on #A074D5 background

This text has black color on #A074D5 background.


White color preview on #A074D5 background

This text has white color on #A074D5 background.