COLOR #AA65CC

HEX: #AA65CC
RGB: (170,101,204)

Color info

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

RGB color model

#AA65CC color RGB value is (170,101,204).

  • red value is 170;
  • green value is 101;
  • blue value is 204.
RGB:
(170,101,204)
(67%,40%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 204 of 255 = 80%

170
101
204

R + G + B ~ 62%. #AA65CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 101 + 204 = 475 (100%)
R 170 of 475 ~ 35.79%
G 101 of 475 ~ 21.26%
B 204 of 475 ~ 42.95%

%35.79
%21.26
%42.95

CMYK color model

#AA65CC color CMYK value is (17,50,0,20).

  • cyan value is 16.67%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,50,0,20)
C17M50Y0K20 
(17%,50%,0%,20%)
(0.17/0.50/0.00/0.20)	

CMYK percentages

%16.67
%50.49
%0
%20

Codes

Color #AA65CC in popluar color models

AA65CC
RGB170101204
HSL280°50.24%59.80%
HSB/HSV280°50.49%80.00%
CMYK16.67%50.49%0.00%
20.00%

Color #AA65CC in popluar number systems.

HEXAA65CC
Decimal170101204
Binary10101010110010111001100
Octal252145314

Shades and tints

Shades of #AA65CC

#AA65CC
(170,101,204)
#9B5CBA
(155,92,186)
#8C53A8
(140,83,168)
#7D4A96
(125,74,150)
#6E4184
(110,65,132)
#5F3872
(95,56,114)
#502F60
(80,47,96)
#41264E
(65,38,78)
#321D3C
(50,29,60)
#23142A
(35,20,42)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #AA65CC

#AA65CC
(170,101,204)
#B173D0
(177,115,208)
#B881D4
(184,129,212)
#BF8FD8
(191,143,216)
#C69DDC
(198,157,220)
#CDABE0
(205,171,224)
#D4B9E4
(212,185,228)
#DBC7E8
(219,199,232)
#E2D5EC
(226,213,236)
#E9E3F0
(233,227,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA65CC color. Also use rgb(170,101,204) instead hex code.

Text Font Color

.myTextColor { color: #AA65CC; }

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

This text font color is #AA65CC.


Background Color

.myBgColor { background-color: #AA65CC; }

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

This div background color is #AA65CC.


Border color

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

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

This div border color is #AA65CC.


Opacity

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

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

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

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

This text has shadow with #AA65CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA65CC on black background.


Color preview on white background

This text has color #AA65CC on white background.



Black color preview on #AA65CC background

This text has black color on #AA65CC background.


White color preview on #AA65CC background

This text has white color on #AA65CC background.