#AAAAC1

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

Shades of Wistful #AAAAC1

Tints of Wistful #AAAAC1

Color information

#AAAAC1 (or 0xAAAAC1) is unknown color: approx Wistful. HEX triplet: AA, AA and C1. RGB value is (170,170,193). Sum of RGB (Red+Green+Blue) = 170+170+193=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAAAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAC1 is #55553E. Grayscale: #ACACAC. Windows color (decimal): -5592383 or 12692138. OLE color: 12692138.

HSL color Cylindrical-coordinate representation of color #AAAAC1: hue angle of 240º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAAAC1 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170170193-
CMYK0.120.1200.24
HSL240º15.65%71.18%-
HSV(B)240º11.92%75.69%-
XYZ40.5841.1556.26-
YUV172.62139.5126.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=31.89%
G=31.89%
B=36.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701701930.120.1200.2424015.6571.18
HexAAAAC1CC018f01047
Octal252252301141403036020107
Binary1010101010101010110000011100110001100011110000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAC1; }

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

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

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

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

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

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

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

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