COLOR #AA74CD

HEX: #AA74CD
RGB: (170,116,205)

Color info

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

RGB color model

#AA74CD color RGB value is (170,116,205).

  • red value is 170;
  • green value is 116;
  • blue value is 205.
RGB:
(170,116,205)
(67%,45%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 116 of 255 = 45%
B 205 of 255 = 80%

170
116
205

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

Portions of RGB colors in percentages

R + G + B =
170 + 116 + 205 = 491 (100%)
R 170 of 491 ~ 34.62%
G 116 of 491 ~ 23.63%
B 205 of 491 ~ 41.75%

%34.62
%23.63
%41.75

CMYK color model

#AA74CD color CMYK value is (17,43,0,20).

  • cyan value is 17.07%
  • magenta value is 43.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,43,0,20)
C17M43Y0K20 
(17%,43%,0%,20%)
(0.17/0.43/0.00/0.20)	

CMYK percentages

%17.07
%43.41
%0
%19.61

Codes

Color #AA74CD in popluar color models

AA74CD
RGB170116205
HSL276°47.09%62.94%
HSB/HSV276°43.41%80.39%
CMYK17.07%43.41%0.00%
19.61%

Color #AA74CD in popluar number systems.

HEXAA74CD
Decimal170116205
Binary10101010111010011001101
Octal252164315

Shades and tints

Shades of #AA74CD

#AA74CD
(170,116,205)
#9B6ABB
(155,106,187)
#8C60A9
(140,96,169)
#7D5697
(125,86,151)
#6E4C85
(110,76,133)
#5F4273
(95,66,115)
#503861
(80,56,97)
#412E4F
(65,46,79)
#32243D
(50,36,61)
#231A2B
(35,26,43)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #AA74CD

#AA74CD
(170,116,205)
#B180D1
(177,128,209)
#B88CD5
(184,140,213)
#BF98D9
(191,152,217)
#C6A4DD
(198,164,221)
#CDB0E1
(205,176,225)
#D4BCE5
(212,188,229)
#DBC8E9
(219,200,233)
#E2D4ED
(226,212,237)
#E9E0F1
(233,224,241)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA74CD color. Also use rgb(170,116,205) instead hex code.

Text Font Color

.myTextColor { color: #AA74CD; }

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

This text font color is #AA74CD.


Background Color

.myBgColor { background-color: #AA74CD; }

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

This div background color is #AA74CD.


Border color

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

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

This div border color is #AA74CD.


Opacity

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

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

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

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

This text has shadow with #AA74CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA74CD on black background.


Color preview on white background

This text has color #AA74CD on white background.



Black color preview on #AA74CD background

This text has black color on #AA74CD background.


White color preview on #AA74CD background

This text has white color on #AA74CD background.