COLOR #AA18CD

HEX: #AA18CD RGB: (170,24,205)

Color info

#AA18CD contains mainly red and blue colors. Web safe color of #AA18CD is #9900CC (or #90C).

RGB color model

#AA18CD color RGB value is (170,24,205).

RGB: (170,24,205) (67%, 9%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 24 of 255 = 9%
B 205 of 255 = 80%

170
24
205

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

Portions of RGB colors in percentages

R + G + B = 170 + 24 + 205 = 399 (100%)
R 170 of 399 ~ 42.61%
G 24 of 399 ~ 6.02%
B 205 of 399 ~ 51.38'%

%42.61
%51.38

CMYK color model

#AA18CD color CMYK value is (17,88,0,20).

  • cyan value is 17.07%
  • magenta value is 88.29%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (17,88,0,20)
C17M88Y0K20 (17%, 88%, 0%, 20%)
(0.17 / 0.88 / 0.00 / 0.20)

CMYK percentages

%17.07
%88.29
%0
%19.61

Codes

Color #AA18CD in popluar color models

AA 18 CD
RGB 170 24 205
HSL 288° 79.04% 44.90%
HSB/HSV 288° 88.29% 80.39%
CMYK 17.07% 88.29% 0.00%
19.61%

Color #AA18CD in popluar number systems.

HEX AA 18 CD
Decimal 170 24 205
Binary 10101010 11000 11001101
Octal 252 30 315

Shades and tints

Shades of #AA18CD

#AA18CD
(170,24,205)
#9B16BB
(155,22,187)
#8C14A9
(140,20,169)
#7D1297
(125,18,151)
#6E1085
(110,16,133)
#5F0E73
(95,14,115)
#500C61
(80,12,97)
#410A4F
(65,10,79)
#32083D
(50,8,61)
#23062B
(35,6,43)
#140419
(20,4,25)
#000000
(0,0,0)

Tints of #AA18CD

#AA18CD
(170,24,205)
#B12DD1
(177,45,209)
#B842D5
(184,66,213)
#BF57D9
(191,87,217)
#C66CDD
(198,108,221)
#CD81E1
(205,129,225)
#D496E5
(212,150,229)
#DBABE9
(219,171,233)
#E2C0ED
(226,192,237)
#E9D5F1
(233,213,241)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA18CD; }

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

This text font color is #AA18CD.

Background Color

.myBgColor { background-color: #AA18CD; }

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

This div background color is #AA18CD.

Border color

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

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

This div border color is #AA18CD.

Opacity

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

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

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

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

This text has shadow with #AA18CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA18CD.

Preview

Color preview on black background

This text has color #AA18CD on black background.


Color preview on white background

This text has color #AA18CD on white background.


Black color preview on #AA18CD background

This text has black color on #AA18CD background.


White color preview on #AA18CD background

This text has white color on #AA18CD background.


Related colors

Complementary color

Complementary color for #hex is #55E732.


I love getcolorcode.com

Triadic colors

1 #CDAA18 and #18CDAA with #AA18CD are triadic colors.

2 #CD18AA and #18AACD with #AA18CD are triadic colors.