#AA66CC

Color #AA66CC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AA66CC

Tints of Amethyst #AA66CC

Color information

#AA66CC (or 0xAA66CC) is unknown color: approx Amethyst. HEX triplet: AA, 66 and CC. RGB value is (170,102,204). Sum of RGB (Red+Green+Blue) = 170+102+204=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA66CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CC is #559933. Grayscale: #858585. Windows color (decimal): -5609780 or 13395626. OLE color: 13395626.

HSL color Cylindrical-coordinate representation of color #AA66CC: hue angle of 280º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA66CC is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170102204-
CMYK0.170.500.2
HSL280º50%60%-
HSV(B)280º50%80%-
XYZ32.2322.4159.75-
YUV133.96167.53153.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 102 (40.23% from 255) = 21.43%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=35.71%
G=21.43%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701022040.170.500.22805060
HexAA66CC1132014118323c
Octal25214631421620244306274
Binary1010101011001101100110010001110010010100100011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66CC; }

 p { color: rgb(170,102,204); }

 H1.HeaderClassName
 {
   color: #AA66CC;
 }
 .AnyTagClassName
 {
   color: #AA66CC;
 }
</style>
background-color css

<style>
 a { background-color: #AA66CC; }

 a { background-color: rgb(170,102,204); }

 div.DivClassName
 {
   background-color: #AA66CC;
 }
 .BgClassName
 {
   background-color: #AA66CC;
 }
</style>
border-color css

<style>
 span { border-color: #AA66CC; }

 span { border-color: rgb(170,102,204); }

 td.TdClassName
 {
   border-color: #AA66CC;
 }
 .TagClassName
 {
   border-color: #AA66CC;
 }
</style>