COLOR #AA0068

HEX: #AA0068 RGB: (170,0,104)

Color info

#AA0068 contains mainly red color. Web safe color of #AA0068 is #990066 (or #906).

RGB color model

#AA0068 color RGB value is (170,0,104).

RGB: (170,0,104) (67%, 0%, 41%)

RGB channels and saturation

R 170 of 255 = 67%
G 0 of 255 = 0%
B 104 of 255 = 41%

170
0
104

R + G + B ~ 36%. #AA0068 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 170 + 0 + 104 = 274 (100%)
R 170 of 274 ~ 62.04%
G 0 of 274 ~ 0%
B 104 of 274 ~ 37.96'%

%62.04
%37.96

CMYK color model

#AA0068 color CMYK value is (0,100,39,33).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 38.82%
  • key color value is 33.33%

CMYK: (0,100,39,33)
C0M100Y39K33 (0%, 100%, 39%, 33%)
(0.00 / 1.00 / 0.39 / 0.33)

CMYK percentages

%0
%100
%38.82
%33.33

Codes

Color #AA0068 in popluar color models

AA 00 68
RGB 170 0 104
HSL 323° 100.00% 33.33%
HSB/HSV 323° 100.00% 66.67%
CMYK 0.00% 100.00% 38.82%
33.33%

Color #AA0068 in popluar number systems.

HEX AA 00 68
Decimal 170 0 104
Binary 10101010 0 1101000
Octal 252 0 150

Shades and tints

Shades of #AA0068

#AA0068
(170,0,104)
#9B005F
(155,0,95)
#8C0056
(140,0,86)
#7D004D
(125,0,77)
#6E0044
(110,0,68)
#5F003B
(95,0,59)
#500032
(80,0,50)
#410029
(65,0,41)
#320020
(50,0,32)
#230017
(35,0,23)
#14000E
(20,0,14)
#000000
(0,0,0)

Tints of #AA0068

#AA0068
(170,0,104)
#B11775
(177,23,117)
#B82E82
(184,46,130)
#BF458F
(191,69,143)
#C65C9C
(198,92,156)
#CD73A9
(205,115,169)
#D48AB6
(212,138,182)
#DBA1C3
(219,161,195)
#E2B8D0
(226,184,208)
#E9CFDD
(233,207,221)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA0068 color. Also use rgb(170,0,104) instead hex code.

Text Font Color

.myTextColor { color: #AA0068; }

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

This text font color is #AA0068.

Background Color

.myBgColor { background-color: #AA0068; }

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

This div background color is #AA0068.

Border color

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

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

This div border color is #AA0068.

Opacity

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

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

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

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

This text has shadow with #AA0068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA0068.

Preview

Color preview on black background

This text has color #AA0068 on black background.


Color preview on white background

This text has color #AA0068 on white background.


Black color preview on #AA0068 background

This text has black color on #AA0068 background.


White color preview on #AA0068 background

This text has white color on #AA0068 background.


Related colors

Complementary color

Complementary color for #hex is #55FF97.


I love getcolorcode.com

Triadic colors

1 #68AA00 and #0068AA with #AA0068 are triadic colors.

2 #6800AA and #00AA68 with #AA0068 are triadic colors.