#AAA1CF

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

Shades of Wistful #AAA1CF

Tints of Wistful #AAA1CF

Color information

#AAA1CF (or 0xAAA1CF) is unknown color: approx Wistful. HEX triplet: AA, A1 and CF. RGB value is (170,161,207). Sum of RGB (Red+Green+Blue) = 170+161+207=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1CF is #555E30. Grayscale: #A8A8A8. Windows color (decimal): -5594673 or 13607338. OLE color: 13607338.

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

Color convert

RGB170161207-
CMYK0.180.2200.19
HSL251.74º32.39%72.16%-
HSV(B)251.74º22.22%81.18%-
XYZ40.5838.5464.33-
YUV168.94149.48128.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=31.60%
G=29.93%
B=38.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701612070.180.2200.19251.7432.3972.16
HexAAA1CF1216013fc2048
Octal252241317222602337440110
Binary1010101010100001110011111001010110010011111111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1CF; }

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

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

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

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

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

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

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

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