COLOR #AA85C2

HEX: #AA85C2 RGB: (170,133,194)

Color info

#AA85C2 contains mainly red and blue colors. Web safe color of #AA85C2 is #9999CC (or #99C).

RGB color model

#AA85C2 color RGB value is (170,133,194).

RGB: (170,133,194) (67%, 52%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 133 of 255 = 52%
B 194 of 255 = 76%

170
133
194

R + G + B ~ 65%. #AA85C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 133 + 194 = 497 (100%)
R 170 of 497 ~ 34.21%
G 133 of 497 ~ 26.76%
B 194 of 497 ~ 39.03'%

%34.21
%26.76
%39.03

CMYK color model

#AA85C2 color CMYK value is (12,31,0,24).

  • cyan value is 12.37%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (12,31,0,24)
C12M31Y0K24 (12%, 31%, 0%, 24%)
(0.12 / 0.31 / 0.00 / 0.24)

CMYK percentages

%12.37
%31.44
%0
%23.92

Codes

Color #AA85C2 in popluar color models

AA 85 C2
RGB 170 133 194
HSL 276° 33.33% 64.12%
HSB/HSV 276° 31.44% 76.08%
CMYK 12.37% 31.44% 0.00%
23.92%

Color #AA85C2 in popluar number systems.

HEX AA 85 C2
Decimal 170 133 194
Binary 10101010 10000101 11000010
Octal 252 205 302

Shades and tints

Shades of #AA85C2

#AA85C2
(170,133,194)
#9B79B1
(155,121,177)
#8C6DA0
(140,109,160)
#7D618F
(125,97,143)
#6E557E
(110,85,126)
#5F496D
(95,73,109)
#503D5C
(80,61,92)
#41314B
(65,49,75)
#32253A
(50,37,58)
#231929
(35,25,41)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #AA85C2

#AA85C2
(170,133,194)
#B190C7
(177,144,199)
#B89BCC
(184,155,204)
#BFA6D1
(191,166,209)
#C6B1D6
(198,177,214)
#CDBCDB
(205,188,219)
#D4C7E0
(212,199,224)
#DBD2E5
(219,210,229)
#E2DDEA
(226,221,234)
#E9E8EF
(233,232,239)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA85C2 color. Also use rgb(170,133,194) instead hex code.

Text Font Color

.myTextColor { color: #AA85C2; }

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

This text font color is #AA85C2.

Background Color

.myBgColor { background-color: #AA85C2; }

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

This div background color is #AA85C2.

Border color

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

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

This div border color is #AA85C2.

Opacity

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

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

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

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

This text has shadow with #AA85C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA85C2.

Preview

Color preview on black background

This text has color #AA85C2 on black background.


Color preview on white background

This text has color #AA85C2 on white background.


Black color preview on #AA85C2 background

This text has black color on #AA85C2 background.


White color preview on #AA85C2 background

This text has white color on #AA85C2 background.


Related colors

Complementary color

Complementary color for #hex is #557A3D.


I love getcolorcode.com

Triadic colors

1 #C2AA85 and #85C2AA with #AA85C2 are triadic colors.

2 #C285AA and #85AAC2 with #AA85C2 are triadic colors.