#AAAACC

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

Shades of Wistful #AAAACC

Tints of Wistful #AAAACC

Color information

#AAAACC (or 0xAAAACC) is unknown color: approx Wistful. HEX triplet: AA, AA and CC. RGB value is (170,170,204). Sum of RGB (Red+Green+Blue) = 170+170+204=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAACC is #555533. Grayscale: #ADADAD. Windows color (decimal): -5592372 or 13413034. OLE color: 13413034.

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

Color convert

RGB170170204-
CMYK0.170.1700.2
HSL240º25%73.33%-
HSV(B)240º16.67%80%-
XYZ41.8541.6662.96-
YUV173.88145125.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=31.25%
G=31.25%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701702040.170.1700.22402573.33
HexAAAACC1111014f01949
Octal252252314212102436031111
Binary101010101010101011001100100011000101010011110000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAACC; }

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

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

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

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

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

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

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

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