#AAABCF

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

Shades of Wistful #AAABCF

Tints of Wistful #AAABCF

Color information

#AAABCF (or 0xAAABCF) is unknown color: approx Wistful. HEX triplet: AA, AB and CF. RGB value is (170,171,207). Sum of RGB (Red+Green+Blue) = 170+171+207=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABCF is #555430. Grayscale: #AEAEAE. Windows color (decimal): -5592113 or 13609898. OLE color: 13609898.

HSL color Cylindrical-coordinate representation of color #AAABCF: hue angle of 238.38º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAABCF is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170171207-
CMYK0.180.1700.19
HSL238.38º27.82%73.92%-
HSV(B)238.38º17.87%81.18%-
XYZ42.442.1864.94-
YUV174.8146.17124.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=31.02%
G=31.20%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701712070.180.1700.19238.3827.8273.92
HexAAABCF1211013ee1c4a
Octal252253317222102335634112
Binary101010101010101111001111100101000101001111101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABCF; }

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

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

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

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

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

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

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

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