#AAABCC

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

Shades of Wistful #AAABCC

Tints of Wistful #AAABCC

Color information

#AAABCC (or 0xAAABCC) is unknown color: approx Wistful. HEX triplet: AA, AB and CC. RGB value is (170,171,204). Sum of RGB (Red+Green+Blue) = 170+171+204=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABCC is #555433. Grayscale: #AEAEAE. Windows color (decimal): -5592116 or 13413290. OLE color: 13413290.

HSL color Cylindrical-coordinate representation of color #AAABCC: hue angle of 238.24º 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 #AAABCC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170171204-
CMYK0.170.1600.2
HSL238.24º25%73.33%-
HSV(B)238.24º16.67%80%-
XYZ42.0442.0363.02-
YUV174.46144.67124.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=31.19%
G=31.38%
B=37.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701712040.170.1600.2238.242573.33
HexAAABCC1110014ee1949
Octal252253314212002435631111
Binary101010101010101111001100100011000001010011101110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABCC; }

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

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

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

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

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

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

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

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